diff --git a/b_obstacle_detector/.vscode/settings.json b/b_obstacle_detector/.vscode/settings.json new file mode 100644 index 0000000..5ba0668 --- /dev/null +++ b/b_obstacle_detector/.vscode/settings.json @@ -0,0 +1,50 @@ +{ + "files.associations": { + "array": "cpp", + "atomic": "cpp", + "bit": "cpp", + "*.tcc": "cpp", + "cctype": "cpp", + "chrono": "cpp", + "clocale": "cpp", + "cmath": "cpp", + "compare": "cpp", + "concepts": "cpp", + "cstdarg": "cpp", + "cstddef": "cpp", + "cstdint": "cpp", + "cstdio": "cpp", + "cstdlib": "cpp", + "ctime": "cpp", + "cwchar": "cpp", + "cwctype": "cpp", + "deque": "cpp", + "string": "cpp", + "unordered_map": "cpp", + "vector": "cpp", + "exception": "cpp", + "algorithm": "cpp", + "functional": "cpp", + "iterator": "cpp", + "memory": "cpp", + "memory_resource": "cpp", + "numeric": "cpp", + "optional": "cpp", + "random": "cpp", + "ratio": "cpp", + "string_view": "cpp", + "system_error": "cpp", + "tuple": "cpp", + "type_traits": "cpp", + "utility": "cpp", + "initializer_list": "cpp", + "iosfwd": "cpp", + "limits": "cpp", + "new": "cpp", + "numbers": "cpp", + "ostream": "cpp", + "stdexcept": "cpp", + "streambuf": "cpp", + "typeinfo": "cpp" + } +} \ No newline at end of file diff --git a/b_obstacle_detector/CMakeLists.txt b/b_obstacle_detector/CMakeLists.txt new file mode 100644 index 0000000..8f10c95 --- /dev/null +++ b/b_obstacle_detector/CMakeLists.txt @@ -0,0 +1,18 @@ +cmake_minimum_required(VERSION 3.5) +project(b_obstacle_detector) + +# find dependencies +find_package(ament_cmake_auto REQUIRED) +# package.xmlのdependをチェックして自動的にfind_packageしてくれる +ament_auto_find_build_dependencies() +# 実行ファイルを作成する +ament_auto_add_executable(${PROJECT_NAME}_node + src/b_obstacle_detector.cpp + src/b_obstacle_detector_node.cpp) +# launchファイルをインストール(ament_package_indexが探せる場所に置く) +install(DIRECTORY + launch + DESTINATION share/${PROJECT_NAME}/ +) +# ヘッダーのインストールや共有ライブラリのエクスポート等を自動で行ってくれる +ament_auto_package() \ No newline at end of file diff --git a/b_obstacle_detector/LICENSE b/b_obstacle_detector/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/b_obstacle_detector/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. diff --git a/b_obstacle_detector/config/param/b_obstacle_detector.yaml b/b_obstacle_detector/config/param/b_obstacle_detector.yaml new file mode 100644 index 0000000..65e88c8 --- /dev/null +++ b/b_obstacle_detector/config/param/b_obstacle_detector.yaml @@ -0,0 +1,15 @@ +b_obstacle_detector: +ros_parameters: + +hz: 10 # ループ周期 [Hz] +laser_step: 3 # 何本ずつレーザを見るか(全1080本) +robot_frame: "base_link" # frame_id + +# --- 柱に関する角度範囲の配列 [rad] --- +# 以下が無視される +# [0] < angle < [1], [2] < angle +# [num] -> num:index +# ignore_angle_range_list: [rad(2.0*pi/16.0), rad(3.0*pi/16.0), rad(10.0*pi/16.0)] +ignore_angle_range_list: [rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)] +# --- はずれ値対策 --- +ignore_dist: 0.01 # はずれ値とみなす距離 [m] diff --git a/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp new file mode 100644 index 0000000..d60f109 --- /dev/null +++ b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp @@ -0,0 +1,53 @@ +#ifndef b_obstacle_detector_HPP +#define b_obstacle_detector_HPP + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace std::chrono_literals; + +class ObstacleDetector : public rclcpp::Node +{ + public: + ObstacleDetector(); + void process(); + + private: + //コールバック関数 + void scan_callback(const sensor_msgs::msg::LaserScan::SharedPtr msg); + void timer_callback(); + + //関数 + //void set_obstacle_detecter(); + void scan_obstacle(); + bool is_ignore_scan(double angle); + + + //変数 + int hz_; + int laser_step_; + double ignore_dist_; + + std::string robot_frame_; + std::vector ignore_angle_range_list_; + bool flag_laser_scan_ = false; + + std::optional scan_; + //obstacle_detecter + geometry_msgs::msg::PoseArray obstacle_pose_array_; + + + rclcpp::Subscription ::SharedPtr scan_sub_; + rclcpp::Publisher::SharedPtr obstacle_pose_pub_; + + rclcpp::TimerBase::SharedPtr timer_; +}; + +#endif // b_obstacle_detector_hpp \ No newline at end of file diff --git a/b_obstacle_detector/launch/b_obstacle_detector.launch.xml b/b_obstacle_detector/launch/b_obstacle_detector.launch.xml new file mode 100644 index 0000000..933d7b1 --- /dev/null +++ b/b_obstacle_detector/launch/b_obstacle_detector.launch.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/b_obstacle_detector/package.xml b/b_obstacle_detector/package.xml new file mode 100644 index 0000000..f92f323 --- /dev/null +++ b/b_obstacle_detector/package.xml @@ -0,0 +1,19 @@ + + + b_obstacle_detector + 0.0.0 + The b_obstacle_detector package + user + todo + + ament_cmake + + ament_cmake + rclcpp + geometry_msgs + sensor_msgs + + + ament_cmake + + diff --git a/b_obstacle_detector/src/b_obstacle_detector.cpp b/b_obstacle_detector/src/b_obstacle_detector.cpp new file mode 100644 index 0000000..ea8123a --- /dev/null +++ b/b_obstacle_detector/src/b_obstacle_detector.cpp @@ -0,0 +1,105 @@ +#include "b_obstacle_detector/b_obstacle_detector.hpp" + +ObstacleDetector::ObstacleDetector() +: Node("b_obstacle_detector") +{ + std::cout << __LINE__ << std::endl; + timer_ = this->create_wall_timer(0.5s, std::bind(&ObstacleDetector::timer_callback, this)); + //auto hz_ = this->get_parameter("hz").as_int(); + std::cout << __LINE__ << std::endl; + ignore_dist_ = this->declare_parameter("ignore_dist",3); + std::cout << __LINE__ << std::endl; + laser_step_ = this->declare_parameter("laser_step",0.01); + std::cout << __LINE__ << std::endl; + ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + std::cout << __LINE__ << std::endl; + + scan_sub_ = this->create_subscription("/scan",rclcpp::QoS(1).reliable(),std::bind(&ObstacleDetector::scan_callback,this,std::placeholders::_1)); + obstacle_pose_pub_ = this->create_publisher("/obstacle_pose",rclcpp::QoS(1).reliable()); + + obstacle_pose_array_.header.frame_id = "base_link"; +} + +void ObstacleDetector::scan_callback(const sensor_msgs::msg::LaserScan::SharedPtr msg) +{ + // 一定周期で行う処理を書く + scan_ = *msg; + flag_laser_scan_ = true; +} + +void ObstacleDetector::timer_callback() +{ + // 一定周期で行う処理を書く + process(); +} + + +void ObstacleDetector::process() +{ + printf("process"); + //ros::Rate loop_rate(hz_); + + //nodeが続く間繰り返される + while(rclcpp::ok()) + { + if(flag_laser_scan_) + { + scan_obstacle(); + } + auto node_ = rclcpp::Node::make_shared("b_obstacle_detector_node"); + rclcpp::spin_some(node_); + rclcpp::WallRate loop_rate(500ms); + loop_rate.sleep(); + } +} + +//obstacle pose.position x,yにlidar 情報挿入 +void ObstacleDetector::scan_obstacle() +{ + obstacle_pose_array_.poses.clear(); + + for(int i=0;ipublish(obstacle_pose_array_); +} + + +//無視するlidarの範囲の決定 +bool ObstacleDetector::is_ignore_scan(double angle) +{ + angle = abs(angle); + const int size = ignore_angle_range_list_.size(); + + for(int i=0; i odetector = std::make_shared(); + rclcpp::spin(odetector); + rclcpp::shutdown(); + + return 0; +} diff --git a/build/.built_by b/build/.built_by new file mode 100644 index 0000000..06e74ac --- /dev/null +++ b/build/.built_by @@ -0,0 +1 @@ +colcon diff --git a/build/COLCON_IGNORE b/build/COLCON_IGNORE new file mode 100644 index 0000000..e69de29 diff --git a/build/b_obstacle_detector/CMakeCache.txt b/build/b_obstacle_detector/CMakeCache.txt new file mode 100644 index 0000000..7def504 --- /dev/null +++ b/build/b_obstacle_detector/CMakeCache.txt @@ -0,0 +1,697 @@ +# This is the CMakeCache file. +# For build in directory: /home/user/ws/src/chibi24_b/build/b_obstacle_detector +# 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/user/ws/src/chibi24_b/build/b_obstacle_detector/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=RelWithDebInfo + +//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/user/ws/src/chibi24_b/install/b_obstacle_detector + +//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=b_obstacle_detector + +//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 + +//Path to a library. +FastCDR_LIBRARY_DEBUG:FILEPATH=FastCDR_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +FastCDR_LIBRARY_RELEASE:FILEPATH=/opt/ros/humble/lib/libfastcdr.so + +//Path to a file. +FastRTPS_INCLUDE_DIR:PATH=/opt/ros/humble/include + +//Path to a library. +FastRTPS_LIBRARY_DEBUG:FILEPATH=FastRTPS_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +FastRTPS_LIBRARY_RELEASE:FILEPATH=/opt/ros/humble/lib/libfastrtps.so + +//Path to a library. +OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so + +//Path to a file. +OPENSSL_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Name of the computer/site where compile is being run +SITE:STRING=docker-desktop + +//The directory containing a CMake configuration file for TinyXML2. +TinyXML2_DIR:PATH=TinyXML2_DIR-NOTFOUND + +//Path to a library. +_lib:FILEPATH=/opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so + +//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_auto. +ament_cmake_auto_DIR:PATH=/opt/ros/humble/share/ament_cmake_auto/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 + +//Value Computed by CMake +b_obstacle_detector_BINARY_DIR:STATIC=/home/user/ws/src/chibi24_b/build/b_obstacle_detector + +//Value Computed by CMake +b_obstacle_detector_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +b_obstacle_detector_SOURCE_DIR:STATIC=/home/user/ws/src/chibi24_b/b_obstacle_detector + +//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 fastcdr. +fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr + +//The directory containing a CMake configuration file for fastrtps. +fastrtps_DIR:PATH=/opt/ros/humble/share/fastrtps/cmake + +//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 foonathan_memory. +foonathan_memory_DIR:PATH=/opt/ros/humble/lib/foonathan_memory/cmake + +//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 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 + +//Path to a library. +pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so + +//Path to a library. +pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so + +//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_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 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_dds_common. +rmw_dds_common_DIR:PATH=/opt/ros/humble/share/rmw_dds_common/cmake + +//The directory containing a CMake configuration file for rmw_fastrtps_cpp. +rmw_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rmw_fastrtps_cpp/cmake + +//The directory containing a CMake configuration file for rmw_fastrtps_shared_cpp. +rmw_fastrtps_shared_cpp_DIR:PATH=/opt/ros/humble/share/rmw_fastrtps_shared_cpp/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 tracetools. +tracetools_DIR:PATH=/opt/ros/humble/share/tracetools/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/user/ws/src/chibi24_b/build/b_obstacle_detector +//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/user/ws/src/chibi24_b/b_obstacle_detector +//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 FastRTPS +FIND_PACKAGE_MESSAGE_DETAILS_FastRTPS:INTERNAL=[/opt/ros/humble/include][/opt/ros/humble/lib/libfastrtps.so;/opt/ros/humble/lib/libfastcdr.so][v()] +//Details about finding OpenSSL +FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][c ][v3.0.2()] +//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()] +//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY +OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_INCLUDE_DIR +OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_SSL_LIBRARY +OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +_OPENSSL_CFLAGS:INTERNAL= +_OPENSSL_CFLAGS_I:INTERNAL= +_OPENSSL_CFLAGS_OTHER:INTERNAL= +_OPENSSL_FOUND:INTERNAL=1 +_OPENSSL_INCLUDEDIR:INTERNAL=/usr/include +_OPENSSL_INCLUDE_DIRS:INTERNAL= +_OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto +_OPENSSL_LDFLAGS_OTHER:INTERNAL= +_OPENSSL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto +_OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +_OPENSSL_LIBS:INTERNAL= +_OPENSSL_LIBS_L:INTERNAL= +_OPENSSL_LIBS_OTHER:INTERNAL= +_OPENSSL_LIBS_PATHS:INTERNAL= +_OPENSSL_MODULE_NAME:INTERNAL=openssl +_OPENSSL_PREFIX:INTERNAL=/usr +_OPENSSL_STATIC_CFLAGS:INTERNAL= +_OPENSSL_STATIC_CFLAGS_I:INTERNAL= +_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= +_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL= +_OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto;-ldl;-pthread +_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +_OPENSSL_STATIC_LIBDIR:INTERNAL= +_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl +_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +_OPENSSL_STATIC_LIBS:INTERNAL= +_OPENSSL_STATIC_LIBS_L:INTERNAL= +_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= +_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= +_OPENSSL_VERSION:INTERNAL=3.0.2 +_OPENSSL_openssl_INCLUDEDIR:INTERNAL= +_OPENSSL_openssl_LIBDIR:INTERNAL= +_OPENSSL_openssl_PREFIX:INTERNAL= +_OPENSSL_openssl_VERSION:INTERNAL= +//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=2 +__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl +__pkg_config_checked__OPENSSL:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto +pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl +pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu + diff --git a/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeCCompiler.cmake b/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..488ad37 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake b/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..345e930 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin b/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..a469133 Binary files /dev/null and b/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin b/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..15e6e3f Binary files /dev/null and b/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeSystem.cmake b/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeSystem.cmake new file mode 100644 index 0000000..66976ee --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/3.22.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-5.15.146.1-microsoft-standard-WSL2") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "5.15.146.1-microsoft-standard-WSL2") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-5.15.146.1-microsoft-standard-WSL2") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "5.15.146.1-microsoft-standard-WSL2") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c b/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..41b99d7 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdC/a.out b/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdC/a.out new file mode 100755 index 0000000..c786756 Binary files /dev/null and b/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdC/a.out differ diff --git a/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..25c62a8 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,791 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#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(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# 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_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/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdCXX/a.out b/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..9944be4 Binary files /dev/null and b/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdCXX/a.out differ diff --git a/build/b_obstacle_detector/CMakeFiles/CMakeDirectoryInformation.cmake b/build/b_obstacle_detector/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..c6ba4a7 --- /dev/null +++ b/build/b_obstacle_detector/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/user/ws/src/chibi24_b/b_obstacle_detector") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/user/ws/src/chibi24_b/build/b_obstacle_detector") + +# 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/b_obstacle_detector/CMakeFiles/CMakeOutput.log b/build/b_obstacle_detector/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..44b85f2 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/CMakeOutput.log @@ -0,0 +1,497 @@ +The system is: Linux - 5.15.146.1-microsoft-standard-WSL2 - 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/user/ws/src/chibi24_b/build/b_obstacle_detector/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/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/3.22.1/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_34ce2/fast && /usr/bin/gmake -f CMakeFiles/cmTC_34ce2.dir/build.make CMakeFiles/cmTC_34ce2.dir/build +gmake[1]: Entering directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_34ce2.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_34ce2.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_34ce2.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34ce2.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_34ce2.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/ccfZrPlV.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_34ce2.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34ce2.dir/' + as -v --64 -o CMakeFiles/cmTC_34ce2.dir/CMakeCCompilerABI.c.o /tmp/ccfZrPlV.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_34ce2.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34ce2.dir/CMakeCCompilerABI.c.' +Linking C executable cmTC_34ce2 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34ce2.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_34ce2.dir/CMakeCCompilerABI.c.o -o cmTC_34ce2 +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_34ce2' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34ce2.' + /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/ccKZwvuX.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_34ce2 /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_34ce2.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_34ce2' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34ce2.' +gmake[1]: Leaving directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/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/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_34ce2/fast && /usr/bin/gmake -f CMakeFiles/cmTC_34ce2.dir/build.make CMakeFiles/cmTC_34ce2.dir/build] + ignore line: [gmake[1]: Entering directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_34ce2.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_34ce2.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_34ce2.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34ce2.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_34ce2.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/ccfZrPlV.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_34ce2.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34ce2.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_34ce2.dir/CMakeCCompilerABI.c.o /tmp/ccfZrPlV.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_34ce2.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34ce2.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_34ce2] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34ce2.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_34ce2.dir/CMakeCCompilerABI.c.o -o cmTC_34ce2 ] + 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_34ce2' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34ce2.'] + 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/ccKZwvuX.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_34ce2 /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_34ce2.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/ccKZwvuX.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_34ce2] ==> 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_34ce2.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/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_eaee7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_eaee7.dir/build.make CMakeFiles/cmTC_eaee7.dir/build +gmake[1]: Entering directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_eaee7.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_eaee7.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_eaee7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_eaee7.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_eaee7.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/ccpsbxcC.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_eaee7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_eaee7.dir/' + as -v --64 -o CMakeFiles/cmTC_eaee7.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccpsbxcC.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_eaee7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_eaee7.dir/CMakeCXXCompilerABI.cpp.' +Linking CXX executable cmTC_eaee7 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eaee7.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_eaee7.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_eaee7 +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_eaee7' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_eaee7.' + /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/ccZ2AwQq.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_eaee7 /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_eaee7.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_eaee7' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_eaee7.' +gmake[1]: Leaving directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/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/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_eaee7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_eaee7.dir/build.make CMakeFiles/cmTC_eaee7.dir/build] + ignore line: [gmake[1]: Entering directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_eaee7.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_eaee7.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_eaee7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_eaee7.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_eaee7.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/ccpsbxcC.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_eaee7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_eaee7.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_eaee7.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccpsbxcC.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_eaee7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_eaee7.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_eaee7] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eaee7.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_eaee7.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_eaee7 ] + 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_eaee7' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_eaee7.'] + 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/ccZ2AwQq.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_eaee7 /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_eaee7.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/ccZ2AwQq.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_eaee7] ==> 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_eaee7.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/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a2cf8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a2cf8.dir/build.make CMakeFiles/cmTC_a2cf8.dir/build +gmake[1]: Entering directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_a2cf8.dir/CheckIncludeFile.c.o +/usr/bin/cc -o CMakeFiles/cmTC_a2cf8.dir/CheckIncludeFile.c.o -c /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp/CheckIncludeFile.c +Linking C executable cmTC_a2cf8 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2cf8.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_a2cf8.dir/CheckIncludeFile.c.o -o cmTC_a2cf8 +gmake[1]: Leaving directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp' + + + +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: +Change Dir: /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ed026/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ed026.dir/build.make CMakeFiles/cmTC_ed026.dir/build +gmake[1]: Entering directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_ed026.dir/src.c.o +/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_ed026.dir/src.c.o -c /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/CMakeTmp/src.c +Linking C executable cmTC_ed026 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed026.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_ed026.dir/src.c.o -o cmTC_ed026 +gmake[1]: Leaving directory '/home/user/ws/src/chibi24_b/build/b_obstacle_detector/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/b_obstacle_detector/CMakeFiles/CMakeRuleHashes.txt b/build/b_obstacle_detector/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..d70989b --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,2 @@ +# Hashes of file build rules. +8c0fe893f8c6598aafb2143c00ed4079 CMakeFiles/b_obstacle_detector_uninstall diff --git a/build/b_obstacle_detector/CMakeFiles/Makefile.cmake b/build/b_obstacle_detector/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..b0a177e --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/Makefile.cmake @@ -0,0 +1,772 @@ +# 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" + "/home/user/ws/src/chibi24_b/b_obstacle_detector/CMakeLists.txt" + "/home/user/ws/src/chibi24_b/b_obstacle_detector/package.xml" + "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_dependencies/ament_cmake_export_dependencies-extras.cmake" + "ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" + "ament_cmake_package_templates/templates.cmake" + "/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/foonathan_memory/cmake/foonathan_memory-config-none.cmake" + "/opt/ros/humble/lib/foonathan_memory/cmake/foonathan_memory-config-version.cmake" + "/opt/ros/humble/lib/foonathan_memory/cmake/foonathan_memory-config.cmake" + "/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/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_auto/cmake/ament_auto_add_executable.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_add_gmock.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_add_gtest.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_add_library.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_find_build_dependencies.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_find_test_dependencies.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_generate_code.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_package.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_cmake_auto-extras.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_cmake_autoConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_auto/cmake/ament_cmake_autoConfig.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_dependencies-extras.cmake.in" + "/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_cmake_export_dependencies_package_hook.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_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_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_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_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/fastrtps/cmake/fast-discovery-server-targets-none.cmake" + "/opt/ros/humble/share/fastrtps/cmake/fast-discovery-server-targets.cmake" + "/opt/ros/humble/share/fastrtps/cmake/fastrtps-config-version.cmake" + "/opt/ros/humble/share/fastrtps/cmake/fastrtps-config.cmake" + "/opt/ros/humble/share/fastrtps/cmake/fastrtps-dynamic-targets-none.cmake" + "/opt/ros/humble/share/fastrtps/cmake/fastrtps-dynamic-targets.cmake" + "/opt/ros/humble/share/fastrtps/cmake/optionparser-targets.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/Modules/FindFastRTPS.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/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_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/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_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_fastrtps_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_cpp/cmake/rmw_fastrtps_cpp-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_cpp/cmake/rmw_fastrtps_cppConfig-version.cmake" + "/opt/ros/humble/share/rmw_fastrtps_cpp/cmake/rmw_fastrtps_cppConfig.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/rmw_fastrtps_shared_cpp-extras.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/rmw_fastrtps_shared_cppConfig-version.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/rmw_fastrtps_shared_cppConfig.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/rmw_fastrtps_shared_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake/rmw_fastrtps_shared_cppExport.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/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" + "/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/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/FindOpenSSL.cmake" + "/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.22/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.22/Modules/FindPkgConfig.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/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_dependencies/ament_cmake_export_dependencies-extras.cmake" + "ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" + "ament_cmake_core/stamps/ament_cmake_export_dependencies-extras.cmake.stamp" + "ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp" + "ament_cmake_core/stamps/nameConfig.cmake.in.stamp" + "ament_cmake_core/b_obstacle_detectorConfig.cmake" + "ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp" + "ament_cmake_core/b_obstacle_detectorConfig-version.cmake" + "ament_cmake_symlink_install_targets_0_RelWithDebInfo.cmake" + "ament_cmake_symlink_install_targets_1_RelWithDebInfo.cmake" + "ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector" + "ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector" + "ament_cmake_index/share/ament_index/resource_index/packages/b_obstacle_detector" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/uninstall.dir/DependInfo.cmake" + "CMakeFiles/b_obstacle_detector_uninstall.dir/DependInfo.cmake" + "CMakeFiles/b_obstacle_detector_node.dir/DependInfo.cmake" + ) diff --git a/build/b_obstacle_detector/CMakeFiles/Makefile2 b/build/b_obstacle_detector/CMakeFiles/Makefile2 new file mode 100644 index 0000000..71f9279 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/Makefile2 @@ -0,0 +1,166 @@ +# 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/user/ws/src/chibi24_b/b_obstacle_detector + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/user/ws/src/chibi24_b/build/b_obstacle_detector + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/b_obstacle_detector_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/b_obstacle_detector_uninstall.dir/clean +clean: CMakeFiles/b_obstacle_detector_node.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/uninstall.dir + +# All Build rule for target. +CMakeFiles/uninstall.dir/all: CMakeFiles/b_obstacle_detector_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/user/ws/src/chibi24_b/build/b_obstacle_detector/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/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ws/src/chibi24_b/build/b_obstacle_detector/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/b_obstacle_detector_uninstall.dir + +# All Build rule for target. +CMakeFiles/b_obstacle_detector_uninstall.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_uninstall.dir/build.make CMakeFiles/b_obstacle_detector_uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_uninstall.dir/build.make CMakeFiles/b_obstacle_detector_uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles --progress-num= "Built target b_obstacle_detector_uninstall" +.PHONY : CMakeFiles/b_obstacle_detector_uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/b_obstacle_detector_uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/b_obstacle_detector_uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles 0 +.PHONY : CMakeFiles/b_obstacle_detector_uninstall.dir/rule + +# Convenience name for target. +b_obstacle_detector_uninstall: CMakeFiles/b_obstacle_detector_uninstall.dir/rule +.PHONY : b_obstacle_detector_uninstall + +# clean rule for target. +CMakeFiles/b_obstacle_detector_uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_uninstall.dir/build.make CMakeFiles/b_obstacle_detector_uninstall.dir/clean +.PHONY : CMakeFiles/b_obstacle_detector_uninstall.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/b_obstacle_detector_node.dir + +# All Build rule for target. +CMakeFiles/b_obstacle_detector_node.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles --progress-num=1,2,3 "Built target b_obstacle_detector_node" +.PHONY : CMakeFiles/b_obstacle_detector_node.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/b_obstacle_detector_node.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/b_obstacle_detector_node.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles 0 +.PHONY : CMakeFiles/b_obstacle_detector_node.dir/rule + +# Convenience name for target. +b_obstacle_detector_node: CMakeFiles/b_obstacle_detector_node.dir/rule +.PHONY : b_obstacle_detector_node + +# clean rule for target. +CMakeFiles/b_obstacle_detector_node.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/clean +.PHONY : CMakeFiles/b_obstacle_detector_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/b_obstacle_detector/CMakeFiles/TargetDirectories.txt b/build/b_obstacle_detector/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..073d924 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,10 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/uninstall.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/test.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/edit_cache.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/rebuild_cache.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/list_install_components.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/install.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/install/local.dir +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/install/strip.dir diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/DependInfo.cmake b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/DependInfo.cmake new file mode 100644 index 0000000..46ff1c4 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_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/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp" "CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o" "gcc" "CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o.d" + "/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp" "CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o" "gcc" "CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.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/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/build.make b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/build.make new file mode 100644 index 0000000..dc8f648 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/build.make @@ -0,0 +1,204 @@ +# 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/user/ws/src/chibi24_b/b_obstacle_detector + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/user/ws/src/chibi24_b/build/b_obstacle_detector + +# Include any dependencies generated for this target. +include CMakeFiles/b_obstacle_detector_node.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/b_obstacle_detector_node.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/b_obstacle_detector_node.dir/flags.make + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o: CMakeFiles/b_obstacle_detector_node.dir/flags.make +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o: /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o: CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o -MF CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o.d -o CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o -c /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp > CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.i + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp -o CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.s + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o: CMakeFiles/b_obstacle_detector_node.dir/flags.make +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o: /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o: CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o -MF CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o.d -o CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o -c /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp > CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.i + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp -o CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.s + +# Object files for target b_obstacle_detector_node +b_obstacle_detector_node_OBJECTS = \ +"CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o" \ +"CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o" + +# External object files for target b_obstacle_detector_node +b_obstacle_detector_node_EXTERNAL_OBJECTS = + +b_obstacle_detector_node: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +b_obstacle_detector_node: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +b_obstacle_detector_node: CMakeFiles/b_obstacle_detector_node.dir/build.make +b_obstacle_detector_node: /opt/ros/humble/lib/librclcpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_py.so +b_obstacle_detector_node: /opt/ros/humble/lib/liblibstatistics_collector.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl.so +b_obstacle_detector_node: /opt/ros/humble/lib/librmw_implementation.so +b_obstacle_detector_node: /opt/ros/humble/lib/libament_index_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_logging_spdlog.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_logging_interface.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcl_yaml_param_parser.so +b_obstacle_detector_node: /opt/ros/humble/lib/libyaml.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libtracetools.so +b_obstacle_detector_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +b_obstacle_detector_node: /opt/ros/humble/lib/librmw.so +b_obstacle_detector_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_py.so +b_obstacle_detector_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +b_obstacle_detector_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +b_obstacle_detector_node: /usr/lib/x86_64-linux-gnu/libpython3.10.so +b_obstacle_detector_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosidl_typesupport_cpp.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosidl_typesupport_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcpputils.so +b_obstacle_detector_node: /opt/ros/humble/lib/librosidl_runtime_c.so +b_obstacle_detector_node: /opt/ros/humble/lib/librcutils.so +b_obstacle_detector_node: CMakeFiles/b_obstacle_detector_node.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable b_obstacle_detector_node" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/b_obstacle_detector_node.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/b_obstacle_detector_node.dir/build: b_obstacle_detector_node +.PHONY : CMakeFiles/b_obstacle_detector_node.dir/build + +CMakeFiles/b_obstacle_detector_node.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/b_obstacle_detector_node.dir/cmake_clean.cmake +.PHONY : CMakeFiles/b_obstacle_detector_node.dir/clean + +CMakeFiles/b_obstacle_detector_node.dir/depend: + cd /home/user/ws/src/chibi24_b/build/b_obstacle_detector && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/user/ws/src/chibi24_b/b_obstacle_detector /home/user/ws/src/chibi24_b/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/b_obstacle_detector_node.dir/depend + diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/cmake_clean.cmake b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/cmake_clean.cmake new file mode 100644 index 0000000..acc31fd --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o" + "CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o.d" + "CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o" + "CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o.d" + "b_obstacle_detector_node" + "b_obstacle_detector_node.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/b_obstacle_detector_node.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.internal b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.internal new file mode 100644 index 0000000..25e0e60 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.internal @@ -0,0 +1,1393 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o + /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp + /usr/include/stdc-predef.h + /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp + /usr/include/c++/11/chrono + /usr/include/c++/11/ratio + /usr/include/c++/11/type_traits + /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/cstdint + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.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/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/include/c++/11/limits + /usr/include/c++/11/ctime + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.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_timeval.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.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/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.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/c++/11/bits/parse_numbers.h + /usr/include/c++/11/ext/numeric_traits.h + /usr/include/c++/11/bits/cpp_type_traits.h + /usr/include/c++/11/ext/type_traits.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/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_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/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/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/c++/11/memory + /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/stl_pair.h + /usr/include/c++/11/bits/move.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/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/new + /usr/include/c++/11/bits/exception.h + /usr/include/c++/11/bits/memoryfwd.h + /usr/include/c++/11/bits/stl_construct.h + /usr/include/c++/11/bits/stl_uninitialized.h + /usr/include/c++/11/ext/alloc_traits.h + /usr/include/c++/11/bits/alloc_traits.h + /usr/include/c++/11/bits/stl_tempbuf.h + /usr/include/c++/11/bits/stl_raw_storage_iter.h + /usr/include/c++/11/bits/align.h + /usr/include/c++/11/bit + /usr/include/c++/11/bits/uses_allocator.h + /usr/include/c++/11/bits/unique_ptr.h + /usr/include/c++/11/utility + /usr/include/c++/11/bits/stl_relops.h + /usr/include/c++/11/initializer_list + /usr/include/c++/11/tuple + /usr/include/c++/11/array + /usr/include/c++/11/bits/range_access.h + /usr/include/c++/11/bits/invoke.h + /usr/include/c++/11/bits/stl_function.h + /usr/include/c++/11/backward/binders.h + /usr/include/c++/11/bits/functional_hash.h + /usr/include/c++/11/bits/hash_bytes.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/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.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/typeinfo + /usr/include/c++/11/bits/allocated_ptr.h + /usr/include/c++/11/bits/refwrap.h + /usr/include/c++/11/ext/aligned_buffer.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/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/pstl/execution_defs.h + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp + /usr/include/c++/11/future + /usr/include/c++/11/mutex + /usr/include/c++/11/system_error + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.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/stdexcept + /usr/include/c++/11/string + /usr/include/c++/11/bits/char_traits.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/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/cstdlib + /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/sys/types.h + /usr/include/endian.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/select2.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/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/bits/charconv.h + /usr/include/c++/11/bits/basic_string.tcc + /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_function.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/node_handle.h + /usr/include/c++/11/bits/stl_set.h + /usr/include/c++/11/bits/stl_multiset.h + /usr/include/c++/11/bits/erase_if.h + /usr/include/c++/11/thread + /usr/include/c++/11/bits/this_thread_sleep.h + /usr/include/c++/11/unordered_map + /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/unordered_map.h + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp + /usr/include/c++/11/algorithm + /usr/include/c++/11/bits/stl_algo.h + /usr/include/c++/11/bits/algorithmfwd.h + /usr/include/c++/11/bits/stl_heap.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/vector + /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/cassert + /usr/include/assert.h + /usr/include/c++/11/iostream + /usr/include/c++/11/ostream + /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/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 + /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/sstream + /usr/include/c++/11/bits/sstream.tcc + /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/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp + /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/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/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/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/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__struct.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.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/sensor_msgs/sensor_msgs/msg/laser_scan.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__struct.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__builder.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__traits.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__builder.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__builder.hpp + /usr/include/c++/11/math.h + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o + /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp + /usr/include/stdc-predef.h + /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp + /usr/include/c++/11/chrono + /usr/include/c++/11/ratio + /usr/include/c++/11/type_traits + /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/cstdint + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.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/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/include/c++/11/limits + /usr/include/c++/11/ctime + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.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_timeval.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.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/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.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/c++/11/bits/parse_numbers.h + /usr/include/c++/11/ext/numeric_traits.h + /usr/include/c++/11/bits/cpp_type_traits.h + /usr/include/c++/11/ext/type_traits.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/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_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/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/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/c++/11/memory + /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/stl_pair.h + /usr/include/c++/11/bits/move.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/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/new + /usr/include/c++/11/bits/exception.h + /usr/include/c++/11/bits/memoryfwd.h + /usr/include/c++/11/bits/stl_construct.h + /usr/include/c++/11/bits/stl_uninitialized.h + /usr/include/c++/11/ext/alloc_traits.h + /usr/include/c++/11/bits/alloc_traits.h + /usr/include/c++/11/bits/stl_tempbuf.h + /usr/include/c++/11/bits/stl_raw_storage_iter.h + /usr/include/c++/11/bits/align.h + /usr/include/c++/11/bit + /usr/include/c++/11/bits/uses_allocator.h + /usr/include/c++/11/bits/unique_ptr.h + /usr/include/c++/11/utility + /usr/include/c++/11/bits/stl_relops.h + /usr/include/c++/11/initializer_list + /usr/include/c++/11/tuple + /usr/include/c++/11/array + /usr/include/c++/11/bits/range_access.h + /usr/include/c++/11/bits/invoke.h + /usr/include/c++/11/bits/stl_function.h + /usr/include/c++/11/backward/binders.h + /usr/include/c++/11/bits/functional_hash.h + /usr/include/c++/11/bits/hash_bytes.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/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.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/typeinfo + /usr/include/c++/11/bits/allocated_ptr.h + /usr/include/c++/11/bits/refwrap.h + /usr/include/c++/11/ext/aligned_buffer.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/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/pstl/execution_defs.h + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp + /usr/include/c++/11/future + /usr/include/c++/11/mutex + /usr/include/c++/11/system_error + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.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/stdexcept + /usr/include/c++/11/string + /usr/include/c++/11/bits/char_traits.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/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/cstdlib + /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/sys/types.h + /usr/include/endian.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/select2.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/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/bits/charconv.h + /usr/include/c++/11/bits/basic_string.tcc + /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_function.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/node_handle.h + /usr/include/c++/11/bits/stl_set.h + /usr/include/c++/11/bits/stl_multiset.h + /usr/include/c++/11/bits/erase_if.h + /usr/include/c++/11/thread + /usr/include/c++/11/bits/this_thread_sleep.h + /usr/include/c++/11/unordered_map + /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/unordered_map.h + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp + /usr/include/c++/11/algorithm + /usr/include/c++/11/bits/stl_algo.h + /usr/include/c++/11/bits/algorithmfwd.h + /usr/include/c++/11/bits/stl_heap.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/vector + /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/cassert + /usr/include/assert.h + /usr/include/c++/11/iostream + /usr/include/c++/11/ostream + /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/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 + /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/sstream + /usr/include/c++/11/bits/sstream.tcc + /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/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp + /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/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/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/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/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__struct.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.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/sensor_msgs/sensor_msgs/msg/laser_scan.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__struct.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__builder.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__traits.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__builder.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__builder.hpp + /usr/include/c++/11/math.h + diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.make b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.make new file mode 100644 index 0000000..4f5c141 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.make @@ -0,0 +1,2775 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o: /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp \ + /usr/include/stdc-predef.h \ + /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp \ + /usr/include/c++/11/chrono \ + /usr/include/c++/11/ratio \ + /usr/include/c++/11/type_traits \ + /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/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.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/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/limits \ + /usr/include/c++/11/ctime \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.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_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.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/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.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/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.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/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_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/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/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/c++/11/memory \ + /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/stl_pair.h \ + /usr/include/c++/11/bits/move.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/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/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h \ + /usr/include/c++/11/bit \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h \ + /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/tuple \ + /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.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/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.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/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.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/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/pstl/execution_defs.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future \ + /usr/include/c++/11/mutex \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.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/stdexcept \ + /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.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/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/cstdlib \ + /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/sys/types.h \ + /usr/include/endian.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/select2.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/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/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /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_function.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/node_handle.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/bits/erase_if.h \ + /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /usr/include/c++/11/unordered_map \ + /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/unordered_map.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/algorithm \ + /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.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/vector \ + /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/cassert \ + /usr/include/assert.h \ + /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream \ + /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/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 \ + /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/sstream \ + /usr/include/c++/11/bits/sstream.tcc \ + /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/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /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/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/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/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/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__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.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/sensor_msgs/sensor_msgs/msg/laser_scan.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__struct.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__traits.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__builder.hpp \ + /usr/include/c++/11/math.h + +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o: /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp \ + /usr/include/stdc-predef.h \ + /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp \ + /usr/include/c++/11/chrono \ + /usr/include/c++/11/ratio \ + /usr/include/c++/11/type_traits \ + /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/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.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/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/limits \ + /usr/include/c++/11/ctime \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.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_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.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/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.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/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.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/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_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/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/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/c++/11/memory \ + /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/stl_pair.h \ + /usr/include/c++/11/bits/move.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/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/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h \ + /usr/include/c++/11/bit \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h \ + /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/tuple \ + /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.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/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.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/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.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/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/pstl/execution_defs.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future \ + /usr/include/c++/11/mutex \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.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/stdexcept \ + /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.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/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/cstdlib \ + /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/sys/types.h \ + /usr/include/endian.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/select2.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/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/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /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_function.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/node_handle.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/bits/erase_if.h \ + /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /usr/include/c++/11/unordered_map \ + /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/unordered_map.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/algorithm \ + /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.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/vector \ + /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/cassert \ + /usr/include/assert.h \ + /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream \ + /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/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 \ + /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/sstream \ + /usr/include/c++/11/bits/sstream.tcc \ + /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/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /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/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/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/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/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__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.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/sensor_msgs/sensor_msgs/msg/laser_scan.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__struct.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__traits.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__builder.hpp \ + /usr/include/c++/11/math.h + + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__builder.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__traits.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__traits.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__builder.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__builder.hpp: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__struct.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/laser_scan.hpp: + +/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/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/get_parameter_types.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/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/std_msgs/std_msgs/msg/detail/header__traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.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/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: + +/usr/include/c++/11/pstl/execution_defs.h: + +/usr/include/c++/11/bits/stl_algo.h: + +/usr/include/c++/11/bits/hash_bytes.h: + +/usr/include/c++/11/bits/move.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.h: + +/usr/include/c++/11/bits/stl_multiset.h: + +/usr/include/c++/11/bits/std_thread.h: + +/opt/ros/humble/include/rcutils/rcutils/logging_macros.h: + +/usr/include/c++/11/ratio: + +/usr/include/stdio.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/bits/stl_heap.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_bvector.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: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/c++/11/cwchar: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/c++/11/future: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/stdlib.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/c++/11/cctype: + +/usr/include/c++/11/iomanip: + +/usr/include/x86_64-linux-gnu/bits/locale.h: + +/usr/include/c++/11/bits/localefwd.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/x86_64-linux-gnu/bits/types/error_t.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp: + +/usr/include/asm-generic/errno-base.h: + +/opt/ros/humble/include/rmw/rmw/subscription_options.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h: + +/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/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: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/usr/include/c++/11/bits/atomic_lockfree_defines.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/bits/stl_set.h: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp: + +/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: + +/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: + +/usr/include/c++/11/mutex: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_posix.h: + +/usr/include/time.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: + +/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/c++/11/bits/cpp_type_traits.h: + +/usr/include/endian.h: + +/usr/include/stdint.h: + +/usr/include/c++/11/bits/erase_if.h: + +/usr/include/c++/11/bits/ptr_traits.h: + +/usr/include/c++/11/bits/refwrap.h: + +/usr/include/c++/11/typeinfo: + +/usr/include/x86_64-linux-gnu/bits/wchar2.h: + +/usr/include/x86_64-linux-gnu/bits/fp-logb.h: + +/usr/include/c++/11/bits/node_handle.h: + +/usr/include/x86_64-linux-gnu/bits/fp-fast.h: + +/usr/include/c++/11/bits/std_mutex.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp: + +/usr/include/c++/11/tr1/poly_laguerre.tcc: + +/usr/include/x86_64-linux-gnu/bits/floatn-common.h: + +/usr/include/c++/11/bits/cxxabi_init_exception.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/usr/include/c++/11/cstdint: + +/usr/include/c++/11/bits/postypes.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h: + +/usr/include/c++/11/iosfwd: + +/usr/include/c++/11/initializer_list: + +/usr/include/c++/11/bits/string_view.tcc: + +/usr/include/c++/11/bits/functional_hash.h: + +/usr/include/c++/11/algorithm: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/c++/11/backward/binders.h: + +/usr/include/c++/11/bits/stl_function.h: + +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp: + +/usr/include/c++/11/bits/memoryfwd.h: + +/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp: + +/usr/include/c++/11/bits/shared_ptr_atomic.h: + +/opt/ros/humble/include/rmw/rmw/init.h: + +/usr/include/c++/11/bits/parse_numbers.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/c++/11/iterator: + +/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h: + +/usr/include/x86_64-linux-gnu/bits/signum-generic.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/pthread.h: + +/usr/include/x86_64-linux-gnu/bits/libc-header-start.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.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: + +/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/locale.h: + +/opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp: + +/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/sys/cdefs.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: + +/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/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/debug/debug.h: + +/usr/include/c++/11/csignal: + +/usr/include/c++/11/pstl/glue_memory_defs.h: + +/usr/include/c++/11/string: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp: + +/usr/include/c++/11/bits/concept_check.h: + +/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/x86_64-linux-gnu/bits/types/siginfo_t.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: + +/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/c++/11/ext/type_traits.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/usr/include/c++/11/bits/exception_defines.h: + +/opt/ros/humble/include/rclcpp/rclcpp/event.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/strings.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/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/bits/sigthread.h: + +/usr/include/c++/11/chrono: + +/usr/include/x86_64-linux-gnu/bits/byteswap.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/siginfo-consts-arch.h: + +/usr/include/c++/11/tr1/special_function_util.h: + +/usr/include/c++/11/cstdio: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.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/c++/11/bits/exception.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp: + +/usr/include/c++/11/bits/locale_facets.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/gnu/stubs-64.h: + +/usr/include/c++/11/tr1/gamma.tcc: + +/usr/include/c++/11/limits: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp: + +/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/bits/types/__sigval_t.h: + +/usr/include/stdc-predef.h: + +/opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/clock_t.h: + +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp: + +/usr/include/x86_64-linux-gnu/bits/unistd_ext.h: + +/usr/include/x86_64-linux-gnu/bits/long-double.h: + +/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h: + +/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/errno.h: + +/usr/include/c++/11/bits/alloc_traits.h: + +/opt/ros/humble/include/rcl/rcl/allocator.h: + +/usr/include/c++/11/bits/basic_string.h: + +/usr/include/c++/11/bits/shared_ptr_base.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp: + +/usr/include/c++/11/set: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/bits/ss_flags.h: + +/usr/include/c++/11/cstdlib: + +/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/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/endianness.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/c++/11/bits/predefined_ops.h: + +/usr/include/c++/11/bits/stl_tree.h: + +/opt/ros/humble/include/rcutils/rcutils/visibility_control.h: + +/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/x86_64-linux-gnu/bits/confname.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h: + +/usr/include/linux/errno.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp: + +/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/c++/11/bits/basic_string.tcc: + +/usr/include/x86_64-linux-gnu/bits/sigaction.h: + +/usr/include/x86_64-linux-gnu/bits/types/stack_t.h: + +/usr/include/x86_64-linux-gnu/sys/ucontext.h: + +/usr/include/c++/11/bits/hashtable_policy.h: + +/usr/include/c++/11/bits/stl_raw_storage_iter.h: + +/usr/include/x86_64-linux-gnu/sys/select.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/stl_algobase.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.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/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: + +/usr/include/c++/11/bits/unique_lock.h: + +/usr/include/c++/11/bits/uses_allocator.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/bits/struct_mutex.h: + +/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_rwlock.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/atomic: + +/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: + +/usr/include/c++/11/bits/unique_ptr.h: + +/usr/include/c++/11/bits/stl_relops.h: + +/opt/ros/humble/include/rmw/rmw/qos_string_conversions.h: + +/usr/include/x86_64-linux-gnu/bits/sigcontext.h: + +/usr/include/c++/11/ext/new_allocator.h: + +/usr/include/c++/11/bits/stl_uninitialized.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: + +/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/c++/11/new: + +/usr/include/c++/11/bits/sstream.tcc: + +/usr/include/c++/11/array: + +/usr/include/c++/11/tr1/beta_function.tcc: + +/usr/include/c++/11/bits/stringfwd.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h: + +/usr/include/c++/11/bits/this_thread_sleep.h: + +/usr/include/c++/11/bits/algorithmfwd.h: + +/usr/include/c++/11/bits/cxxabi_forced.h: + +/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/bits/charconv.h: + +/usr/include/c++/11/bits/exception_ptr.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/math.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/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/bits/uniform_int_dist.h: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp: + +/usr/include/c++/11/vector: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp: + +/usr/include/c++/11/unordered_map: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp: + +/usr/include/c++/11/bits/vector.tcc: + +/usr/include/c++/11/cassert: + +/usr/include/c++/11/ostream: + +/usr/include/c++/11/bits/locale_classes.h: + +/usr/include/c++/11/ext/aligned_buffer.h: + +/usr/include/c++/11/bits/locale_classes.tcc: + +/usr/include/c++/11/streambuf: + +/usr/include/c++/11/bits/stl_iterator_base_funcs.h: + +/usr/include/c++/11/bits/streambuf.tcc: + +/usr/include/string.h: + +/usr/include/c++/11/cwctype: + +/opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.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/c++/11/bits/streambuf_iterator.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h: + +/usr/include/c++/11/istream: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__struct.hpp: + +/usr/include/c++/11/bits/istream.tcc: + +/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/rclcpp/rclcpp/executor.hpp: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.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/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: + +/opt/ros/humble/include/rcutils/rcutils/error_handling.h: + +/usr/include/c++/11/stdlib.h: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__traits.hpp: + +/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: + +/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: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__traits.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: + +/usr/include/c++/11/bits/codecvt.h: + +/opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h: + +/usr/include/c++/11/tr1/bessel_function.tcc: + +/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/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/bits/allocated_ptr.h: + +/usr/include/assert.h: + +/usr/include/c++/11/codecvt: + +/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/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: + +/opt/ros/humble/include/rcl/rcl/timer.h: + +/usr/include/c++/11/bits/locale_facets_nonio.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/c++/11/condition_variable: + +/usr/include/x86_64-linux-gnu/bits/sigstksz.h: + +/usr/include/c++/11/optional: + +/usr/include/c++/11/sstream: + +/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/hypergeometric.tcc: + +/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/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/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/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.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: + +/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: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp: + +/usr/include/c++/11/bits/locale_facets_nonio.tcc: + +/usr/include/c++/11/bits/locale_conv.h: + +/opt/ros/humble/include/rcl/rcl/logging_rosout.h: + +/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: + +/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: + +/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: + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: + +/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/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.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: + +/usr/include/c++/11/bits/specfun.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h: + +/usr/include/c++/11/tr1/ell_integral.tcc: + +/opt/ros/humble/include/rcl/rcl/error_handling.h: + +/usr/include/c++/11/tr1/exp_integral.tcc: + +/usr/include/c++/11/tr1/modified_bessel_func.tcc: + +/opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp: + +/usr/include/c++/11/tr1/poly_hermite.tcc: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp: + +/usr/include/c++/11/tr1/riemann_zeta.tcc: diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.ts b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.ts new file mode 100644 index 0000000..4e0f5cd --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for b_obstacle_detector_node. diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/depend.make b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/depend.make new file mode 100644 index 0000000..88f1866 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for b_obstacle_detector_node. +# This may be replaced when dependencies are built. diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/flags.make b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/flags.make new file mode 100644 index 0000000..d2afb8d --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_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/user/ws/src/chibi24_b/b_obstacle_detector/include -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/sensor_msgs -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/std_msgs + +CXX_FLAGS = -O2 -g -DNDEBUG + diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/link.txt b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/link.txt new file mode 100644 index 0000000..f82abb9 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O2 -g -DNDEBUG CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o -o b_obstacle_detector_node -Wl,-rpath,/opt/ros/humble/lib /opt/ros/humble/lib/librclcpp.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/liblibstatistics_collector.so /opt/ros/humble/lib/librcl.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/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/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/libtracetools.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/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.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/libbuiltin_interfaces__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/libgeometry_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.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/libbuiltin_interfaces__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/libgeometry_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /usr/lib/x86_64-linux-gnu/libpython3.10.so /opt/ros/humble/lib/libsensor_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/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librcpputils.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/progress.make b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/progress.make new file mode 100644 index 0000000..6a9dc74 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 + diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o new file mode 100644 index 0000000..2edce17 Binary files /dev/null and b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o differ diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o.d b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o.d new file mode 100644 index 0000000..3d4f770 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o.d @@ -0,0 +1,630 @@ +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o: \ + /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp \ + /usr/include/stdc-predef.h \ + /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp \ + /usr/include/c++/11/chrono /usr/include/c++/11/ratio \ + /usr/include/c++/11/type_traits \ + /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/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.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/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/limits /usr/include/c++/11/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.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_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.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/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.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/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.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/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_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/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/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/c++/11/memory /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/stl_pair.h /usr/include/c++/11/bits/move.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/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/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/initializer_list /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.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/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.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/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.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/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/pstl/execution_defs.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future /usr/include/c++/11/mutex \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.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/stdexcept /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.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/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/cstdlib \ + /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/sys/types.h /usr/include/endian.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/select2.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/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/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /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_function.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/node_handle.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /usr/include/c++/11/unordered_map /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/unordered_map.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.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/vector \ + /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/cassert \ + /usr/include/assert.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /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/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 /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/sstream \ + /usr/include/c++/11/bits/sstream.tcc /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/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /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/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/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/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/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__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.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/sensor_msgs/sensor_msgs/msg/laser_scan.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__struct.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__traits.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__builder.hpp \ + /usr/include/c++/11/math.h diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o new file mode 100644 index 0000000..33aac57 Binary files /dev/null and b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o differ diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o.d b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o.d new file mode 100644 index 0000000..cf070db --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o.d @@ -0,0 +1,630 @@ +CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o: \ + /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp \ + /usr/include/stdc-predef.h \ + /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp \ + /usr/include/c++/11/chrono /usr/include/c++/11/ratio \ + /usr/include/c++/11/type_traits \ + /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/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.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/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/limits /usr/include/c++/11/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.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_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.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/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.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/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.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/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_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/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/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/c++/11/memory /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/stl_pair.h /usr/include/c++/11/bits/move.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/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/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/initializer_list /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.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/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.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/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.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/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/pstl/execution_defs.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future /usr/include/c++/11/mutex \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.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/stdexcept /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.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/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/cstdlib \ + /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/sys/types.h /usr/include/endian.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/select2.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/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/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /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_function.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/node_handle.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /usr/include/c++/11/unordered_map /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/unordered_map.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.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/vector \ + /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/cassert \ + /usr/include/assert.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /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/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 /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/sstream \ + /usr/include/c++/11/bits/sstream.tcc /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/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /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/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/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/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/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__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.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/sensor_msgs/sensor_msgs/msg/laser_scan.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__struct.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/laser_scan__traits.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/point__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__builder.hpp \ + /usr/include/c++/11/math.h diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/DependInfo.cmake b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# 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 + ) + +# 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/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/build.make b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/build.make new file mode 100644 index 0000000..0f32649 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/build.make @@ -0,0 +1,87 @@ +# 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/user/ws/src/chibi24_b/b_obstacle_detector + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/user/ws/src/chibi24_b/build/b_obstacle_detector + +# Utility rule file for b_obstacle_detector_uninstall. + +# Include any custom commands dependencies for this target. +include CMakeFiles/b_obstacle_detector_uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/b_obstacle_detector_uninstall.dir/progress.make + +CMakeFiles/b_obstacle_detector_uninstall: + /usr/bin/cmake -P /home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake + +b_obstacle_detector_uninstall: CMakeFiles/b_obstacle_detector_uninstall +b_obstacle_detector_uninstall: CMakeFiles/b_obstacle_detector_uninstall.dir/build.make +.PHONY : b_obstacle_detector_uninstall + +# Rule to build all files generated by this target. +CMakeFiles/b_obstacle_detector_uninstall.dir/build: b_obstacle_detector_uninstall +.PHONY : CMakeFiles/b_obstacle_detector_uninstall.dir/build + +CMakeFiles/b_obstacle_detector_uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/b_obstacle_detector_uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/b_obstacle_detector_uninstall.dir/clean + +CMakeFiles/b_obstacle_detector_uninstall.dir/depend: + cd /home/user/ws/src/chibi24_b/build/b_obstacle_detector && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/user/ws/src/chibi24_b/b_obstacle_detector /home/user/ws/src/chibi24_b/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/b_obstacle_detector_uninstall.dir/depend + diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/cmake_clean.cmake b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000..56dad74 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/b_obstacle_detector_uninstall" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/b_obstacle_detector_uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/compiler_depend.make b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/compiler_depend.make new file mode 100644 index 0000000..0c52591 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for b_obstacle_detector_uninstall. +# This may be replaced when dependencies are built. diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/compiler_depend.ts b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/compiler_depend.ts new file mode 100644 index 0000000..9afabe5 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for b_obstacle_detector_uninstall. diff --git a/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/progress.make b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/b_obstacle_detector_uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/b_obstacle_detector/CMakeFiles/cmake.check_cache b/build/b_obstacle_detector/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/CMakeFiles/progress.marks b/build/b_obstacle_detector/CMakeFiles/progress.marks new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/build/b_obstacle_detector/CMakeFiles/uninstall.dir/DependInfo.cmake b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# 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 + ) + +# 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/b_obstacle_detector/CMakeFiles/uninstall.dir/build.make b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/build.make new file mode 100644 index 0000000..f8473a0 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/build.make @@ -0,0 +1,83 @@ +# 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/user/ws/src/chibi24_b/b_obstacle_detector + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/user/ws/src/chibi24_b/build/b_obstacle_detector + +# Utility rule file for uninstall. + +# Include any custom commands dependencies for this target. +include CMakeFiles/uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/uninstall.dir/progress.make + +uninstall: CMakeFiles/uninstall.dir/build.make +.PHONY : uninstall + +# Rule to build all files generated by this target. +CMakeFiles/uninstall.dir/build: uninstall +.PHONY : CMakeFiles/uninstall.dir/build + +CMakeFiles/uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/uninstall.dir/clean + +CMakeFiles/uninstall.dir/depend: + cd /home/user/ws/src/chibi24_b/build/b_obstacle_detector && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/user/ws/src/chibi24_b/b_obstacle_detector /home/user/ws/src/chibi24_b/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/uninstall.dir/depend + diff --git a/build/b_obstacle_detector/CMakeFiles/uninstall.dir/cmake_clean.cmake b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000..9960e98 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/b_obstacle_detector/CMakeFiles/uninstall.dir/compiler_depend.make b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/compiler_depend.make new file mode 100644 index 0000000..2d74447 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for uninstall. +# This may be replaced when dependencies are built. diff --git a/build/b_obstacle_detector/CMakeFiles/uninstall.dir/compiler_depend.ts b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/compiler_depend.ts new file mode 100644 index 0000000..ef27dcc --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for uninstall. diff --git a/build/b_obstacle_detector/CMakeFiles/uninstall.dir/progress.make b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/b_obstacle_detector/CMakeFiles/uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/b_obstacle_detector/CTestConfiguration.ini b/build/b_obstacle_detector/CTestConfiguration.ini new file mode 100644 index 0000000..1384efe --- /dev/null +++ b/build/b_obstacle_detector/CTestConfiguration.ini @@ -0,0 +1,105 @@ +# This file is configured by CMake automatically as DartConfiguration.tcl +# If you choose not to use CMake, this file may be hand configured, by +# filling in the required variables. + + +# Configuration directories and files +SourceDirectory: /home/user/ws/src/chibi24_b/b_obstacle_detector +BuildDirectory: /home/user/ws/src/chibi24_b/build/b_obstacle_detector + +# Where to place the cost data store +CostDataFile: + +# Site is something like machine.domain, i.e. pragmatic.crd +Site: docker-desktop + +# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ +BuildName: + +# Subprojects +LabelsForSubprojects: + +# Submission information +SubmitURL: + +# Dashboard start time +NightlyStartTime: + +# Commands for the build/test/submit cycle +ConfigureCommand: "/usr/bin/cmake" "/home/user/ws/src/chibi24_b/b_obstacle_detector" +MakeCommand: +DefaultCTestConfigurationType: + +# version control +UpdateVersionOnly: + +# CVS options +# Default is "-d -P -A" +CVSCommand: +CVSUpdateOptions: + +# Subversion options +SVNCommand: +SVNOptions: +SVNUpdateOptions: + +# Git options +GITCommand: +GITInitSubmodules: +GITUpdateOptions: +GITUpdateCustom: + +# Perforce options +P4Command: +P4Client: +P4Options: +P4UpdateOptions: +P4UpdateCustom: + +# Generic update command +UpdateCommand: +UpdateOptions: +UpdateType: + +# Compiler info +Compiler: /usr/bin/c++ +CompilerVersion: 11.4.0 + +# Dynamic analysis (MemCheck) +PurifyCommand: +ValgrindCommand: +ValgrindCommandOptions: +DrMemoryCommand: +DrMemoryCommandOptions: +CudaSanitizerCommand: +CudaSanitizerCommandOptions: +MemoryCheckType: +MemoryCheckSanitizerOptions: +MemoryCheckCommand: +MemoryCheckCommandOptions: +MemoryCheckSuppressionFile: + +# Coverage +CoverageCommand: +CoverageExtraFlags: + +# Testing options +# TimeOut is the amount of time in seconds to wait for processes +# to complete during testing. After TimeOut seconds, the +# process will be summarily terminated. +# Currently set to 25 minutes +TimeOut: + +# During parallel testing CTest will not start a new test if doing +# so would cause the system load to exceed this value. +TestLoad: + +UseLaunchers: +CurlOptions: +# warning, if you add new options here that have to do with submit, +# you have to update cmCTestSubmitCommand.cxx + +# For CTest submissions that timeout, these options +# specify behavior for retrying the submission +CTestSubmitRetryDelay: +CTestSubmitRetryCount: diff --git a/build/b_obstacle_detector/CTestCustom.cmake b/build/b_obstacle_detector/CTestCustom.cmake new file mode 100644 index 0000000..14956f3 --- /dev/null +++ b/build/b_obstacle_detector/CTestCustom.cmake @@ -0,0 +1,2 @@ +set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 0) +set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 0) diff --git a/build/b_obstacle_detector/CTestTestfile.cmake b/build/b_obstacle_detector/CTestTestfile.cmake new file mode 100644 index 0000000..a7c84ba --- /dev/null +++ b/build/b_obstacle_detector/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/user/ws/src/chibi24_b/b_obstacle_detector +# Build directory: /home/user/ws/src/chibi24_b/build/b_obstacle_detector +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/build/b_obstacle_detector/Makefile b/build/b_obstacle_detector/Makefile new file mode 100644 index 0000000..a5b11c2 --- /dev/null +++ b/build/b_obstacle_detector/Makefile @@ -0,0 +1,296 @@ +# 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 + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# 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/user/ws/src/chibi24_b/b_obstacle_detector + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/user/ws/src/chibi24_b/build/b_obstacle_detector + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles /home/user/ws/src/chibi24_b/build/b_obstacle_detector//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ws/src/chibi24_b/build/b_obstacle_detector/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named uninstall + +# Build rule for target. +uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall +.PHONY : uninstall + +# fast build rule for target. +uninstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build +.PHONY : uninstall/fast + +#============================================================================= +# Target rules for targets named b_obstacle_detector_uninstall + +# Build rule for target. +b_obstacle_detector_uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b_obstacle_detector_uninstall +.PHONY : b_obstacle_detector_uninstall + +# fast build rule for target. +b_obstacle_detector_uninstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_uninstall.dir/build.make CMakeFiles/b_obstacle_detector_uninstall.dir/build +.PHONY : b_obstacle_detector_uninstall/fast + +#============================================================================= +# Target rules for targets named b_obstacle_detector_node + +# Build rule for target. +b_obstacle_detector_node: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b_obstacle_detector_node +.PHONY : b_obstacle_detector_node + +# fast build rule for target. +b_obstacle_detector_node/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/build +.PHONY : b_obstacle_detector_node/fast + +src/b_obstacle_detector.o: src/b_obstacle_detector.cpp.o +.PHONY : src/b_obstacle_detector.o + +# target to build an object file +src/b_obstacle_detector.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +.PHONY : src/b_obstacle_detector.cpp.o + +src/b_obstacle_detector.i: src/b_obstacle_detector.cpp.i +.PHONY : src/b_obstacle_detector.i + +# target to preprocess a source file +src/b_obstacle_detector.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.i +.PHONY : src/b_obstacle_detector.cpp.i + +src/b_obstacle_detector.s: src/b_obstacle_detector.cpp.s +.PHONY : src/b_obstacle_detector.s + +# target to generate assembly for a file +src/b_obstacle_detector.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.s +.PHONY : src/b_obstacle_detector.cpp.s + +src/b_obstacle_detector_node.o: src/b_obstacle_detector_node.cpp.o +.PHONY : src/b_obstacle_detector_node.o + +# target to build an object file +src/b_obstacle_detector_node.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +.PHONY : src/b_obstacle_detector_node.cpp.o + +src/b_obstacle_detector_node.i: src/b_obstacle_detector_node.cpp.i +.PHONY : src/b_obstacle_detector_node.i + +# target to preprocess a source file +src/b_obstacle_detector_node.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.i +.PHONY : src/b_obstacle_detector_node.cpp.i + +src/b_obstacle_detector_node.s: src/b_obstacle_detector_node.cpp.s +.PHONY : src/b_obstacle_detector_node.s + +# target to generate assembly for a file +src/b_obstacle_detector_node.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/b_obstacle_detector_node.dir/build.make CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.s +.PHONY : src/b_obstacle_detector_node.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... test" + @echo "... b_obstacle_detector_uninstall" + @echo "... uninstall" + @echo "... b_obstacle_detector_node" + @echo "... src/b_obstacle_detector.o" + @echo "... src/b_obstacle_detector.i" + @echo "... src/b_obstacle_detector.s" + @echo "... src/b_obstacle_detector_node.o" + @echo "... src/b_obstacle_detector_node.i" + @echo "... src/b_obstacle_detector_node.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(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/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig-version.cmake b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig-version.cmake new file mode 100644 index 0000000..7beb732 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig-version.cmake @@ -0,0 +1,14 @@ +# generated from ament/cmake/core/templates/nameConfig-version.cmake.in +set(PACKAGE_VERSION "0.0.0") + +set(PACKAGE_VERSION_EXACT False) +set(PACKAGE_VERSION_COMPATIBLE False) + +if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_EXACT True) + set(PACKAGE_VERSION_COMPATIBLE True) +endif() + +if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_COMPATIBLE True) +endif() diff --git a/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig.cmake b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig.cmake new file mode 100644 index 0000000..3da4421 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig.cmake @@ -0,0 +1,42 @@ +# generated from ament/cmake/core/templates/nameConfig.cmake.in + +# prevent multiple inclusion +if(_b_obstacle_detector_CONFIG_INCLUDED) + # ensure to keep the found flag the same + if(NOT DEFINED b_obstacle_detector_FOUND) + # explicitly set it to FALSE, otherwise CMake will set it to TRUE + set(b_obstacle_detector_FOUND FALSE) + elseif(NOT b_obstacle_detector_FOUND) + # use separate condition to avoid uninitialized variable warning + set(b_obstacle_detector_FOUND FALSE) + endif() + return() +endif() +set(_b_obstacle_detector_CONFIG_INCLUDED TRUE) + +# output package information +if(NOT b_obstacle_detector_FIND_QUIETLY) + message(STATUS "Found b_obstacle_detector: 0.0.0 (${b_obstacle_detector_DIR})") +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "Package 'b_obstacle_detector' is deprecated") + # append custom deprecation text if available + if(NOT "" STREQUAL "TRUE") + set(_msg "${_msg} ()") + endif() + # optionally quiet the deprecation message + if(NOT ${b_obstacle_detector_DEPRECATED_QUIET}) + message(DEPRECATION "${_msg}") + endif() +endif() + +# flag package as ament-based to distinguish it after being find_package()-ed +set(b_obstacle_detector_FOUND_AMENT_PACKAGE TRUE) + +# include all config extra files +set(_extras "ament_cmake_export_dependencies-extras.cmake;ament_cmake_export_include_directories-extras.cmake") +foreach(_extra ${_extras}) + include("${b_obstacle_detector_DIR}/${_extra}") +endforeach() diff --git a/build/b_obstacle_detector/ament_cmake_core/package.cmake b/build/b_obstacle_detector/ament_cmake_core/package.cmake new file mode 100644 index 0000000..002c152 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_core/package.cmake @@ -0,0 +1,14 @@ +set(_AMENT_PACKAGE_NAME "b_obstacle_detector") +set(b_obstacle_detector_VERSION "0.0.0") +set(b_obstacle_detector_MAINTAINER "user ") +set(b_obstacle_detector_BUILD_DEPENDS "ament_cmake" "rclcpp" "geometry_msgs" "sensor_msgs") +set(b_obstacle_detector_BUILDTOOL_DEPENDS "ament_cmake") +set(b_obstacle_detector_BUILD_EXPORT_DEPENDS "ament_cmake" "rclcpp" "geometry_msgs" "sensor_msgs") +set(b_obstacle_detector_BUILDTOOL_EXPORT_DEPENDS ) +set(b_obstacle_detector_EXEC_DEPENDS "ament_cmake" "rclcpp" "geometry_msgs" "sensor_msgs") +set(b_obstacle_detector_TEST_DEPENDS ) +set(b_obstacle_detector_GROUP_DEPENDS ) +set(b_obstacle_detector_MEMBER_OF_GROUPS ) +set(b_obstacle_detector_DEPRECATED "") +set(b_obstacle_detector_EXPORT_TAGS) +list(APPEND b_obstacle_detector_EXPORT_TAGS "ament_cmake") diff --git a/build/b_obstacle_detector/ament_cmake_core/stamps/ament_cmake_export_dependencies-extras.cmake.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/ament_cmake_export_dependencies-extras.cmake.stamp new file mode 100644 index 0000000..d3932a2 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_core/stamps/ament_cmake_export_dependencies-extras.cmake.stamp @@ -0,0 +1,92 @@ +# generated from ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake.in + +set(_exported_dependencies "ament_cmake;rclcpp;geometry_msgs;sensor_msgs;ament_cmake") + +find_package(ament_cmake_libraries QUIET REQUIRED) + +# find_package() all dependencies +# and append their DEFINITIONS INCLUDE_DIRS, LIBRARIES, and LINK_FLAGS +# variables to b_obstacle_detector_DEFINITIONS, b_obstacle_detector_INCLUDE_DIRS, +# b_obstacle_detector_LIBRARIES, and b_obstacle_detector_LINK_FLAGS. +# Additionally collect the direct dependency names in +# b_obstacle_detector_DEPENDENCIES as well as the recursive dependency names +# in b_obstacle_detector_RECURSIVE_DEPENDENCIES. +if(NOT _exported_dependencies STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + set(b_obstacle_detector_DEPENDENCIES ${_exported_dependencies}) + set(b_obstacle_detector_RECURSIVE_DEPENDENCIES ${_exported_dependencies}) + set(_libraries) + foreach(_dep ${_exported_dependencies}) + if(NOT ${_dep}_FOUND) + find_package("${_dep}" QUIET REQUIRED) + endif() + # if a package provides modern CMake interface targets use them + # exclusively assuming the classic CMake variables only exist for + # backward compatibility + set(use_modern_cmake FALSE) + if(NOT "${${_dep}_TARGETS}" STREQUAL "") + foreach(_target ${${_dep}_TARGETS}) + # only use actual targets + # in case a package uses this variable for other content + if(TARGET "${_target}") + get_target_property(_include_dirs ${_target} INTERFACE_INCLUDE_DIRECTORIES) + if(_include_dirs) + list_append_unique(b_obstacle_detector_INCLUDE_DIRS "${_include_dirs}") + endif() + + get_target_property(_imported_configurations ${_target} IMPORTED_CONFIGURATIONS) + if(_imported_configurations) + string(TOUPPER "${_imported_configurations}" _imported_configurations) + if(DEBUG_CONFIGURATIONS) + string(TOUPPER "${DEBUG_CONFIGURATIONS}" _debug_configurations_uppercase) + else() + set(_debug_configurations_uppercase "DEBUG") + endif() + foreach(_imported_config ${_imported_configurations}) + get_target_property(_imported_implib ${_target} IMPORTED_IMPLIB_${_imported_config}) + if(_imported_implib) + set(_imported_implib_config "optimized") + if(${_imported_config} IN_LIST _debug_configurations_uppercase) + set(_imported_implib_config "debug") + endif() + list(APPEND _libraries ${_imported_implib_config} ${_imported_implib}) + else() + get_target_property(_imported_location ${_target} IMPORTED_LOCATION_${_imported_config}) + if(_imported_location) + list(APPEND _libraries "${_imported_location}") + endif() + endif() + endforeach() + endif() + + get_target_property(_link_libraries ${_target} INTERFACE_LINK_LIBRARIES) + if(_link_libraries) + list(APPEND _libraries "${_link_libraries}") + endif() + set(use_modern_cmake TRUE) + endif() + endforeach() + endif() + if(NOT use_modern_cmake) + if(${_dep}_DEFINITIONS) + list_append_unique(b_obstacle_detector_DEFINITIONS "${${_dep}_DEFINITIONS}") + endif() + if(${_dep}_INCLUDE_DIRS) + list_append_unique(b_obstacle_detector_INCLUDE_DIRS "${${_dep}_INCLUDE_DIRS}") + endif() + if(${_dep}_LIBRARIES) + list(APPEND _libraries "${${_dep}_LIBRARIES}") + endif() + if(${_dep}_LINK_FLAGS) + list_append_unique(b_obstacle_detector_LINK_FLAGS "${${_dep}_LINK_FLAGS}") + endif() + if(${_dep}_RECURSIVE_DEPENDENCIES) + list_append_unique(b_obstacle_detector_RECURSIVE_DEPENDENCIES "${${_dep}_RECURSIVE_DEPENDENCIES}") + endif() + endif() + if(_libraries) + ament_libraries_deduplicate(_libraries "${_libraries}") + list(APPEND b_obstacle_detector_LIBRARIES "${_libraries}") + endif() + endforeach() +endif() diff --git a/build/b_obstacle_detector/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp new file mode 100644 index 0000000..7ff2ea1 --- /dev/null +++ b/build/b_obstacle_detector/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 "${b_obstacle_detector_DIR}/../../../include") + +# append include directories to b_obstacle_detector_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 'b_obstacle_detector' exports the include directory '${_exported_include_dir}' which doesn't exist") + endif() + normalize_path(_exported_include_dir "${_exported_include_dir}") + list(APPEND b_obstacle_detector_INCLUDE_DIRS "${_exported_include_dir}") + endforeach() +endif() diff --git a/build/b_obstacle_detector/ament_cmake_core/stamps/ament_prefix_path.sh.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/ament_prefix_path.sh.stamp new file mode 100644 index 0000000..02e441b --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp new file mode 100644 index 0000000..ee49c9f --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_core/stamps/nameConfig.cmake.in.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/nameConfig.cmake.in.stamp new file mode 100644 index 0000000..6fb3fe7 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_core/stamps/package.xml.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/package.xml.stamp new file mode 100644 index 0000000..f92f323 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_core/stamps/package.xml.stamp @@ -0,0 +1,19 @@ + + + b_obstacle_detector + 0.0.0 + The b_obstacle_detector package + user + todo + + ament_cmake + + ament_cmake + rclcpp + geometry_msgs + sensor_msgs + + + ament_cmake + + diff --git a/build/b_obstacle_detector/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp new file mode 100644 index 0000000..8be9894 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_core/stamps/path.sh.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/path.sh.stamp new file mode 100644 index 0000000..e59b749 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_core/stamps/templates_2_cmake.py.stamp b/build/b_obstacle_detector/ament_cmake_core/stamps/templates_2_cmake.py.stamp new file mode 100644 index 0000000..fb2fb47 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_environment_hooks/ament_prefix_path.dsv b/build/b_obstacle_detector/ament_cmake_environment_hooks/ament_prefix_path.dsv new file mode 100644 index 0000000..79d4c95 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_environment_hooks/ament_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;AMENT_PREFIX_PATH; diff --git a/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.bash b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.bash new file mode 100644 index 0000000..49782f2 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.dsv b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.dsv new file mode 100644 index 0000000..704dc51 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.dsv @@ -0,0 +1,2 @@ +source;share/b_obstacle_detector/environment/ament_prefix_path.sh +source;share/b_obstacle_detector/environment/path.sh diff --git a/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.sh b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.sh new file mode 100644 index 0000000..ddc7c2a --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.sh @@ -0,0 +1,184 @@ +# 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/user/ws/src/chibi24_b/install/b_obstacle_detector"} +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/b_obstacle_detector/environment/ament_prefix_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.zsh b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.zsh new file mode 100644 index 0000000..fe161be --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_environment_hooks/package.dsv b/build/b_obstacle_detector/ament_cmake_environment_hooks/package.dsv new file mode 100644 index 0000000..4daabd5 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_environment_hooks/package.dsv @@ -0,0 +1,4 @@ +source;share/b_obstacle_detector/local_setup.bash +source;share/b_obstacle_detector/local_setup.dsv +source;share/b_obstacle_detector/local_setup.sh +source;share/b_obstacle_detector/local_setup.zsh diff --git a/build/b_obstacle_detector/ament_cmake_environment_hooks/path.dsv b/build/b_obstacle_detector/ament_cmake_environment_hooks/path.dsv new file mode 100644 index 0000000..b94426a --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_environment_hooks/path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate-if-exists;PATH;bin diff --git a/build/b_obstacle_detector/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake b/build/b_obstacle_detector/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake new file mode 100644 index 0000000..d3932a2 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake @@ -0,0 +1,92 @@ +# generated from ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake.in + +set(_exported_dependencies "ament_cmake;rclcpp;geometry_msgs;sensor_msgs;ament_cmake") + +find_package(ament_cmake_libraries QUIET REQUIRED) + +# find_package() all dependencies +# and append their DEFINITIONS INCLUDE_DIRS, LIBRARIES, and LINK_FLAGS +# variables to b_obstacle_detector_DEFINITIONS, b_obstacle_detector_INCLUDE_DIRS, +# b_obstacle_detector_LIBRARIES, and b_obstacle_detector_LINK_FLAGS. +# Additionally collect the direct dependency names in +# b_obstacle_detector_DEPENDENCIES as well as the recursive dependency names +# in b_obstacle_detector_RECURSIVE_DEPENDENCIES. +if(NOT _exported_dependencies STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + set(b_obstacle_detector_DEPENDENCIES ${_exported_dependencies}) + set(b_obstacle_detector_RECURSIVE_DEPENDENCIES ${_exported_dependencies}) + set(_libraries) + foreach(_dep ${_exported_dependencies}) + if(NOT ${_dep}_FOUND) + find_package("${_dep}" QUIET REQUIRED) + endif() + # if a package provides modern CMake interface targets use them + # exclusively assuming the classic CMake variables only exist for + # backward compatibility + set(use_modern_cmake FALSE) + if(NOT "${${_dep}_TARGETS}" STREQUAL "") + foreach(_target ${${_dep}_TARGETS}) + # only use actual targets + # in case a package uses this variable for other content + if(TARGET "${_target}") + get_target_property(_include_dirs ${_target} INTERFACE_INCLUDE_DIRECTORIES) + if(_include_dirs) + list_append_unique(b_obstacle_detector_INCLUDE_DIRS "${_include_dirs}") + endif() + + get_target_property(_imported_configurations ${_target} IMPORTED_CONFIGURATIONS) + if(_imported_configurations) + string(TOUPPER "${_imported_configurations}" _imported_configurations) + if(DEBUG_CONFIGURATIONS) + string(TOUPPER "${DEBUG_CONFIGURATIONS}" _debug_configurations_uppercase) + else() + set(_debug_configurations_uppercase "DEBUG") + endif() + foreach(_imported_config ${_imported_configurations}) + get_target_property(_imported_implib ${_target} IMPORTED_IMPLIB_${_imported_config}) + if(_imported_implib) + set(_imported_implib_config "optimized") + if(${_imported_config} IN_LIST _debug_configurations_uppercase) + set(_imported_implib_config "debug") + endif() + list(APPEND _libraries ${_imported_implib_config} ${_imported_implib}) + else() + get_target_property(_imported_location ${_target} IMPORTED_LOCATION_${_imported_config}) + if(_imported_location) + list(APPEND _libraries "${_imported_location}") + endif() + endif() + endforeach() + endif() + + get_target_property(_link_libraries ${_target} INTERFACE_LINK_LIBRARIES) + if(_link_libraries) + list(APPEND _libraries "${_link_libraries}") + endif() + set(use_modern_cmake TRUE) + endif() + endforeach() + endif() + if(NOT use_modern_cmake) + if(${_dep}_DEFINITIONS) + list_append_unique(b_obstacle_detector_DEFINITIONS "${${_dep}_DEFINITIONS}") + endif() + if(${_dep}_INCLUDE_DIRS) + list_append_unique(b_obstacle_detector_INCLUDE_DIRS "${${_dep}_INCLUDE_DIRS}") + endif() + if(${_dep}_LIBRARIES) + list(APPEND _libraries "${${_dep}_LIBRARIES}") + endif() + if(${_dep}_LINK_FLAGS) + list_append_unique(b_obstacle_detector_LINK_FLAGS "${${_dep}_LINK_FLAGS}") + endif() + if(${_dep}_RECURSIVE_DEPENDENCIES) + list_append_unique(b_obstacle_detector_RECURSIVE_DEPENDENCIES "${${_dep}_RECURSIVE_DEPENDENCIES}") + endif() + endif() + if(_libraries) + ament_libraries_deduplicate(_libraries "${_libraries}") + list(APPEND b_obstacle_detector_LIBRARIES "${_libraries}") + endif() + endforeach() +endif() diff --git a/build/b_obstacle_detector/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake b/build/b_obstacle_detector/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake new file mode 100644 index 0000000..7ff2ea1 --- /dev/null +++ b/build/b_obstacle_detector/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 "${b_obstacle_detector_DIR}/../../../include") + +# append include directories to b_obstacle_detector_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 'b_obstacle_detector' exports the include directory '${_exported_include_dir}' which doesn't exist") + endif() + normalize_path(_exported_include_dir "${_exported_include_dir}") + list(APPEND b_obstacle_detector_INCLUDE_DIRS "${_exported_include_dir}") + endforeach() +endif() diff --git a/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector new file mode 100644 index 0000000..40f7dd7 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector @@ -0,0 +1 @@ +ament_cmake;rclcpp;geometry_msgs;sensor_msgs \ No newline at end of file diff --git a/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/packages/b_obstacle_detector b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/packages/b_obstacle_detector new file mode 100644 index 0000000..e69de29 diff --git a/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector new file mode 100644 index 0000000..fd233a0 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector @@ -0,0 +1 @@ +/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble \ No newline at end of file diff --git a/build/b_obstacle_detector/ament_cmake_package_templates/templates.cmake b/build/b_obstacle_detector/ament_cmake_package_templates/templates.cmake new file mode 100644 index 0000000..42a5a03 --- /dev/null +++ b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake b/build/b_obstacle_detector/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake new file mode 100644 index 0000000..ce134d1 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake @@ -0,0 +1,371 @@ +# 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/user/ws/src/chibi24_b/install/b_obstacle_detector/${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/user/ws/src/chibi24_b/install/b_obstacle_detector/${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/user/ws/src/chibi24_b/install/b_obstacle_detector/${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/user/ws/src/chibi24_b/install/b_obstacle_detector/${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(DIRECTORY "launch" "DESTINATION" "share/b_obstacle_detector/") +ament_cmake_symlink_install_directory("/home/user/ws/src/chibi24_b/b_obstacle_detector" DIRECTORY "launch" "DESTINATION" "share/b_obstacle_detector/") + +# install(DIRECTORY "include/" "DESTINATION" "include") +ament_cmake_symlink_install_directory("/home/user/ws/src/chibi24_b/b_obstacle_detector" DIRECTORY "include/" "DESTINATION" "include") + +# install("TARGETS" "ARCHIVE_DESTINATION" "lib" "LIBRARY_DESTINATION" "lib" "RUNTIME_DESTINATION" "bin") +include("/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_symlink_install_targets_0_${CMAKE_INSTALL_CONFIG_NAME}.cmake") + +# install("TARGETS" "b_obstacle_detector_node" "DESTINATION" "lib/b_obstacle_detector") +include("/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_symlink_install_targets_1_${CMAKE_INSTALL_CONFIG_NAME}.cmake") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector" "DESTINATION" "share/ament_index/resource_index/package_run_dependencies") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector" "DESTINATION" "share/ament_index/resource_index/package_run_dependencies") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector" "DESTINATION" "share/ament_index/resource_index/parent_prefix_path") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector" "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/b_obstacle_detector/environment") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" "DESTINATION" "share/b_obstacle_detector/environment") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/ament_prefix_path.dsv" "DESTINATION" "share/b_obstacle_detector/environment") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/ament_prefix_path.dsv" "DESTINATION" "share/b_obstacle_detector/environment") + +# install(FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" "DESTINATION" "share/b_obstacle_detector/environment") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" "DESTINATION" "share/b_obstacle_detector/environment") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/path.dsv" "DESTINATION" "share/b_obstacle_detector/environment") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/path.dsv" "DESTINATION" "share/b_obstacle_detector/environment") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.bash" "DESTINATION" "share/b_obstacle_detector") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.bash" "DESTINATION" "share/b_obstacle_detector") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.sh" "DESTINATION" "share/b_obstacle_detector") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.sh" "DESTINATION" "share/b_obstacle_detector") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.zsh" "DESTINATION" "share/b_obstacle_detector") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.zsh" "DESTINATION" "share/b_obstacle_detector") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.dsv" "DESTINATION" "share/b_obstacle_detector") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.dsv" "DESTINATION" "share/b_obstacle_detector") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/package.dsv" "DESTINATION" "share/b_obstacle_detector") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/package.dsv" "DESTINATION" "share/b_obstacle_detector") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/packages/b_obstacle_detector" "DESTINATION" "share/ament_index/resource_index/packages") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/packages/b_obstacle_detector" "DESTINATION" "share/ament_index/resource_index/packages") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake" "DESTINATION" "share/b_obstacle_detector/cmake") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake" "DESTINATION" "share/b_obstacle_detector/cmake") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" "DESTINATION" "share/b_obstacle_detector/cmake") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" "DESTINATION" "share/b_obstacle_detector/cmake") + +# install(FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig.cmake" "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig-version.cmake" "DESTINATION" "share/b_obstacle_detector/cmake") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig.cmake" "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig-version.cmake" "DESTINATION" "share/b_obstacle_detector/cmake") + +# install(FILES "/home/user/ws/src/chibi24_b/b_obstacle_detector/package.xml" "DESTINATION" "share/b_obstacle_detector") +ament_cmake_symlink_install_files("/home/user/ws/src/chibi24_b/b_obstacle_detector" FILES "/home/user/ws/src/chibi24_b/b_obstacle_detector/package.xml" "DESTINATION" "share/b_obstacle_detector") diff --git a/build/b_obstacle_detector/ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake b/build/b_obstacle_detector/ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake new file mode 100644 index 0000000..9e06c1d --- /dev/null +++ b/build/b_obstacle_detector/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/user/ws/src/chibi24_b/build/b_obstacle_detector/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/b_obstacle_detector/ament_cmake_symlink_install_targets_0_RelWithDebInfo.cmake b/build/b_obstacle_detector/ament_cmake_symlink_install_targets_0_RelWithDebInfo.cmake new file mode 100644 index 0000000..70430c3 --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_symlink_install_targets_0_RelWithDebInfo.cmake @@ -0,0 +1 @@ +ament_cmake_symlink_install_targets("TARGET_FILES" "" "TARGETS" "ARCHIVE_DESTINATION" "lib" "LIBRARY_DESTINATION" "lib" "RUNTIME_DESTINATION" "bin") diff --git a/build/b_obstacle_detector/ament_cmake_symlink_install_targets_1_RelWithDebInfo.cmake b/build/b_obstacle_detector/ament_cmake_symlink_install_targets_1_RelWithDebInfo.cmake new file mode 100644 index 0000000..c641e6b --- /dev/null +++ b/build/b_obstacle_detector/ament_cmake_symlink_install_targets_1_RelWithDebInfo.cmake @@ -0,0 +1 @@ +ament_cmake_symlink_install_targets("TARGET_FILES" "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/b_obstacle_detector_node" "TARGETS" "b_obstacle_detector_node" "DESTINATION" "lib/b_obstacle_detector") diff --git a/build/b_obstacle_detector/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake b/build/b_obstacle_detector/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake new file mode 100644 index 0000000..a8be4bf --- /dev/null +++ b/build/b_obstacle_detector/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/user/ws/src/chibi24_b/install/b_obstacle_detector") + 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/user/ws/src/chibi24_b/build/b_obstacle_detector/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/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake") diff --git a/build/b_obstacle_detector/b_obstacle_detector_node b/build/b_obstacle_detector/b_obstacle_detector_node new file mode 100755 index 0000000..65a44d8 Binary files /dev/null and b/build/b_obstacle_detector/b_obstacle_detector_node differ diff --git a/build/b_obstacle_detector/cmake_args.last b/build/b_obstacle_detector/cmake_args.last new file mode 100644 index 0000000..6b4082f --- /dev/null +++ b/build/b_obstacle_detector/cmake_args.last @@ -0,0 +1 @@ +['-DCMAKE_BUILD_TYPE=RelWithDebInfo', '-DAMENT_CMAKE_SYMLINK_INSTALL=1'] \ No newline at end of file diff --git a/build/b_obstacle_detector/cmake_install.cmake b/build/b_obstacle_detector/cmake_install.cmake new file mode 100644 index 0000000..2c33377 --- /dev/null +++ b/build/b_obstacle_detector/cmake_install.cmake @@ -0,0 +1,58 @@ +# Install script for directory: /home/user/ws/src/chibi24_b/b_obstacle_detector + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/user/ws/src/chibi24_b/install/b_obstacle_detector") +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 "RelWithDebInfo") + 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/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/user/ws/src/chibi24_b/build/b_obstacle_detector/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/b_obstacle_detector/colcon_build.rc b/build/b_obstacle_detector/colcon_build.rc new file mode 100644 index 0000000..573541a --- /dev/null +++ b/build/b_obstacle_detector/colcon_build.rc @@ -0,0 +1 @@ +0 diff --git a/build/b_obstacle_detector/colcon_command_prefix_build.sh b/build/b_obstacle_detector/colcon_command_prefix_build.sh new file mode 100644 index 0000000..f9867d5 --- /dev/null +++ b/build/b_obstacle_detector/colcon_command_prefix_build.sh @@ -0,0 +1 @@ +# generated from colcon_core/shell/template/command_prefix.sh.em diff --git a/build/b_obstacle_detector/colcon_command_prefix_build.sh.env b/build/b_obstacle_detector/colcon_command_prefix_build.sh.env new file mode 100644 index 0000000..c416fdf --- /dev/null +++ b/build/b_obstacle_detector/colcon_command_prefix_build.sh.env @@ -0,0 +1,24 @@ +AMENT_PREFIX_PATH=/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator +COLCON=1 +COLCON_PREFIX_PATH=/home/user/ws/install +DISPLAY=:0 +HOME=/home/user +HOSTNAME=docker-desktop +LANG=C.UTF-8 +LC_ALL=C.UTF-8 +LD_LIBRARY_PATH=/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib +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: +OLDPWD=/home/user/ws/src +PATH=/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +PWD=/home/user/ws/src/chibi24_b/build/b_obstacle_detector +PYTHONPATH=/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages +ROS_DISTRO=humble +ROS_LOCALHOST_ONLY=0 +ROS_PYTHON_VERSION=3 +ROS_VERSION=2 +SHELL=/bin/bash +SHLVL=1 +TERM=xterm +_=/usr/bin/colcon +_colcon_cd_root=/home/user/ws diff --git a/build/b_obstacle_detector/install_manifest.txt b/build/b_obstacle_detector/install_manifest.txt new file mode 100644 index 0000000..e69de29 diff --git a/build/b_obstacle_detector/symlink_install_manifest.txt b/build/b_obstacle_detector/symlink_install_manifest.txt new file mode 100644 index 0000000..a0b3ed9 --- /dev/null +++ b/build/b_obstacle_detector/symlink_install_manifest.txt @@ -0,0 +1,20 @@ +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/install/.colcon_install_layout b/install/.colcon_install_layout new file mode 100644 index 0000000..3aad533 --- /dev/null +++ b/install/.colcon_install_layout @@ -0,0 +1 @@ +isolated diff --git a/install/COLCON_IGNORE b/install/COLCON_IGNORE new file mode 100644 index 0000000..e69de29 diff --git a/install/_local_setup_util_ps1.py b/install/_local_setup_util_ps1.py new file mode 100644 index 0000000..83abe63 --- /dev/null +++ b/install/_local_setup_util_ps1.py @@ -0,0 +1,407 @@ +# Copyright 2016-2019 Dirk Thomas +# Licensed under the Apache License, Version 2.0 + +import argparse +from collections import OrderedDict +import os +from pathlib import Path +import sys + + +FORMAT_STR_COMMENT_LINE = '# {comment}' +FORMAT_STR_SET_ENV_VAR = 'Set-Item -Path "Env:{name}" -Value "{value}"' +FORMAT_STR_USE_ENV_VAR = '$env:{name}' +FORMAT_STR_INVOKE_SCRIPT = '_colcon_prefix_powershell_source_script "{script_path}"' +FORMAT_STR_REMOVE_LEADING_SEPARATOR = '' +FORMAT_STR_REMOVE_TRAILING_SEPARATOR = '' + +DSV_TYPE_APPEND_NON_DUPLICATE = 'append-non-duplicate' +DSV_TYPE_PREPEND_NON_DUPLICATE = 'prepend-non-duplicate' +DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS = 'prepend-non-duplicate-if-exists' +DSV_TYPE_SET = 'set' +DSV_TYPE_SET_IF_UNSET = 'set-if-unset' +DSV_TYPE_SOURCE = 'source' + + +def main(argv=sys.argv[1:]): # noqa: D103 + parser = argparse.ArgumentParser( + description='Output shell commands for the packages in topological ' + 'order') + parser.add_argument( + 'primary_extension', + help='The file extension of the primary shell') + parser.add_argument( + 'additional_extension', nargs='?', + help='The additional file extension to be considered') + parser.add_argument( + '--merged-install', action='store_true', + help='All install prefixes are merged into a single location') + args = parser.parse_args(argv) + + packages = get_packages(Path(__file__).parent, args.merged_install) + + ordered_packages = order_packages(packages) + for pkg_name in ordered_packages: + if _include_comments(): + print( + FORMAT_STR_COMMENT_LINE.format_map( + {'comment': 'Package: ' + pkg_name})) + prefix = os.path.abspath(os.path.dirname(__file__)) + if not args.merged_install: + prefix = os.path.join(prefix, pkg_name) + for line in get_commands( + pkg_name, prefix, args.primary_extension, + args.additional_extension + ): + print(line) + + for line in _remove_ending_separators(): + print(line) + + +def get_packages(prefix_path, merged_install): + """ + Find packages based on colcon-specific files created during installation. + + :param Path prefix_path: The install prefix path of all packages + :param bool merged_install: The flag if the packages are all installed + directly in the prefix or if each package is installed in a subdirectory + named after the package + :returns: A mapping from the package name to the set of runtime + dependencies + :rtype: dict + """ + packages = {} + # since importing colcon_core isn't feasible here the following constant + # must match colcon_core.location.get_relative_package_index_path() + subdirectory = 'share/colcon-core/packages' + if merged_install: + # return if workspace is empty + if not (prefix_path / subdirectory).is_dir(): + return packages + # find all files in the subdirectory + for p in (prefix_path / subdirectory).iterdir(): + if not p.is_file(): + continue + if p.name.startswith('.'): + continue + add_package_runtime_dependencies(p, packages) + else: + # for each subdirectory look for the package specific file + for p in prefix_path.iterdir(): + if not p.is_dir(): + continue + if p.name.startswith('.'): + continue + p = p / subdirectory / p.name + if p.is_file(): + add_package_runtime_dependencies(p, packages) + + # remove unknown dependencies + pkg_names = set(packages.keys()) + for k in packages.keys(): + packages[k] = {d for d in packages[k] if d in pkg_names} + + return packages + + +def add_package_runtime_dependencies(path, packages): + """ + Check the path and if it exists extract the packages runtime dependencies. + + :param Path path: The resource file containing the runtime dependencies + :param dict packages: A mapping from package names to the sets of runtime + dependencies to add to + """ + content = path.read_text() + dependencies = set(content.split(os.pathsep) if content else []) + packages[path.name] = dependencies + + +def order_packages(packages): + """ + Order packages topologically. + + :param dict packages: A mapping from package name to the set of runtime + dependencies + :returns: The package names + :rtype: list + """ + # select packages with no dependencies in alphabetical order + to_be_ordered = list(packages.keys()) + ordered = [] + while to_be_ordered: + pkg_names_without_deps = [ + name for name in to_be_ordered if not packages[name]] + if not pkg_names_without_deps: + reduce_cycle_set(packages) + raise RuntimeError( + 'Circular dependency between: ' + ', '.join(sorted(packages))) + pkg_names_without_deps.sort() + pkg_name = pkg_names_without_deps[0] + to_be_ordered.remove(pkg_name) + ordered.append(pkg_name) + # remove item from dependency lists + for k in list(packages.keys()): + if pkg_name in packages[k]: + packages[k].remove(pkg_name) + return ordered + + +def reduce_cycle_set(packages): + """ + Reduce the set of packages to the ones part of the circular dependency. + + :param dict packages: A mapping from package name to the set of runtime + dependencies which is modified in place + """ + last_depended = None + while len(packages) > 0: + # get all remaining dependencies + depended = set() + for pkg_name, dependencies in packages.items(): + depended = depended.union(dependencies) + # remove all packages which are not dependent on + for name in list(packages.keys()): + if name not in depended: + del packages[name] + if last_depended: + # if remaining packages haven't changed return them + if last_depended == depended: + return packages.keys() + # otherwise reduce again + last_depended = depended + + +def _include_comments(): + # skipping comment lines when COLCON_TRACE is not set speeds up the + # processing especially on Windows + return bool(os.environ.get('COLCON_TRACE')) + + +def get_commands(pkg_name, prefix, primary_extension, additional_extension): + commands = [] + package_dsv_path = os.path.join(prefix, 'share', pkg_name, 'package.dsv') + if os.path.exists(package_dsv_path): + commands += process_dsv_file( + package_dsv_path, prefix, primary_extension, additional_extension) + return commands + + +def process_dsv_file( + dsv_path, prefix, primary_extension=None, additional_extension=None +): + commands = [] + if _include_comments(): + commands.append(FORMAT_STR_COMMENT_LINE.format_map({'comment': dsv_path})) + with open(dsv_path, 'r') as h: + content = h.read() + lines = content.splitlines() + + basenames = OrderedDict() + for i, line in enumerate(lines): + # skip over empty or whitespace-only lines + if not line.strip(): + continue + # skip over comments + if line.startswith('#'): + continue + try: + type_, remainder = line.split(';', 1) + except ValueError: + raise RuntimeError( + "Line %d in '%s' doesn't contain a semicolon separating the " + 'type from the arguments' % (i + 1, dsv_path)) + if type_ != DSV_TYPE_SOURCE: + # handle non-source lines + try: + commands += handle_dsv_types_except_source( + type_, remainder, prefix) + except RuntimeError as e: + raise RuntimeError( + "Line %d in '%s' %s" % (i + 1, dsv_path, e)) from e + else: + # group remaining source lines by basename + path_without_ext, ext = os.path.splitext(remainder) + if path_without_ext not in basenames: + basenames[path_without_ext] = set() + assert ext.startswith('.') + ext = ext[1:] + if ext in (primary_extension, additional_extension): + basenames[path_without_ext].add(ext) + + # add the dsv extension to each basename if the file exists + for basename, extensions in basenames.items(): + if not os.path.isabs(basename): + basename = os.path.join(prefix, basename) + if os.path.exists(basename + '.dsv'): + extensions.add('dsv') + + for basename, extensions in basenames.items(): + if not os.path.isabs(basename): + basename = os.path.join(prefix, basename) + if 'dsv' in extensions: + # process dsv files recursively + commands += process_dsv_file( + basename + '.dsv', prefix, primary_extension=primary_extension, + additional_extension=additional_extension) + elif primary_extension in extensions and len(extensions) == 1: + # source primary-only files + commands += [ + FORMAT_STR_INVOKE_SCRIPT.format_map({ + 'prefix': prefix, + 'script_path': basename + '.' + primary_extension})] + elif additional_extension in extensions: + # source non-primary files + commands += [ + FORMAT_STR_INVOKE_SCRIPT.format_map({ + 'prefix': prefix, + 'script_path': basename + '.' + additional_extension})] + + return commands + + +def handle_dsv_types_except_source(type_, remainder, prefix): + commands = [] + if type_ in (DSV_TYPE_SET, DSV_TYPE_SET_IF_UNSET): + try: + env_name, value = remainder.split(';', 1) + except ValueError: + raise RuntimeError( + "doesn't contain a semicolon separating the environment name " + 'from the value') + try_prefixed_value = os.path.join(prefix, value) if value else prefix + if os.path.exists(try_prefixed_value): + value = try_prefixed_value + if type_ == DSV_TYPE_SET: + commands += _set(env_name, value) + elif type_ == DSV_TYPE_SET_IF_UNSET: + commands += _set_if_unset(env_name, value) + else: + assert False + elif type_ in ( + DSV_TYPE_APPEND_NON_DUPLICATE, + DSV_TYPE_PREPEND_NON_DUPLICATE, + DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS + ): + try: + env_name_and_values = remainder.split(';') + except ValueError: + raise RuntimeError( + "doesn't contain a semicolon separating the environment name " + 'from the values') + env_name = env_name_and_values[0] + values = env_name_and_values[1:] + for value in values: + if not value: + value = prefix + elif not os.path.isabs(value): + value = os.path.join(prefix, value) + if ( + type_ == DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS and + not os.path.exists(value) + ): + comment = f'skip extending {env_name} with not existing ' \ + f'path: {value}' + if _include_comments(): + commands.append( + FORMAT_STR_COMMENT_LINE.format_map({'comment': comment})) + elif type_ == DSV_TYPE_APPEND_NON_DUPLICATE: + commands += _append_unique_value(env_name, value) + else: + commands += _prepend_unique_value(env_name, value) + else: + raise RuntimeError( + 'contains an unknown environment hook type: ' + type_) + return commands + + +env_state = {} + + +def _append_unique_value(name, value): + global env_state + if name not in env_state: + if os.environ.get(name): + env_state[name] = set(os.environ[name].split(os.pathsep)) + else: + env_state[name] = set() + # append even if the variable has not been set yet, in case a shell script sets the + # same variable without the knowledge of this Python script. + # later _remove_ending_separators() will cleanup any unintentional leading separator + extend = FORMAT_STR_USE_ENV_VAR.format_map({'name': name}) + os.pathsep + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': extend + value}) + if value not in env_state[name]: + env_state[name].add(value) + else: + if not _include_comments(): + return [] + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +def _prepend_unique_value(name, value): + global env_state + if name not in env_state: + if os.environ.get(name): + env_state[name] = set(os.environ[name].split(os.pathsep)) + else: + env_state[name] = set() + # prepend even if the variable has not been set yet, in case a shell script sets the + # same variable without the knowledge of this Python script. + # later _remove_ending_separators() will cleanup any unintentional trailing separator + extend = os.pathsep + FORMAT_STR_USE_ENV_VAR.format_map({'name': name}) + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value + extend}) + if value not in env_state[name]: + env_state[name].add(value) + else: + if not _include_comments(): + return [] + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +# generate commands for removing prepended underscores +def _remove_ending_separators(): + # do nothing if the shell extension does not implement the logic + if FORMAT_STR_REMOVE_TRAILING_SEPARATOR is None: + return [] + + global env_state + commands = [] + for name in env_state: + # skip variables that already had values before this script started prepending + if name in os.environ: + continue + commands += [ + FORMAT_STR_REMOVE_LEADING_SEPARATOR.format_map({'name': name}), + FORMAT_STR_REMOVE_TRAILING_SEPARATOR.format_map({'name': name})] + return commands + + +def _set(name, value): + global env_state + env_state[name] = value + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value}) + return [line] + + +def _set_if_unset(name, value): + global env_state + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value}) + if env_state.get(name, os.environ.get(name)): + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +if __name__ == '__main__': # pragma: no cover + try: + rc = main() + except RuntimeError as e: + print(str(e), file=sys.stderr) + rc = 1 + sys.exit(rc) diff --git a/install/_local_setup_util_sh.py b/install/_local_setup_util_sh.py new file mode 100644 index 0000000..ff31198 --- /dev/null +++ b/install/_local_setup_util_sh.py @@ -0,0 +1,407 @@ +# Copyright 2016-2019 Dirk Thomas +# Licensed under the Apache License, Version 2.0 + +import argparse +from collections import OrderedDict +import os +from pathlib import Path +import sys + + +FORMAT_STR_COMMENT_LINE = '# {comment}' +FORMAT_STR_SET_ENV_VAR = 'export {name}="{value}"' +FORMAT_STR_USE_ENV_VAR = '${name}' +FORMAT_STR_INVOKE_SCRIPT = 'COLCON_CURRENT_PREFIX="{prefix}" _colcon_prefix_sh_source_script "{script_path}"' +FORMAT_STR_REMOVE_LEADING_SEPARATOR = 'if [ "$(echo -n ${name} | head -c 1)" = ":" ]; then export {name}=${{{name}#?}} ; fi' +FORMAT_STR_REMOVE_TRAILING_SEPARATOR = 'if [ "$(echo -n ${name} | tail -c 1)" = ":" ]; then export {name}=${{{name}%?}} ; fi' + +DSV_TYPE_APPEND_NON_DUPLICATE = 'append-non-duplicate' +DSV_TYPE_PREPEND_NON_DUPLICATE = 'prepend-non-duplicate' +DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS = 'prepend-non-duplicate-if-exists' +DSV_TYPE_SET = 'set' +DSV_TYPE_SET_IF_UNSET = 'set-if-unset' +DSV_TYPE_SOURCE = 'source' + + +def main(argv=sys.argv[1:]): # noqa: D103 + parser = argparse.ArgumentParser( + description='Output shell commands for the packages in topological ' + 'order') + parser.add_argument( + 'primary_extension', + help='The file extension of the primary shell') + parser.add_argument( + 'additional_extension', nargs='?', + help='The additional file extension to be considered') + parser.add_argument( + '--merged-install', action='store_true', + help='All install prefixes are merged into a single location') + args = parser.parse_args(argv) + + packages = get_packages(Path(__file__).parent, args.merged_install) + + ordered_packages = order_packages(packages) + for pkg_name in ordered_packages: + if _include_comments(): + print( + FORMAT_STR_COMMENT_LINE.format_map( + {'comment': 'Package: ' + pkg_name})) + prefix = os.path.abspath(os.path.dirname(__file__)) + if not args.merged_install: + prefix = os.path.join(prefix, pkg_name) + for line in get_commands( + pkg_name, prefix, args.primary_extension, + args.additional_extension + ): + print(line) + + for line in _remove_ending_separators(): + print(line) + + +def get_packages(prefix_path, merged_install): + """ + Find packages based on colcon-specific files created during installation. + + :param Path prefix_path: The install prefix path of all packages + :param bool merged_install: The flag if the packages are all installed + directly in the prefix or if each package is installed in a subdirectory + named after the package + :returns: A mapping from the package name to the set of runtime + dependencies + :rtype: dict + """ + packages = {} + # since importing colcon_core isn't feasible here the following constant + # must match colcon_core.location.get_relative_package_index_path() + subdirectory = 'share/colcon-core/packages' + if merged_install: + # return if workspace is empty + if not (prefix_path / subdirectory).is_dir(): + return packages + # find all files in the subdirectory + for p in (prefix_path / subdirectory).iterdir(): + if not p.is_file(): + continue + if p.name.startswith('.'): + continue + add_package_runtime_dependencies(p, packages) + else: + # for each subdirectory look for the package specific file + for p in prefix_path.iterdir(): + if not p.is_dir(): + continue + if p.name.startswith('.'): + continue + p = p / subdirectory / p.name + if p.is_file(): + add_package_runtime_dependencies(p, packages) + + # remove unknown dependencies + pkg_names = set(packages.keys()) + for k in packages.keys(): + packages[k] = {d for d in packages[k] if d in pkg_names} + + return packages + + +def add_package_runtime_dependencies(path, packages): + """ + Check the path and if it exists extract the packages runtime dependencies. + + :param Path path: The resource file containing the runtime dependencies + :param dict packages: A mapping from package names to the sets of runtime + dependencies to add to + """ + content = path.read_text() + dependencies = set(content.split(os.pathsep) if content else []) + packages[path.name] = dependencies + + +def order_packages(packages): + """ + Order packages topologically. + + :param dict packages: A mapping from package name to the set of runtime + dependencies + :returns: The package names + :rtype: list + """ + # select packages with no dependencies in alphabetical order + to_be_ordered = list(packages.keys()) + ordered = [] + while to_be_ordered: + pkg_names_without_deps = [ + name for name in to_be_ordered if not packages[name]] + if not pkg_names_without_deps: + reduce_cycle_set(packages) + raise RuntimeError( + 'Circular dependency between: ' + ', '.join(sorted(packages))) + pkg_names_without_deps.sort() + pkg_name = pkg_names_without_deps[0] + to_be_ordered.remove(pkg_name) + ordered.append(pkg_name) + # remove item from dependency lists + for k in list(packages.keys()): + if pkg_name in packages[k]: + packages[k].remove(pkg_name) + return ordered + + +def reduce_cycle_set(packages): + """ + Reduce the set of packages to the ones part of the circular dependency. + + :param dict packages: A mapping from package name to the set of runtime + dependencies which is modified in place + """ + last_depended = None + while len(packages) > 0: + # get all remaining dependencies + depended = set() + for pkg_name, dependencies in packages.items(): + depended = depended.union(dependencies) + # remove all packages which are not dependent on + for name in list(packages.keys()): + if name not in depended: + del packages[name] + if last_depended: + # if remaining packages haven't changed return them + if last_depended == depended: + return packages.keys() + # otherwise reduce again + last_depended = depended + + +def _include_comments(): + # skipping comment lines when COLCON_TRACE is not set speeds up the + # processing especially on Windows + return bool(os.environ.get('COLCON_TRACE')) + + +def get_commands(pkg_name, prefix, primary_extension, additional_extension): + commands = [] + package_dsv_path = os.path.join(prefix, 'share', pkg_name, 'package.dsv') + if os.path.exists(package_dsv_path): + commands += process_dsv_file( + package_dsv_path, prefix, primary_extension, additional_extension) + return commands + + +def process_dsv_file( + dsv_path, prefix, primary_extension=None, additional_extension=None +): + commands = [] + if _include_comments(): + commands.append(FORMAT_STR_COMMENT_LINE.format_map({'comment': dsv_path})) + with open(dsv_path, 'r') as h: + content = h.read() + lines = content.splitlines() + + basenames = OrderedDict() + for i, line in enumerate(lines): + # skip over empty or whitespace-only lines + if not line.strip(): + continue + # skip over comments + if line.startswith('#'): + continue + try: + type_, remainder = line.split(';', 1) + except ValueError: + raise RuntimeError( + "Line %d in '%s' doesn't contain a semicolon separating the " + 'type from the arguments' % (i + 1, dsv_path)) + if type_ != DSV_TYPE_SOURCE: + # handle non-source lines + try: + commands += handle_dsv_types_except_source( + type_, remainder, prefix) + except RuntimeError as e: + raise RuntimeError( + "Line %d in '%s' %s" % (i + 1, dsv_path, e)) from e + else: + # group remaining source lines by basename + path_without_ext, ext = os.path.splitext(remainder) + if path_without_ext not in basenames: + basenames[path_without_ext] = set() + assert ext.startswith('.') + ext = ext[1:] + if ext in (primary_extension, additional_extension): + basenames[path_without_ext].add(ext) + + # add the dsv extension to each basename if the file exists + for basename, extensions in basenames.items(): + if not os.path.isabs(basename): + basename = os.path.join(prefix, basename) + if os.path.exists(basename + '.dsv'): + extensions.add('dsv') + + for basename, extensions in basenames.items(): + if not os.path.isabs(basename): + basename = os.path.join(prefix, basename) + if 'dsv' in extensions: + # process dsv files recursively + commands += process_dsv_file( + basename + '.dsv', prefix, primary_extension=primary_extension, + additional_extension=additional_extension) + elif primary_extension in extensions and len(extensions) == 1: + # source primary-only files + commands += [ + FORMAT_STR_INVOKE_SCRIPT.format_map({ + 'prefix': prefix, + 'script_path': basename + '.' + primary_extension})] + elif additional_extension in extensions: + # source non-primary files + commands += [ + FORMAT_STR_INVOKE_SCRIPT.format_map({ + 'prefix': prefix, + 'script_path': basename + '.' + additional_extension})] + + return commands + + +def handle_dsv_types_except_source(type_, remainder, prefix): + commands = [] + if type_ in (DSV_TYPE_SET, DSV_TYPE_SET_IF_UNSET): + try: + env_name, value = remainder.split(';', 1) + except ValueError: + raise RuntimeError( + "doesn't contain a semicolon separating the environment name " + 'from the value') + try_prefixed_value = os.path.join(prefix, value) if value else prefix + if os.path.exists(try_prefixed_value): + value = try_prefixed_value + if type_ == DSV_TYPE_SET: + commands += _set(env_name, value) + elif type_ == DSV_TYPE_SET_IF_UNSET: + commands += _set_if_unset(env_name, value) + else: + assert False + elif type_ in ( + DSV_TYPE_APPEND_NON_DUPLICATE, + DSV_TYPE_PREPEND_NON_DUPLICATE, + DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS + ): + try: + env_name_and_values = remainder.split(';') + except ValueError: + raise RuntimeError( + "doesn't contain a semicolon separating the environment name " + 'from the values') + env_name = env_name_and_values[0] + values = env_name_and_values[1:] + for value in values: + if not value: + value = prefix + elif not os.path.isabs(value): + value = os.path.join(prefix, value) + if ( + type_ == DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS and + not os.path.exists(value) + ): + comment = f'skip extending {env_name} with not existing ' \ + f'path: {value}' + if _include_comments(): + commands.append( + FORMAT_STR_COMMENT_LINE.format_map({'comment': comment})) + elif type_ == DSV_TYPE_APPEND_NON_DUPLICATE: + commands += _append_unique_value(env_name, value) + else: + commands += _prepend_unique_value(env_name, value) + else: + raise RuntimeError( + 'contains an unknown environment hook type: ' + type_) + return commands + + +env_state = {} + + +def _append_unique_value(name, value): + global env_state + if name not in env_state: + if os.environ.get(name): + env_state[name] = set(os.environ[name].split(os.pathsep)) + else: + env_state[name] = set() + # append even if the variable has not been set yet, in case a shell script sets the + # same variable without the knowledge of this Python script. + # later _remove_ending_separators() will cleanup any unintentional leading separator + extend = FORMAT_STR_USE_ENV_VAR.format_map({'name': name}) + os.pathsep + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': extend + value}) + if value not in env_state[name]: + env_state[name].add(value) + else: + if not _include_comments(): + return [] + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +def _prepend_unique_value(name, value): + global env_state + if name not in env_state: + if os.environ.get(name): + env_state[name] = set(os.environ[name].split(os.pathsep)) + else: + env_state[name] = set() + # prepend even if the variable has not been set yet, in case a shell script sets the + # same variable without the knowledge of this Python script. + # later _remove_ending_separators() will cleanup any unintentional trailing separator + extend = os.pathsep + FORMAT_STR_USE_ENV_VAR.format_map({'name': name}) + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value + extend}) + if value not in env_state[name]: + env_state[name].add(value) + else: + if not _include_comments(): + return [] + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +# generate commands for removing prepended underscores +def _remove_ending_separators(): + # do nothing if the shell extension does not implement the logic + if FORMAT_STR_REMOVE_TRAILING_SEPARATOR is None: + return [] + + global env_state + commands = [] + for name in env_state: + # skip variables that already had values before this script started prepending + if name in os.environ: + continue + commands += [ + FORMAT_STR_REMOVE_LEADING_SEPARATOR.format_map({'name': name}), + FORMAT_STR_REMOVE_TRAILING_SEPARATOR.format_map({'name': name})] + return commands + + +def _set(name, value): + global env_state + env_state[name] = value + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value}) + return [line] + + +def _set_if_unset(name, value): + global env_state + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value}) + if env_state.get(name, os.environ.get(name)): + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +if __name__ == '__main__': # pragma: no cover + try: + rc = main() + except RuntimeError as e: + print(str(e), file=sys.stderr) + rc = 1 + sys.exit(rc) diff --git a/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp new file mode 120000 index 0000000..8b45bea --- /dev/null +++ b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp \ No newline at end of file diff --git a/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node new file mode 120000 index 0000000..57cdfa9 --- /dev/null +++ b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/b_obstacle_detector_node \ No newline at end of file diff --git a/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector new file mode 120000 index 0000000..6c7cf32 --- /dev/null +++ b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector \ No newline at end of file diff --git a/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector new file mode 120000 index 0000000..64034d4 --- /dev/null +++ b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/packages/b_obstacle_detector \ No newline at end of file diff --git a/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector new file mode 120000 index 0000000..d65404d --- /dev/null +++ b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake new file mode 120000 index 0000000..9ca8273 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake new file mode 120000 index 0000000..623f614 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake new file mode 120000 index 0000000..3290ed9 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig-version.cmake \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake new file mode 120000 index 0000000..bd4c794 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_core/b_obstacle_detectorConfig.cmake \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv new file mode 120000 index 0000000..8abc63f --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/ament_prefix_path.dsv \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh new file mode 120000 index 0000000..403e838 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/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/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv new file mode 120000 index 0000000..b9f36d6 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/path.dsv \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh new file mode 120000 index 0000000..8667351 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/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/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv new file mode 100644 index 0000000..e119f32 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;CMAKE_PREFIX_PATH; diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1 b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1 new file mode 100644 index 0000000..d03facc --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/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/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh new file mode 100644 index 0000000..a948e68 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/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/b_obstacle_detector/share/b_obstacle_detector/launch/b_obstacle_detector.launch.xml b/install/b_obstacle_detector/share/b_obstacle_detector/launch/b_obstacle_detector.launch.xml new file mode 120000 index 0000000..9050da7 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/launch/b_obstacle_detector.launch.xml @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/launch/b_obstacle_detector.launch.xml \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash new file mode 120000 index 0000000..09959ec --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.bash \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv new file mode 120000 index 0000000..79b8eb3 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.dsv \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh new file mode 120000 index 0000000..0cc8ecd --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.sh \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh new file mode 120000 index 0000000..3f95444 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/build/b_obstacle_detector/ament_cmake_environment_hooks/local_setup.zsh \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/package.bash b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash new file mode 100644 index 0000000..6b77a43 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/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/b_obstacle_detector/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/b_obstacle_detector/local_setup.bash" + +unset COLCON_CURRENT_PREFIX + +unset _colcon_package_bash_source_script +unset _colcon_package_bash_COLCON_CURRENT_PREFIX diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv new file mode 100644 index 0000000..4c05c11 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv @@ -0,0 +1,8 @@ +source;share/b_obstacle_detector/hook/cmake_prefix_path.ps1 +source;share/b_obstacle_detector/hook/cmake_prefix_path.dsv +source;share/b_obstacle_detector/hook/cmake_prefix_path.sh +source;share/b_obstacle_detector/local_setup.bash +source;share/b_obstacle_detector/local_setup.dsv +source;share/b_obstacle_detector/local_setup.ps1 +source;share/b_obstacle_detector/local_setup.sh +source;share/b_obstacle_detector/local_setup.zsh diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1 b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1 new file mode 100644 index 0000000..07cdf3e --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1 @@ -0,0 +1,116 @@ +# 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/b_obstacle_detector/hook/cmake_prefix_path.ps1" +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/b_obstacle_detector/local_setup.ps1" + +Remove-Item Env:\COLCON_CURRENT_PREFIX diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/package.sh b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh new file mode 100644 index 0000000..8277520 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh @@ -0,0 +1,87 @@ +# 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/user/ws/src/chibi24_b/install/b_obstacle_detector" +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/b_obstacle_detector/hook/cmake_prefix_path.sh" +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/b_obstacle_detector/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/b_obstacle_detector/share/b_obstacle_detector/package.xml b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml new file mode 120000 index 0000000..6219872 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml @@ -0,0 +1 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/package.xml \ No newline at end of file diff --git a/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh new file mode 100644 index 0000000..8aca269 --- /dev/null +++ b/install/b_obstacle_detector/share/b_obstacle_detector/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/b_obstacle_detector/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/b_obstacle_detector/local_setup.zsh" + +unset COLCON_CURRENT_PREFIX + +unset _colcon_package_zsh_source_script +unset _colcon_package_zsh_COLCON_CURRENT_PREFIX diff --git a/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector new file mode 100644 index 0000000..bf40a99 --- /dev/null +++ b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector @@ -0,0 +1 @@ +ament_cmake:geometry_msgs:rclcpp:sensor_msgs \ No newline at end of file diff --git a/install/local_setup.bash b/install/local_setup.bash new file mode 100644 index 0000000..03f0025 --- /dev/null +++ b/install/local_setup.bash @@ -0,0 +1,121 @@ +# generated from colcon_bash/shell/template/prefix.bash.em + +# This script extends the environment with all packages contained in this +# prefix path. + +# a bash script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + _colcon_prefix_bash_COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)" +else + _colcon_prefix_bash_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# 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_prefix_bash_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prefix_bash_prepend_unique_value_IFS="$IFS" + IFS=":" + # start with the new value + _all_values="$_value" + _contained_value="" + # 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 + _contained_value=1 + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + if [ -z "$_contained_value" ]; then + if [ -n "$COLCON_TRACE" ]; then + if [ "$_all_values" = "$_value" ]; then + echo "export $_listname=$_value" + else + echo "export $_listname=$_value:\$$_listname" + fi + fi + fi + unset _contained_value + # restore the field separator + IFS="$_colcon_prefix_bash_prepend_unique_value_IFS" + unset _colcon_prefix_bash_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# add this prefix to the COLCON_PREFIX_PATH +_colcon_prefix_bash_prepend_unique_value COLCON_PREFIX_PATH "$_colcon_prefix_bash_COLCON_CURRENT_PREFIX" +unset _colcon_prefix_bash_prepend_unique_value + +# check environment variable for custom Python executable +if [ -n "$COLCON_PYTHON_EXECUTABLE" ]; then + if [ ! -f "$COLCON_PYTHON_EXECUTABLE" ]; then + echo "error: COLCON_PYTHON_EXECUTABLE '$COLCON_PYTHON_EXECUTABLE' doesn't exist" + return 1 + fi + _colcon_python_executable="$COLCON_PYTHON_EXECUTABLE" +else + # try the Python executable known at configure time + _colcon_python_executable="/usr/bin/python3" + # if it doesn't exist try a fall back + if [ ! -f "$_colcon_python_executable" ]; then + if ! /usr/bin/env python3 --version > /dev/null 2> /dev/null; then + echo "error: unable to find python3 executable" + return 1 + fi + _colcon_python_executable=`/usr/bin/env python3 -c "import sys; print(sys.executable)"` + fi +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# get all commands in topological order +_colcon_ordered_commands="$($_colcon_python_executable "$_colcon_prefix_bash_COLCON_CURRENT_PREFIX/_local_setup_util_sh.py" sh bash)" +unset _colcon_python_executable +if [ -n "$COLCON_TRACE" ]; then + echo "$(declare -f _colcon_prefix_sh_source_script)" + echo "# Execute generated script:" + echo "# <<<" + echo "${_colcon_ordered_commands}" + echo "# >>>" + echo "unset _colcon_prefix_sh_source_script" +fi +eval "${_colcon_ordered_commands}" +unset _colcon_ordered_commands + +unset _colcon_prefix_sh_source_script + +unset _colcon_prefix_bash_COLCON_CURRENT_PREFIX diff --git a/install/local_setup.ps1 b/install/local_setup.ps1 new file mode 100644 index 0000000..6f68c8d --- /dev/null +++ b/install/local_setup.ps1 @@ -0,0 +1,55 @@ +# generated from colcon_powershell/shell/template/prefix.ps1.em + +# This script extends the environment with all packages contained in this +# prefix path. + +# check environment variable for custom Python executable +if ($env:COLCON_PYTHON_EXECUTABLE) { + if (!(Test-Path "$env:COLCON_PYTHON_EXECUTABLE" -PathType Leaf)) { + echo "error: COLCON_PYTHON_EXECUTABLE '$env:COLCON_PYTHON_EXECUTABLE' doesn't exist" + exit 1 + } + $_colcon_python_executable="$env:COLCON_PYTHON_EXECUTABLE" +} else { + # use the Python executable known at configure time + $_colcon_python_executable="/usr/bin/python3" + # if it doesn't exist try a fall back + if (!(Test-Path "$_colcon_python_executable" -PathType Leaf)) { + if (!(Get-Command "python3" -ErrorAction SilentlyContinue)) { + echo "error: unable to find python3 executable" + exit 1 + } + $_colcon_python_executable="python3" + } +} + +# function to source another script with conditional trace output +# first argument: the path of the script +function _colcon_prefix_powershell_source_script { + param ( + $_colcon_prefix_powershell_source_script_param + ) + # source script with conditional trace output + if (Test-Path $_colcon_prefix_powershell_source_script_param) { + if ($env:COLCON_TRACE) { + echo ". '$_colcon_prefix_powershell_source_script_param'" + } + . "$_colcon_prefix_powershell_source_script_param" + } else { + Write-Error "not found: '$_colcon_prefix_powershell_source_script_param'" + } +} + +# get all commands in topological order +$_colcon_ordered_commands = & "$_colcon_python_executable" "$(Split-Path $PSCommandPath -Parent)/_local_setup_util_ps1.py" ps1 + +# execute all commands in topological order +if ($env:COLCON_TRACE) { + echo "Execute generated script:" + echo "<<<" + $_colcon_ordered_commands.Split([Environment]::NewLine, [StringSplitOptions]::RemoveEmptyEntries) | Write-Output + echo ">>>" +} +if ($_colcon_ordered_commands) { + $_colcon_ordered_commands.Split([Environment]::NewLine, [StringSplitOptions]::RemoveEmptyEntries) | Invoke-Expression +} diff --git a/install/local_setup.sh b/install/local_setup.sh new file mode 100644 index 0000000..6263afd --- /dev/null +++ b/install/local_setup.sh @@ -0,0 +1,137 @@ +# generated from colcon_core/shell/template/prefix.sh.em + +# This script extends the environment with all packages contained in this +# prefix path. + +# 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_prefix_sh_COLCON_CURRENT_PREFIX="/home/user/ws/src/chibi24_b/install" +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + if [ ! -d "$_colcon_prefix_sh_COLCON_CURRENT_PREFIX" ]; then + echo "The build time path \"$_colcon_prefix_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_prefix_sh_COLCON_CURRENT_PREFIX + return 1 + fi +else + _colcon_prefix_sh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# 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_prefix_sh_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prefix_sh_prepend_unique_value_IFS="$IFS" + IFS=":" + # start with the new value + _all_values="$_value" + _contained_value="" + # 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 + _contained_value=1 + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + if [ -z "$_contained_value" ]; then + if [ -n "$COLCON_TRACE" ]; then + if [ "$_all_values" = "$_value" ]; then + echo "export $_listname=$_value" + else + echo "export $_listname=$_value:\$$_listname" + fi + fi + fi + unset _contained_value + # restore the field separator + IFS="$_colcon_prefix_sh_prepend_unique_value_IFS" + unset _colcon_prefix_sh_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# add this prefix to the COLCON_PREFIX_PATH +_colcon_prefix_sh_prepend_unique_value COLCON_PREFIX_PATH "$_colcon_prefix_sh_COLCON_CURRENT_PREFIX" +unset _colcon_prefix_sh_prepend_unique_value + +# check environment variable for custom Python executable +if [ -n "$COLCON_PYTHON_EXECUTABLE" ]; then + if [ ! -f "$COLCON_PYTHON_EXECUTABLE" ]; then + echo "error: COLCON_PYTHON_EXECUTABLE '$COLCON_PYTHON_EXECUTABLE' doesn't exist" + return 1 + fi + _colcon_python_executable="$COLCON_PYTHON_EXECUTABLE" +else + # try the Python executable known at configure time + _colcon_python_executable="/usr/bin/python3" + # if it doesn't exist try a fall back + if [ ! -f "$_colcon_python_executable" ]; then + if ! /usr/bin/env python3 --version > /dev/null 2> /dev/null; then + echo "error: unable to find python3 executable" + return 1 + fi + _colcon_python_executable=`/usr/bin/env python3 -c "import sys; print(sys.executable)"` + fi +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# get all commands in topological order +_colcon_ordered_commands="$($_colcon_python_executable "$_colcon_prefix_sh_COLCON_CURRENT_PREFIX/_local_setup_util_sh.py" sh)" +unset _colcon_python_executable +if [ -n "$COLCON_TRACE" ]; then + echo "_colcon_prefix_sh_source_script() { + if [ -f \"\$1\" ]; then + if [ -n \"\$COLCON_TRACE\" ]; then + echo \"# . \\\"\$1\\\"\" + fi + . \"\$1\" + else + echo \"not found: \\\"\$1\\\"\" 1>&2 + fi + }" + echo "# Execute generated script:" + echo "# <<<" + echo "${_colcon_ordered_commands}" + echo "# >>>" + echo "unset _colcon_prefix_sh_source_script" +fi +eval "${_colcon_ordered_commands}" +unset _colcon_ordered_commands + +unset _colcon_prefix_sh_source_script + +unset _colcon_prefix_sh_COLCON_CURRENT_PREFIX diff --git a/install/local_setup.zsh b/install/local_setup.zsh new file mode 100644 index 0000000..b648710 --- /dev/null +++ b/install/local_setup.zsh @@ -0,0 +1,134 @@ +# generated from colcon_zsh/shell/template/prefix.zsh.em + +# This script extends the environment with all packages contained in this +# prefix path. + +# a zsh script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + _colcon_prefix_zsh_COLCON_CURRENT_PREFIX="$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd)" +else + _colcon_prefix_zsh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to convert array-like strings into arrays +# to workaround SH_WORD_SPLIT not being set +_colcon_prefix_zsh_convert_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# 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_prefix_zsh_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prefix_zsh_prepend_unique_value_IFS="$IFS" + IFS=":" + # start with the new value + _all_values="$_value" + _contained_value="" + # workaround SH_WORD_SPLIT not being set + _colcon_prefix_zsh_convert_to_array _values + # 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 + _contained_value=1 + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + if [ -z "$_contained_value" ]; then + if [ -n "$COLCON_TRACE" ]; then + if [ "$_all_values" = "$_value" ]; then + echo "export $_listname=$_value" + else + echo "export $_listname=$_value:\$$_listname" + fi + fi + fi + unset _contained_value + # restore the field separator + IFS="$_colcon_prefix_zsh_prepend_unique_value_IFS" + unset _colcon_prefix_zsh_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# add this prefix to the COLCON_PREFIX_PATH +_colcon_prefix_zsh_prepend_unique_value COLCON_PREFIX_PATH "$_colcon_prefix_zsh_COLCON_CURRENT_PREFIX" +unset _colcon_prefix_zsh_prepend_unique_value +unset _colcon_prefix_zsh_convert_to_array + +# check environment variable for custom Python executable +if [ -n "$COLCON_PYTHON_EXECUTABLE" ]; then + if [ ! -f "$COLCON_PYTHON_EXECUTABLE" ]; then + echo "error: COLCON_PYTHON_EXECUTABLE '$COLCON_PYTHON_EXECUTABLE' doesn't exist" + return 1 + fi + _colcon_python_executable="$COLCON_PYTHON_EXECUTABLE" +else + # try the Python executable known at configure time + _colcon_python_executable="/usr/bin/python3" + # if it doesn't exist try a fall back + if [ ! -f "$_colcon_python_executable" ]; then + if ! /usr/bin/env python3 --version > /dev/null 2> /dev/null; then + echo "error: unable to find python3 executable" + return 1 + fi + _colcon_python_executable=`/usr/bin/env python3 -c "import sys; print(sys.executable)"` + fi +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# get all commands in topological order +_colcon_ordered_commands="$($_colcon_python_executable "$_colcon_prefix_zsh_COLCON_CURRENT_PREFIX/_local_setup_util_sh.py" sh zsh)" +unset _colcon_python_executable +if [ -n "$COLCON_TRACE" ]; then + echo "$(declare -f _colcon_prefix_sh_source_script)" + echo "# Execute generated script:" + echo "# <<<" + echo "${_colcon_ordered_commands}" + echo "# >>>" + echo "unset _colcon_prefix_sh_source_script" +fi +eval "${_colcon_ordered_commands}" +unset _colcon_ordered_commands + +unset _colcon_prefix_sh_source_script + +unset _colcon_prefix_zsh_COLCON_CURRENT_PREFIX diff --git a/install/setup.bash b/install/setup.bash new file mode 100644 index 0000000..db36eeb --- /dev/null +++ b/install/setup.bash @@ -0,0 +1,34 @@ +# generated from colcon_bash/shell/template/prefix_chain.bash.em + +# This script extends the environment with the environment of other prefix +# paths which were sourced when this file was generated as well as all packages +# contained in this prefix path. + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_chain_bash_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source chained prefixes +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="/opt/ros/humble" +_colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/local_setup.bash" +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="/home/user/ws/install" +_colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/local_setup.bash" + +# source this prefix +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)" +_colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/local_setup.bash" + +unset COLCON_CURRENT_PREFIX +unset _colcon_prefix_chain_bash_source_script diff --git a/install/setup.ps1 b/install/setup.ps1 new file mode 100644 index 0000000..7918b76 --- /dev/null +++ b/install/setup.ps1 @@ -0,0 +1,30 @@ +# generated from colcon_powershell/shell/template/prefix_chain.ps1.em + +# This script extends the environment with the environment of other prefix +# paths which were sourced when this file was generated as well as all packages +# contained in this prefix path. + +# function to source another script with conditional trace output +# first argument: the path of the script +function _colcon_prefix_chain_powershell_source_script { + param ( + $_colcon_prefix_chain_powershell_source_script_param + ) + # source script with conditional trace output + if (Test-Path $_colcon_prefix_chain_powershell_source_script_param) { + if ($env:COLCON_TRACE) { + echo ". '$_colcon_prefix_chain_powershell_source_script_param'" + } + . "$_colcon_prefix_chain_powershell_source_script_param" + } else { + Write-Error "not found: '$_colcon_prefix_chain_powershell_source_script_param'" + } +} + +# source chained prefixes +_colcon_prefix_chain_powershell_source_script "/opt/ros/humble\local_setup.ps1" +_colcon_prefix_chain_powershell_source_script "/home/user/ws/install\local_setup.ps1" + +# source this prefix +$env:COLCON_CURRENT_PREFIX=(Split-Path $PSCommandPath -Parent) +_colcon_prefix_chain_powershell_source_script "$env:COLCON_CURRENT_PREFIX\local_setup.ps1" diff --git a/install/setup.sh b/install/setup.sh new file mode 100644 index 0000000..c73eb5d --- /dev/null +++ b/install/setup.sh @@ -0,0 +1,49 @@ +# generated from colcon_core/shell/template/prefix_chain.sh.em + +# This script extends the environment with the environment of other prefix +# paths which were sourced when this file was generated as well as all packages +# contained in this prefix path. + +# 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_prefix_chain_sh_COLCON_CURRENT_PREFIX=/home/user/ws/src/chibi24_b/install +if [ ! -z "$COLCON_CURRENT_PREFIX" ]; then + _colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +elif [ ! -d "$_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX" ]; then + echo "The build time path \"$_colcon_prefix_chain_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_prefix_chain_sh_COLCON_CURRENT_PREFIX + return 1 +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_chain_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source chained prefixes +# setting COLCON_CURRENT_PREFIX avoids relying on the build time prefix of the sourced script +COLCON_CURRENT_PREFIX="/opt/ros/humble" +_colcon_prefix_chain_sh_source_script "$COLCON_CURRENT_PREFIX/local_setup.sh" + +# setting COLCON_CURRENT_PREFIX avoids relying on the build time prefix of the sourced script +COLCON_CURRENT_PREFIX="/home/user/ws/install" +_colcon_prefix_chain_sh_source_script "$COLCON_CURRENT_PREFIX/local_setup.sh" + + +# source this prefix +# setting COLCON_CURRENT_PREFIX avoids relying on the build time prefix of the sourced script +COLCON_CURRENT_PREFIX="$_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX" +_colcon_prefix_chain_sh_source_script "$COLCON_CURRENT_PREFIX/local_setup.sh" + +unset _colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX +unset _colcon_prefix_chain_sh_source_script +unset COLCON_CURRENT_PREFIX diff --git a/install/setup.zsh b/install/setup.zsh new file mode 100644 index 0000000..d1176dc --- /dev/null +++ b/install/setup.zsh @@ -0,0 +1,34 @@ +# generated from colcon_zsh/shell/template/prefix_chain.zsh.em + +# This script extends the environment with the environment of other prefix +# paths which were sourced when this file was generated as well as all packages +# contained in this prefix path. + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_chain_zsh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source chained prefixes +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="/opt/ros/humble" +_colcon_prefix_chain_zsh_source_script "$COLCON_CURRENT_PREFIX/local_setup.zsh" +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="/home/user/ws/install" +_colcon_prefix_chain_zsh_source_script "$COLCON_CURRENT_PREFIX/local_setup.zsh" + +# source this prefix +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd)" +_colcon_prefix_chain_zsh_source_script "$COLCON_CURRENT_PREFIX/local_setup.zsh" + +unset COLCON_CURRENT_PREFIX +unset _colcon_prefix_chain_zsh_source_script diff --git a/log/COLCON_IGNORE b/log/COLCON_IGNORE new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-15_02-35-45/b_obstacle_detector/command.log b/log/build_2024-03-15_02-35-45/b_obstacle_detector/command.log new file mode 100644 index 0000000..ecfb107 --- /dev/null +++ b/log/build_2024-03-15_02-35-45/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake /home/user/ws/src/chibi24_b/b_obstacle_detector -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/user/ws/src/chibi24_b/install/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake /home/user/ws/src/chibi24_b/b_obstacle_detector -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/user/ws/src/chibi24_b/install/b_obstacle_detector +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-35-45/b_obstacle_detector/stderr.log b/log/build_2024-03-15_02-35-45/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..54feb69 --- /dev/null +++ b/log/build_2024-03-15_02-35-45/b_obstacle_detector/stderr.log @@ -0,0 +1,7 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector(const string&, const string&, const rclcpp::NodeOptions&)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:36: error: unable to find numeric literal operator ‘operator""s’ + 7 | timer_ = this->create_wall_timer(0.5s, std::bind(&ObstacleDetector::timer_callback, this)); + | ^~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-35-45/b_obstacle_detector/stdout.log b/log/build_2024-03-15_02-35-45/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..06fb758 --- /dev/null +++ b/log/build_2024-03-15_02-35-45/b_obstacle_detector/stdout.log @@ -0,0 +1,35 @@ +-- 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_auto: 1.3.7 (/opt/ros/humble/share/ament_cmake_auto/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 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 rmw_implementation_cmake: 6.1.1 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +-- Found rmw_fastrtps_cpp: 6.2.6 (/opt/ros/humble/share/rmw_fastrtps_cpp/cmake) +-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2") +-- Found FastRTPS: /opt/ros/humble/include +-- Using RMW implementation 'rmw_fastrtps_cpp' as default +-- Looking for pthread.h +-- Looking for pthread.h - found +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Configuring done +-- Generating done +-- Build files have been written to: /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_02-35-45/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_02-35-45/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..66ee7a7 --- /dev/null +++ b/log/build_2024-03-15_02-35-45/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,42 @@ +-- 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_auto: 1.3.7 (/opt/ros/humble/share/ament_cmake_auto/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 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 rmw_implementation_cmake: 6.1.1 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +-- Found rmw_fastrtps_cpp: 6.2.6 (/opt/ros/humble/share/rmw_fastrtps_cpp/cmake) +-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2") +-- Found FastRTPS: /opt/ros/humble/include +-- Using RMW implementation 'rmw_fastrtps_cpp' as default +-- Looking for pthread.h +-- Looking for pthread.h - found +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Configuring done +-- Generating done +-- Build files have been written to: /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector(const string&, const string&, const rclcpp::NodeOptions&)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:36: error: unable to find numeric literal operator ‘operator""s’ + 7 | timer_ = this->create_wall_timer(0.5s, std::bind(&ObstacleDetector::timer_callback, this)); + | ^~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-35-45/b_obstacle_detector/streams.log b/log/build_2024-03-15_02-35-45/b_obstacle_detector/streams.log new file mode 100644 index 0000000..77c8dc6 --- /dev/null +++ b/log/build_2024-03-15_02-35-45/b_obstacle_detector/streams.log @@ -0,0 +1,46 @@ +[0.115s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake /home/user/ws/src/chibi24_b/b_obstacle_detector -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/user/ws/src/chibi24_b/install/b_obstacle_detector +[0.679s] -- The C compiler identification is GNU 11.4.0 +[1.086s] -- The CXX compiler identification is GNU 11.4.0 +[1.128s] -- Detecting C compiler ABI info +[1.307s] -- Detecting C compiler ABI info - done +[1.320s] -- Check for working C compiler: /usr/bin/cc - skipped +[1.321s] -- Detecting C compile features +[1.322s] -- Detecting C compile features - done +[1.332s] -- Detecting CXX compiler ABI info +[1.458s] -- Detecting CXX compiler ABI info - done +[1.468s] -- Check for working CXX compiler: /usr/bin/c++ - skipped +[1.469s] -- Detecting CXX compile features +[1.470s] -- Detecting CXX compile features - done +[1.500s] -- Found ament_cmake_auto: 1.3.7 (/opt/ros/humble/share/ament_cmake_auto/cmake) +[1.915s] -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter +[2.083s] -- Override CMake install command with custom implementation using symlinks instead of copying resources +[2.493s] -- Found rosidl_generator_c: 3.1.5 (/opt/ros/humble/share/rosidl_generator_c/cmake) +[2.507s] -- Found rosidl_adapter: 3.1.5 (/opt/ros/humble/share/rosidl_adapter/cmake) +[2.537s] -- Found rosidl_generator_cpp: 3.1.5 (/opt/ros/humble/share/rosidl_generator_cpp/cmake) +[2.600s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +[2.680s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +[2.915s] -- Found rmw_implementation_cmake: 6.1.1 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +[2.937s] -- Found rmw_fastrtps_cpp: 6.2.6 (/opt/ros/humble/share/rmw_fastrtps_cpp/cmake) +[3.248s] -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2") +[3.283s] -- Found FastRTPS: /opt/ros/humble/include +[3.347s] -- Using RMW implementation 'rmw_fastrtps_cpp' as default +[3.379s] -- Looking for pthread.h +[3.525s] -- Looking for pthread.h - found +[3.526s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD +[3.629s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +[3.630s] -- Found Threads: TRUE +[4.134s] -- Configuring done +[4.171s] -- Generating done +[4.180s] -- Build files have been written to: /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[4.209s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake /home/user/ws/src/chibi24_b/b_obstacle_detector -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/user/ws/src/chibi24_b/install/b_obstacle_detector +[4.216s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[4.281s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[4.281s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[30.464s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector(const string&, const string&, const rclcpp::NodeOptions&)’: +[30.740s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:36: error: unable to find numeric literal operator ‘operator""s’ +[30.766s] 7 | timer_ = this->create_wall_timer(0.5s, std::bind(&ObstacleDetector::timer_callback, this)); +[30.766s] | ^~~~ +[37.585s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[37.592s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[37.605s] gmake: *** [Makefile:146: all] Error 2 +[37.826s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-35-45/events.log b/log/build_2024-03-15_02-35-45/events.log new file mode 100644 index 0000000..48b6d07 --- /dev/null +++ b/log/build_2024-03-15_02-35-45/events.log @@ -0,0 +1,434 @@ +[0.000000] (-) TimerEvent: {} +[0.000959] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001143] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098569] (-) TimerEvent: {} +[0.104881] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.106040] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '/home/user/ws/src/chibi24_b/b_obstacle_detector', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '-DAMENT_CMAKE_SYMLINK_INSTALL=1', '-DCMAKE_INSTALL_PREFIX=/home/user/ws/src/chibi24_b/install/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.198834] (-) TimerEvent: {} +[0.299595] (-) TimerEvent: {} +[0.400531] (-) TimerEvent: {} +[0.501413] (-) TimerEvent: {} +[0.602043] (-) TimerEvent: {} +[0.679586] (b_obstacle_detector) StdoutLine: {'line': b'-- The C compiler identification is GNU 11.4.0\n'} +[0.702245] (-) TimerEvent: {} +[0.802708] (-) TimerEvent: {} +[0.903352] (-) TimerEvent: {} +[1.003862] (-) TimerEvent: {} +[1.087377] (b_obstacle_detector) StdoutLine: {'line': b'-- The CXX compiler identification is GNU 11.4.0\n'} +[1.104088] (-) TimerEvent: {} +[1.128680] (b_obstacle_detector) StdoutLine: {'line': b'-- Detecting C compiler ABI info\n'} +[1.204271] (-) TimerEvent: {} +[1.304759] (-) TimerEvent: {} +[1.308299] (b_obstacle_detector) StdoutLine: {'line': b'-- Detecting C compiler ABI info - done\n'} +[1.320796] (b_obstacle_detector) StdoutLine: {'line': b'-- Check for working C compiler: /usr/bin/cc - skipped\n'} +[1.321992] (b_obstacle_detector) StdoutLine: {'line': b'-- Detecting C compile features\n'} +[1.323211] (b_obstacle_detector) StdoutLine: {'line': b'-- Detecting C compile features - done\n'} +[1.333313] (b_obstacle_detector) StdoutLine: {'line': b'-- Detecting CXX compiler ABI info\n'} +[1.404943] (-) TimerEvent: {} +[1.459143] (b_obstacle_detector) StdoutLine: {'line': b'-- Detecting CXX compiler ABI info - done\n'} +[1.469031] (b_obstacle_detector) StdoutLine: {'line': b'-- Check for working CXX compiler: /usr/bin/c++ - skipped\n'} +[1.469686] (b_obstacle_detector) StdoutLine: {'line': b'-- Detecting CXX compile features\n'} +[1.470539] (b_obstacle_detector) StdoutLine: {'line': b'-- Detecting CXX compile features - done\n'} +[1.500968] (b_obstacle_detector) StdoutLine: {'line': b'-- Found ament_cmake_auto: 1.3.7 (/opt/ros/humble/share/ament_cmake_auto/cmake)\n'} +[1.505137] (-) TimerEvent: {} +[1.605771] (-) TimerEvent: {} +[1.706494] (-) TimerEvent: {} +[1.807050] (-) TimerEvent: {} +[1.907605] (-) TimerEvent: {} +[1.916115] (b_obstacle_detector) StdoutLine: {'line': b'-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter \n'} +[2.007817] (-) TimerEvent: {} +[2.083887] (b_obstacle_detector) StdoutLine: {'line': b'-- Override CMake install command with custom implementation using symlinks instead of copying resources\n'} +[2.108071] (-) TimerEvent: {} +[2.208696] (-) TimerEvent: {} +[2.309310] (-) TimerEvent: {} +[2.409917] (-) TimerEvent: {} +[2.493735] (b_obstacle_detector) StdoutLine: {'line': b'-- Found rosidl_generator_c: 3.1.5 (/opt/ros/humble/share/rosidl_generator_c/cmake)\n'} +[2.508304] (b_obstacle_detector) StdoutLine: {'line': b'-- Found rosidl_adapter: 3.1.5 (/opt/ros/humble/share/rosidl_adapter/cmake)\n'} +[2.510094] (-) TimerEvent: {} +[2.538517] (b_obstacle_detector) StdoutLine: {'line': b'-- Found rosidl_generator_cpp: 3.1.5 (/opt/ros/humble/share/rosidl_generator_cpp/cmake)\n'} +[2.601291] (b_obstacle_detector) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c\n'} +[2.610383] (-) TimerEvent: {} +[2.681187] (b_obstacle_detector) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp\n'} +[2.710584] (-) TimerEvent: {} +[2.811222] (-) TimerEvent: {} +[2.911879] (-) TimerEvent: {} +[2.916044] (b_obstacle_detector) StdoutLine: {'line': b'-- Found rmw_implementation_cmake: 6.1.1 (/opt/ros/humble/share/rmw_implementation_cmake/cmake)\n'} +[2.938160] (b_obstacle_detector) StdoutLine: {'line': b'-- Found rmw_fastrtps_cpp: 6.2.6 (/opt/ros/humble/share/rmw_fastrtps_cpp/cmake)\n'} +[3.012164] (-) TimerEvent: {} +[3.112780] (-) TimerEvent: {} +[3.213347] (-) TimerEvent: {} +[3.249122] (b_obstacle_detector) StdoutLine: {'line': b'-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2") \n'} +[3.284524] (b_obstacle_detector) StdoutLine: {'line': b'-- Found FastRTPS: /opt/ros/humble/include \n'} +[3.313556] (-) TimerEvent: {} +[3.347627] (b_obstacle_detector) StdoutLine: {'line': b"-- Using RMW implementation 'rmw_fastrtps_cpp' as default\n"} +[3.380174] (b_obstacle_detector) StdoutLine: {'line': b'-- Looking for pthread.h\n'} +[3.413734] (-) TimerEvent: {} +[3.514218] (-) TimerEvent: {} +[3.526173] (b_obstacle_detector) StdoutLine: {'line': b'-- Looking for pthread.h - found\n'} +[3.526787] (b_obstacle_detector) StdoutLine: {'line': b'-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n'} +[3.614410] (-) TimerEvent: {} +[3.630101] (b_obstacle_detector) StdoutLine: {'line': b'-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n'} +[3.631462] (b_obstacle_detector) StdoutLine: {'line': b'-- Found Threads: TRUE \n'} +[3.714668] (-) TimerEvent: {} +[3.815255] (-) TimerEvent: {} +[3.915682] (-) TimerEvent: {} +[4.016192] (-) TimerEvent: {} +[4.116739] (-) TimerEvent: {} +[4.134995] (b_obstacle_detector) StdoutLine: {'line': b'-- Configuring done\n'} +[4.171634] (b_obstacle_detector) StdoutLine: {'line': b'-- Generating done\n'} +[4.180701] (b_obstacle_detector) StdoutLine: {'line': b'-- Build files have been written to: /home/user/ws/src/chibi24_b/build/b_obstacle_detector\n'} +[4.209884] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[4.212033] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[4.214283] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[4.217796] (-) TimerEvent: {} +[4.281761] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[4.282295] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[4.318020] (-) TimerEvent: {} +[4.418557] (-) TimerEvent: {} +[4.519063] (-) TimerEvent: {} +[4.619540] (-) TimerEvent: {} +[4.720017] (-) TimerEvent: {} +[4.820482] (-) TimerEvent: {} +[4.920884] (-) TimerEvent: {} +[5.021331] (-) TimerEvent: {} +[5.121891] (-) TimerEvent: {} +[5.222333] (-) TimerEvent: {} +[5.322968] (-) TimerEvent: {} +[5.423401] (-) TimerEvent: {} +[5.523873] (-) TimerEvent: {} +[5.624466] (-) TimerEvent: {} +[5.725058] (-) TimerEvent: {} +[5.825656] (-) TimerEvent: {} +[5.926213] (-) TimerEvent: {} +[6.026747] (-) TimerEvent: {} +[6.131087] (-) TimerEvent: {} +[6.231662] (-) TimerEvent: {} +[6.332440] (-) TimerEvent: {} +[6.433052] (-) TimerEvent: {} +[6.533558] (-) TimerEvent: {} +[6.634125] (-) TimerEvent: {} +[6.734707] (-) TimerEvent: {} +[6.835301] (-) TimerEvent: {} +[6.935783] (-) TimerEvent: {} +[7.036305] (-) TimerEvent: {} +[7.136723] (-) TimerEvent: {} +[7.237148] (-) TimerEvent: {} +[7.337621] (-) TimerEvent: {} +[7.438070] (-) TimerEvent: {} +[7.538471] (-) TimerEvent: {} +[7.638878] (-) TimerEvent: {} +[7.739316] (-) TimerEvent: {} +[7.839782] (-) TimerEvent: {} +[7.940230] (-) TimerEvent: {} +[8.040710] (-) TimerEvent: {} +[8.141281] (-) TimerEvent: {} +[8.244301] (-) TimerEvent: {} +[8.344897] (-) TimerEvent: {} +[8.446322] (-) TimerEvent: {} +[8.546867] (-) TimerEvent: {} +[8.647387] (-) TimerEvent: {} +[8.748024] (-) TimerEvent: {} +[8.848520] (-) TimerEvent: {} +[8.949069] (-) TimerEvent: {} +[9.049582] (-) TimerEvent: {} +[9.150122] (-) TimerEvent: {} +[9.250630] (-) TimerEvent: {} +[9.351139] (-) TimerEvent: {} +[9.451714] (-) TimerEvent: {} +[9.552257] (-) TimerEvent: {} +[9.652744] (-) TimerEvent: {} +[9.753281] (-) TimerEvent: {} +[9.853802] (-) TimerEvent: {} +[9.954300] (-) TimerEvent: {} +[10.054960] (-) TimerEvent: {} +[10.155397] (-) TimerEvent: {} +[10.255903] (-) TimerEvent: {} +[10.356304] (-) TimerEvent: {} +[10.456803] (-) TimerEvent: {} +[10.557546] (-) TimerEvent: {} +[10.658195] (-) TimerEvent: {} +[10.758770] (-) TimerEvent: {} +[10.859415] (-) TimerEvent: {} +[10.960117] (-) TimerEvent: {} +[11.060883] (-) TimerEvent: {} +[11.161515] (-) TimerEvent: {} +[11.307074] (-) TimerEvent: {} +[11.407730] (-) TimerEvent: {} +[11.508390] (-) TimerEvent: {} +[11.609135] (-) TimerEvent: {} +[11.709947] (-) TimerEvent: {} +[11.810702] (-) TimerEvent: {} +[11.911658] (-) TimerEvent: {} +[12.012560] (-) TimerEvent: {} +[12.116310] (-) TimerEvent: {} +[12.216932] (-) TimerEvent: {} +[12.317701] (-) TimerEvent: {} +[12.418241] (-) TimerEvent: {} +[12.518747] (-) TimerEvent: {} +[12.619272] (-) TimerEvent: {} +[12.719785] (-) TimerEvent: {} +[12.820301] (-) TimerEvent: {} +[12.920859] (-) TimerEvent: {} +[13.021351] (-) TimerEvent: {} +[13.121890] (-) TimerEvent: {} +[13.222336] (-) TimerEvent: {} +[13.322895] (-) TimerEvent: {} +[13.423507] (-) TimerEvent: {} +[13.524193] (-) TimerEvent: {} +[13.624803] (-) TimerEvent: {} +[13.725366] (-) TimerEvent: {} +[13.825864] (-) TimerEvent: {} +[13.926325] (-) TimerEvent: {} +[14.026794] (-) TimerEvent: {} +[14.127331] (-) TimerEvent: {} +[14.227810] (-) TimerEvent: {} +[14.328381] (-) TimerEvent: {} +[14.428836] (-) TimerEvent: {} +[14.529271] (-) TimerEvent: {} +[14.629747] (-) TimerEvent: {} +[14.730293] (-) TimerEvent: {} +[14.831024] (-) TimerEvent: {} +[14.931476] (-) TimerEvent: {} +[15.031941] (-) TimerEvent: {} +[15.132439] (-) TimerEvent: {} +[15.233015] (-) TimerEvent: {} +[15.333553] (-) TimerEvent: {} +[15.434280] (-) TimerEvent: {} +[15.534997] (-) TimerEvent: {} +[15.635740] (-) TimerEvent: {} +[15.736646] (-) TimerEvent: {} +[15.837746] (-) TimerEvent: {} +[15.938467] (-) TimerEvent: {} +[16.038941] (-) TimerEvent: {} +[16.139394] (-) TimerEvent: {} +[16.239934] (-) TimerEvent: {} +[16.340454] (-) TimerEvent: {} +[16.441189] (-) TimerEvent: {} +[16.542112] (-) TimerEvent: {} +[16.642878] (-) TimerEvent: {} +[16.743615] (-) TimerEvent: {} +[16.844348] (-) TimerEvent: {} +[16.945064] (-) TimerEvent: {} +[17.045652] (-) TimerEvent: {} +[17.146181] (-) TimerEvent: {} +[17.246671] (-) TimerEvent: {} +[17.347127] (-) TimerEvent: {} +[17.447623] (-) TimerEvent: {} +[17.548145] (-) TimerEvent: {} +[17.650469] (-) TimerEvent: {} +[17.751014] (-) TimerEvent: {} +[17.851462] (-) TimerEvent: {} +[17.951911] (-) TimerEvent: {} +[18.052532] (-) TimerEvent: {} +[18.153236] (-) TimerEvent: {} +[18.253856] (-) TimerEvent: {} +[18.354511] (-) TimerEvent: {} +[18.454969] (-) TimerEvent: {} +[18.555773] (-) TimerEvent: {} +[18.656629] (-) TimerEvent: {} +[18.757115] (-) TimerEvent: {} +[18.857565] (-) TimerEvent: {} +[18.958123] (-) TimerEvent: {} +[19.058809] (-) TimerEvent: {} +[19.159385] (-) TimerEvent: {} +[19.259871] (-) TimerEvent: {} +[19.360390] (-) TimerEvent: {} +[19.461021] (-) TimerEvent: {} +[19.561584] (-) TimerEvent: {} +[19.662179] (-) TimerEvent: {} +[19.762811] (-) TimerEvent: {} +[19.863407] (-) TimerEvent: {} +[19.963982] (-) TimerEvent: {} +[20.064579] (-) TimerEvent: {} +[20.200639] (-) TimerEvent: {} +[20.301270] (-) TimerEvent: {} +[20.401871] (-) TimerEvent: {} +[20.502426] (-) TimerEvent: {} +[20.602928] (-) TimerEvent: {} +[20.703407] (-) TimerEvent: {} +[20.803920] (-) TimerEvent: {} +[20.904369] (-) TimerEvent: {} +[21.004828] (-) TimerEvent: {} +[21.105329] (-) TimerEvent: {} +[21.205951] (-) TimerEvent: {} +[21.337387] (-) TimerEvent: {} +[21.438112] (-) TimerEvent: {} +[21.538904] (-) TimerEvent: {} +[21.639671] (-) TimerEvent: {} +[21.740235] (-) TimerEvent: {} +[21.841149] (-) TimerEvent: {} +[21.941695] (-) TimerEvent: {} +[22.042182] (-) TimerEvent: {} +[22.142624] (-) TimerEvent: {} +[22.243164] (-) TimerEvent: {} +[22.343707] (-) TimerEvent: {} +[22.444392] (-) TimerEvent: {} +[22.544931] (-) TimerEvent: {} +[22.645410] (-) TimerEvent: {} +[22.745944] (-) TimerEvent: {} +[22.846489] (-) TimerEvent: {} +[22.946974] (-) TimerEvent: {} +[23.047533] (-) TimerEvent: {} +[23.148252] (-) TimerEvent: {} +[23.248806] (-) TimerEvent: {} +[23.349316] (-) TimerEvent: {} +[23.449796] (-) TimerEvent: {} +[23.550282] (-) TimerEvent: {} +[23.650758] (-) TimerEvent: {} +[23.751279] (-) TimerEvent: {} +[23.851724] (-) TimerEvent: {} +[23.952239] (-) TimerEvent: {} +[24.052767] (-) TimerEvent: {} +[24.153367] (-) TimerEvent: {} +[24.253920] (-) TimerEvent: {} +[24.354486] (-) TimerEvent: {} +[24.454924] (-) TimerEvent: {} +[24.555394] (-) TimerEvent: {} +[24.655907] (-) TimerEvent: {} +[24.756338] (-) TimerEvent: {} +[24.856794] (-) TimerEvent: {} +[24.957234] (-) TimerEvent: {} +[25.057768] (-) TimerEvent: {} +[25.158314] (-) TimerEvent: {} +[25.258996] (-) TimerEvent: {} +[25.359972] (-) TimerEvent: {} +[25.460713] (-) TimerEvent: {} +[25.561479] (-) TimerEvent: {} +[25.662147] (-) TimerEvent: {} +[25.762600] (-) TimerEvent: {} +[25.863217] (-) TimerEvent: {} +[25.963718] (-) TimerEvent: {} +[26.064317] (-) TimerEvent: {} +[26.164817] (-) TimerEvent: {} +[26.265288] (-) TimerEvent: {} +[26.365772] (-) TimerEvent: {} +[26.466376] (-) TimerEvent: {} +[26.566901] (-) TimerEvent: {} +[26.672501] (-) TimerEvent: {} +[26.773087] (-) TimerEvent: {} +[26.873686] (-) TimerEvent: {} +[26.974372] (-) TimerEvent: {} +[27.075000] (-) TimerEvent: {} +[27.175524] (-) TimerEvent: {} +[27.276077] (-) TimerEvent: {} +[27.376567] (-) TimerEvent: {} +[27.476963] (-) TimerEvent: {} +[27.577454] (-) TimerEvent: {} +[27.677892] (-) TimerEvent: {} +[27.778405] (-) TimerEvent: {} +[27.878964] (-) TimerEvent: {} +[27.979441] (-) TimerEvent: {} +[28.079934] (-) TimerEvent: {} +[28.180511] (-) TimerEvent: {} +[28.281115] (-) TimerEvent: {} +[28.381602] (-) TimerEvent: {} +[28.482135] (-) TimerEvent: {} +[28.582571] (-) TimerEvent: {} +[28.683047] (-) TimerEvent: {} +[28.783533] (-) TimerEvent: {} +[28.884124] (-) TimerEvent: {} +[28.984630] (-) TimerEvent: {} +[29.087759] (-) TimerEvent: {} +[29.188443] (-) TimerEvent: {} +[29.289214] (-) TimerEvent: {} +[29.389927] (-) TimerEvent: {} +[29.490609] (-) TimerEvent: {} +[29.591275] (-) TimerEvent: {} +[29.691862] (-) TimerEvent: {} +[29.792456] (-) TimerEvent: {} +[29.893259] (-) TimerEvent: {} +[29.993751] (-) TimerEvent: {} +[30.118114] (-) TimerEvent: {} +[30.314942] (-) TimerEvent: {} +[30.422296] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector(const string&, const string&, const rclcpp::NodeOptions&)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[30.675823] (-) TimerEvent: {} +[30.676246] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:36:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kunable to find numeric literal operator \xe2\x80\x98\x1b[01m\x1b[Koperator""s\x1b[m\x1b[K\xe2\x80\x99\n'} +[30.741038] (b_obstacle_detector) StderrLine: {'line': b' 7 | timer_ = this->create_wall_timer(\x1b[01;31m\x1b[K0.5s\x1b[m\x1b[K, std::bind(&ObstacleDetector::timer_callback, this));\n'} +[30.767381] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~\x1b[m\x1b[K\n'} +[30.776081] (-) TimerEvent: {} +[30.876855] (-) TimerEvent: {} +[30.977454] (-) TimerEvent: {} +[31.077901] (-) TimerEvent: {} +[31.178421] (-) TimerEvent: {} +[31.279103] (-) TimerEvent: {} +[31.379712] (-) TimerEvent: {} +[31.480237] (-) TimerEvent: {} +[31.580786] (-) TimerEvent: {} +[31.681290] (-) TimerEvent: {} +[31.781919] (-) TimerEvent: {} +[31.882480] (-) TimerEvent: {} +[31.982925] (-) TimerEvent: {} +[32.083392] (-) TimerEvent: {} +[32.183988] (-) TimerEvent: {} +[32.284541] (-) TimerEvent: {} +[32.385041] (-) TimerEvent: {} +[32.485509] (-) TimerEvent: {} +[32.586138] (-) TimerEvent: {} +[32.686755] (-) TimerEvent: {} +[32.787534] (-) TimerEvent: {} +[32.888106] (-) TimerEvent: {} +[32.988611] (-) TimerEvent: {} +[33.089139] (-) TimerEvent: {} +[33.194804] (-) TimerEvent: {} +[33.297427] (-) TimerEvent: {} +[33.398106] (-) TimerEvent: {} +[33.498635] (-) TimerEvent: {} +[33.599199] (-) TimerEvent: {} +[33.699751] (-) TimerEvent: {} +[33.800313] (-) TimerEvent: {} +[33.900787] (-) TimerEvent: {} +[34.001347] (-) TimerEvent: {} +[34.101952] (-) TimerEvent: {} +[34.202454] (-) TimerEvent: {} +[34.302948] (-) TimerEvent: {} +[34.403617] (-) TimerEvent: {} +[34.504364] (-) TimerEvent: {} +[34.604972] (-) TimerEvent: {} +[34.705367] (-) TimerEvent: {} +[34.805890] (-) TimerEvent: {} +[34.906417] (-) TimerEvent: {} +[35.006805] (-) TimerEvent: {} +[35.107241] (-) TimerEvent: {} +[35.207689] (-) TimerEvent: {} +[35.308209] (-) TimerEvent: {} +[35.408754] (-) TimerEvent: {} +[35.509370] (-) TimerEvent: {} +[35.610124] (-) TimerEvent: {} +[35.711038] (-) TimerEvent: {} +[35.811763] (-) TimerEvent: {} +[35.912342] (-) TimerEvent: {} +[36.012887] (-) TimerEvent: {} +[36.113572] (-) TimerEvent: {} +[36.214113] (-) TimerEvent: {} +[36.314784] (-) TimerEvent: {} +[36.415327] (-) TimerEvent: {} +[36.516022] (-) TimerEvent: {} +[36.616590] (-) TimerEvent: {} +[36.717171] (-) TimerEvent: {} +[36.817755] (-) TimerEvent: {} +[36.918249] (-) TimerEvent: {} +[37.018714] (-) TimerEvent: {} +[37.119228] (-) TimerEvent: {} +[37.219772] (-) TimerEvent: {} +[37.320343] (-) TimerEvent: {} +[37.420800] (-) TimerEvent: {} +[37.521295] (-) TimerEvent: {} +[37.584879] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[37.593477] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[37.605687] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[37.621466] (-) TimerEvent: {} +[37.722986] (-) TimerEvent: {} +[37.798014] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[37.910129] (-) TimerEvent: {} +[38.017417] (-) TimerEvent: {} +[38.122199] (-) TimerEvent: {} +[38.223140] (-) TimerEvent: {} +[38.323756] (-) TimerEvent: {} +[38.424284] (-) TimerEvent: {} +[38.529031] (-) TimerEvent: {} +[38.632632] (-) TimerEvent: {} +[38.822478] (-) TimerEvent: {} +[39.201036] (-) TimerEvent: {} +[39.303442] (-) TimerEvent: {} +[39.338861] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[39.363296] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_02-35-45/logger_all.log b/log/build_2024-03-15_02-35-45/logger_all.log new file mode 100644 index 0000000..53d4573 --- /dev/null +++ b/log/build_2024-03-15_02-35-45/logger_all.log @@ -0,0 +1,115 @@ +[1.428s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.428s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[1.496s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[1.496s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[1.496s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[1.496s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[1.496s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[1.497s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[1.497s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[1.497s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[1.514s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[1.514s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[1.514s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[1.514s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[1.514s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[1.514s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[1.515s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[1.515s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[1.515s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[1.515s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[1.515s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[1.515s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[1.515s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[1.515s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[1.520s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[1.520s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[1.520s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[1.520s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[1.520s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[1.520s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[1.520s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[1.520s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[1.521s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[1.521s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[1.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[1.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[1.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[1.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[1.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[1.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[1.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[1.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[1.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[1.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[1.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[1.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[1.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[1.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[1.522s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[1.522s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[1.522s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[1.522s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[1.522s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[1.607s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[1.607s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[1.608s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.608s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[1.608s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[1.608s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[1.608s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[1.608s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[1.608s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.608s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[1.621s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.641s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.641s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[1.642s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[1.673s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.673s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.673s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.758s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake /home/user/ws/src/chibi24_b/b_obstacle_detector -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/user/ws/src/chibi24_b/install/b_obstacle_detector +[5.852s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake /home/user/ws/src/chibi24_b/b_obstacle_detector -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/user/ws/src/chibi24_b/install/b_obstacle_detector +[5.859s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[39.490s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[40.062s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[40.207s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[40.211s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[40.238s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[40.239s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[40.265s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[40.266s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[40.367s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[40.928s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[40.936s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[40.947s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[40.956s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[40.963s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[40.996s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[41.003s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[41.005s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[41.007s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[41.252s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[41.252s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[41.252s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[41.253s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[41.257s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[41.259s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[41.289s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[41.294s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[41.298s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[41.324s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[41.325s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[41.326s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[41.342s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[41.343s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[41.358s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[41.359s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_02-37-18/b_obstacle_detector/command.log b/log/build_2024-03-15_02-37-18/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_02-37-18/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-37-18/b_obstacle_detector/stderr.log b/log/build_2024-03-15_02-37-18/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..f3f8bb6 --- /dev/null +++ b/log/build_2024-03-15_02-37-18/b_obstacle_detector/stderr.log @@ -0,0 +1,19 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector(const string&, const string&, const rclcpp::NodeOptions&)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:35: error: no matching function for call to ‘ObstacleDetector::create_wall_timer(double, std::_Bind_helper::type)’ + 7 | timer_ = this->create_wall_timer(0.5, std::bind(&ObstacleDetector::timer_callback, this)); + | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:238:3: note: candidate: ‘template typename rclcpp::WallTimer::SharedPtr rclcpp::Node::create_wall_timer(std::chrono::duration<_Rep1, _Period1>, CallbackT, rclcpp::CallbackGroup::SharedPtr)’ + 238 | create_wall_timer( + | ^~~~~~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:238:3: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:35: note:  mismatched types ‘std::chrono::duration<_Rep1, _Period1>’ and ‘double’ + 7 | timer_ = this->create_wall_timer(0.5, std::bind(&ObstacleDetector::timer_callback, this)); + | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-37-18/b_obstacle_detector/stdout.log b/log/build_2024-03-15_02-37-18/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_02-37-18/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_02-37-18/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_02-37-18/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..5fe93bb --- /dev/null +++ b/log/build_2024-03-15_02-37-18/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,21 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector(const string&, const string&, const rclcpp::NodeOptions&)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:35: error: no matching function for call to ‘ObstacleDetector::create_wall_timer(double, std::_Bind_helper::type)’ + 7 | timer_ = this->create_wall_timer(0.5, std::bind(&ObstacleDetector::timer_callback, this)); + | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:238:3: note: candidate: ‘template typename rclcpp::WallTimer::SharedPtr rclcpp::Node::create_wall_timer(std::chrono::duration<_Rep1, _Period1>, CallbackT, rclcpp::CallbackGroup::SharedPtr)’ + 238 | create_wall_timer( + | ^~~~~~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:238:3: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:35: note:  mismatched types ‘std::chrono::duration<_Rep1, _Period1>’ and ‘double’ + 7 | timer_ = this->create_wall_timer(0.5, std::bind(&ObstacleDetector::timer_callback, this)); + | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-37-18/b_obstacle_detector/streams.log b/log/build_2024-03-15_02-37-18/b_obstacle_detector/streams.log new file mode 100644 index 0000000..43b6dfc --- /dev/null +++ b/log/build_2024-03-15_02-37-18/b_obstacle_detector/streams.log @@ -0,0 +1,23 @@ +[0.136s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.258s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.316s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[6.199s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector(const string&, const string&, const rclcpp::NodeOptions&)’: +[6.200s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:35: error: no matching function for call to ‘ObstacleDetector::create_wall_timer(double, std::_Bind_helper::type)’ +[6.200s] 7 | timer_ = this->create_wall_timer(0.5, std::bind(&ObstacleDetector::timer_callback, this)); +[6.200s] | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[6.200s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[6.201s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[6.201s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[6.201s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[6.201s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[6.201s] /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:238:3: note: candidate: ‘template typename rclcpp::WallTimer::SharedPtr rclcpp::Node::create_wall_timer(std::chrono::duration<_Rep1, _Period1>, CallbackT, rclcpp::CallbackGroup::SharedPtr)’ +[6.202s] 238 | create_wall_timer( +[6.202s] | ^~~~~~~~~~~~~~~~~ +[6.202s] /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:238:3: note:  template argument deduction/substitution failed: +[6.202s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:35: note:  mismatched types ‘std::chrono::duration<_Rep1, _Period1>’ and ‘double’ +[6.202s] 7 | timer_ = this->create_wall_timer(0.5, std::bind(&ObstacleDetector::timer_callback, this)); +[6.203s] | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[10.284s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[10.285s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[10.286s] gmake: *** [Makefile:146: all] Error 2 +[10.292s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-37-18/events.log b/log/build_2024-03-15_02-37-18/events.log new file mode 100644 index 0000000..efeb2e7 --- /dev/null +++ b/log/build_2024-03-15_02-37-18/events.log @@ -0,0 +1,133 @@ +[0.000000] (-) TimerEvent: {} +[0.001462] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001850] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.100264] (-) TimerEvent: {} +[0.130947] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.133245] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.134874] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.200469] (-) TimerEvent: {} +[0.259882] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.300692] (-) TimerEvent: {} +[0.317902] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.400855] (-) TimerEvent: {} +[0.501398] (-) TimerEvent: {} +[0.602079] (-) TimerEvent: {} +[0.702676] (-) TimerEvent: {} +[0.803191] (-) TimerEvent: {} +[0.903734] (-) TimerEvent: {} +[1.004351] (-) TimerEvent: {} +[1.104889] (-) TimerEvent: {} +[1.205449] (-) TimerEvent: {} +[1.305945] (-) TimerEvent: {} +[1.406383] (-) TimerEvent: {} +[1.506851] (-) TimerEvent: {} +[1.607398] (-) TimerEvent: {} +[1.708015] (-) TimerEvent: {} +[1.808538] (-) TimerEvent: {} +[1.909089] (-) TimerEvent: {} +[2.009700] (-) TimerEvent: {} +[2.110450] (-) TimerEvent: {} +[2.214763] (-) TimerEvent: {} +[2.315441] (-) TimerEvent: {} +[2.416121] (-) TimerEvent: {} +[2.516598] (-) TimerEvent: {} +[2.617153] (-) TimerEvent: {} +[2.717864] (-) TimerEvent: {} +[2.818453] (-) TimerEvent: {} +[2.919004] (-) TimerEvent: {} +[3.019592] (-) TimerEvent: {} +[3.120174] (-) TimerEvent: {} +[3.220766] (-) TimerEvent: {} +[3.321207] (-) TimerEvent: {} +[3.421781] (-) TimerEvent: {} +[3.522308] (-) TimerEvent: {} +[3.623136] (-) TimerEvent: {} +[3.723732] (-) TimerEvent: {} +[3.824352] (-) TimerEvent: {} +[3.924771] (-) TimerEvent: {} +[4.025307] (-) TimerEvent: {} +[4.125762] (-) TimerEvent: {} +[4.226294] (-) TimerEvent: {} +[4.326832] (-) TimerEvent: {} +[4.427292] (-) TimerEvent: {} +[4.527819] (-) TimerEvent: {} +[4.628308] (-) TimerEvent: {} +[4.728796] (-) TimerEvent: {} +[4.829301] (-) TimerEvent: {} +[4.929789] (-) TimerEvent: {} +[5.030224] (-) TimerEvent: {} +[5.130761] (-) TimerEvent: {} +[5.231317] (-) TimerEvent: {} +[5.331906] (-) TimerEvent: {} +[5.432487] (-) TimerEvent: {} +[5.533141] (-) TimerEvent: {} +[5.634504] (-) TimerEvent: {} +[5.735093] (-) TimerEvent: {} +[5.835617] (-) TimerEvent: {} +[5.936225] (-) TimerEvent: {} +[6.036802] (-) TimerEvent: {} +[6.137383] (-) TimerEvent: {} +[6.200393] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector(const string&, const string&, const rclcpp::NodeOptions&)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[6.201312] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:35:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::create_wall_timer(double, std::_Bind_helper::type)\x1b[m\x1b[K\xe2\x80\x99\n'} +[6.201674] (b_obstacle_detector) StderrLine: {'line': b' 7 | timer_ = \x1b[01;31m\x1b[Kthis->create_wall_timer(0.5, std::bind(&ObstacleDetector::timer_callback, this))\x1b[m\x1b[K;\n'} +[6.201936] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[6.202156] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[6.202358] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[6.202556] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[6.202777] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[6.202991] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[6.203194] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:238:3:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Ktemplate typename rclcpp::WallTimer::SharedPtr rclcpp::Node::create_wall_timer(std::chrono::duration<_Rep1, _Period1>, CallbackT, rclcpp::CallbackGroup::SharedPtr)\x1b[m\x1b[K\xe2\x80\x99\n'} +[6.203406] (b_obstacle_detector) StderrLine: {'line': b' 238 | \x1b[01;36m\x1b[Kcreate_wall_timer\x1b[m\x1b[K(\n'} +[6.203613] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[6.203816] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:238:3:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K template argument deduction/substitution failed:\n'} +[6.204041] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:7:35:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K mismatched types \xe2\x80\x98\x1b[01m\x1b[Kstd::chrono::duration<_Rep1, _Period1>\x1b[m\x1b[K\xe2\x80\x99 and \xe2\x80\x98\x1b[01m\x1b[Kdouble\x1b[m\x1b[K\xe2\x80\x99\n'} +[6.204256] (b_obstacle_detector) StderrLine: {'line': b' 7 | timer_ = \x1b[01;36m\x1b[Kthis->create_wall_timer(0.5, std::bind(&ObstacleDetector::timer_callback, this))\x1b[m\x1b[K;\n'} +[6.204457] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[6.237533] (-) TimerEvent: {} +[6.338009] (-) TimerEvent: {} +[6.438448] (-) TimerEvent: {} +[6.538875] (-) TimerEvent: {} +[6.639361] (-) TimerEvent: {} +[6.740256] (-) TimerEvent: {} +[6.840894] (-) TimerEvent: {} +[6.941599] (-) TimerEvent: {} +[7.042254] (-) TimerEvent: {} +[7.142836] (-) TimerEvent: {} +[7.243271] (-) TimerEvent: {} +[7.343908] (-) TimerEvent: {} +[7.444336] (-) TimerEvent: {} +[7.544934] (-) TimerEvent: {} +[7.645464] (-) TimerEvent: {} +[7.746069] (-) TimerEvent: {} +[7.846636] (-) TimerEvent: {} +[7.947121] (-) TimerEvent: {} +[8.047682] (-) TimerEvent: {} +[8.148156] (-) TimerEvent: {} +[8.248678] (-) TimerEvent: {} +[8.349340] (-) TimerEvent: {} +[8.449982] (-) TimerEvent: {} +[8.550564] (-) TimerEvent: {} +[8.651086] (-) TimerEvent: {} +[8.772142] (-) TimerEvent: {} +[8.872743] (-) TimerEvent: {} +[8.973218] (-) TimerEvent: {} +[9.073704] (-) TimerEvent: {} +[9.193343] (-) TimerEvent: {} +[9.294057] (-) TimerEvent: {} +[9.394633] (-) TimerEvent: {} +[9.495242] (-) TimerEvent: {} +[9.595724] (-) TimerEvent: {} +[9.696210] (-) TimerEvent: {} +[9.796713] (-) TimerEvent: {} +[9.897318] (-) TimerEvent: {} +[9.997860] (-) TimerEvent: {} +[10.098435] (-) TimerEvent: {} +[10.199122] (-) TimerEvent: {} +[10.285848] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[10.286680] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[10.287371] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[10.293165] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[10.301143] (-) TimerEvent: {} +[10.401746] (-) TimerEvent: {} +[10.456228] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[10.467233] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_02-37-18/logger_all.log b/log/build_2024-03-15_02-37-18/logger_all.log new file mode 100644 index 0000000..9fb6318 --- /dev/null +++ b/log/build_2024-03-15_02-37-18/logger_all.log @@ -0,0 +1,113 @@ +[2.390s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.391s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.505s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.505s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.505s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.505s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.505s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.505s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.505s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.506s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.554s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.554s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.554s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.554s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.555s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.555s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.555s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.555s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.555s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.565s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.565s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.566s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.566s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.566s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.566s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.566s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.566s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.566s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.566s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.567s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.568s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.568s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.568s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.568s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.569s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.569s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.569s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.569s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.570s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.730s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.730s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.744s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.760s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.761s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.762s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.800s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.800s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.800s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.897s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[13.053s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[13.149s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[13.181s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[13.181s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[13.183s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[13.183s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[13.187s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[13.188s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[13.207s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[13.209s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[13.211s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[13.212s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[13.213s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[13.215s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[13.226s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[13.226s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[13.226s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[13.226s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[13.273s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[13.273s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[13.273s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[13.273s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[13.276s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[13.277s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[13.300s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[13.301s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[13.304s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[13.326s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[13.327s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[13.328s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[13.347s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[13.348s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[13.366s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[13.367s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_02-44-59/b_obstacle_detector/command.log b/log/build_2024-03-15_02-44-59/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-15_02-44-59/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_02-44-59/b_obstacle_detector/stderr.log b/log/build_2024-03-15_02-44-59/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-15_02-44-59/b_obstacle_detector/stdout.log b/log/build_2024-03-15_02-44-59/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..a86ab9f --- /dev/null +++ b/log/build_2024-03-15_02-44-59/b_obstacle_detector/stdout.log @@ -0,0 +1,27 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[100%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_02-44-59/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_02-44-59/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..a86ab9f --- /dev/null +++ b/log/build_2024-03-15_02-44-59/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,27 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[100%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_02-44-59/b_obstacle_detector/streams.log b/log/build_2024-03-15_02-44-59/b_obstacle_detector/streams.log new file mode 100644 index 0000000..17ef871 --- /dev/null +++ b/log/build_2024-03-15_02-44-59/b_obstacle_detector/streams.log @@ -0,0 +1,31 @@ +[0.176s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.656s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.757s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.760s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[51.964s] [100%] Linking CXX executable b_obstacle_detector_node +[52.731s] [100%] Built target b_obstacle_detector_node +[52.870s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[53.102s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[53.159s] -- Install configuration: "RelWithDebInfo" +[53.178s] -- Execute custom install script +[53.210s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[53.257s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[53.305s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[53.350s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[53.382s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[53.425s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[53.455s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[53.497s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[53.534s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[53.564s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[53.591s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[53.617s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[53.643s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[53.671s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[53.699s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[53.727s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[53.758s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[53.791s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[53.818s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[53.841s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[53.898s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_02-44-59/events.log b/log/build_2024-03-15_02-44-59/events.log new file mode 100644 index 0000000..0626887 --- /dev/null +++ b/log/build_2024-03-15_02-44-59/events.log @@ -0,0 +1,569 @@ +[0.000000] (-) TimerEvent: {} +[0.004765] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.005273] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098634] (-) TimerEvent: {} +[0.152945] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.159927] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.160413] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.198871] (-) TimerEvent: {} +[0.299505] (-) TimerEvent: {} +[0.400202] (-) TimerEvent: {} +[0.500725] (-) TimerEvent: {} +[0.601165] (-) TimerEvent: {} +[0.660572] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.701452] (-) TimerEvent: {} +[0.761659] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.765255] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.801760] (-) TimerEvent: {} +[0.902330] (-) TimerEvent: {} +[1.002823] (-) TimerEvent: {} +[1.103301] (-) TimerEvent: {} +[1.203789] (-) TimerEvent: {} +[1.304263] (-) TimerEvent: {} +[1.405515] (-) TimerEvent: {} +[1.506247] (-) TimerEvent: {} +[1.606884] (-) TimerEvent: {} +[1.707488] (-) TimerEvent: {} +[1.808047] (-) TimerEvent: {} +[1.908698] (-) TimerEvent: {} +[2.009250] (-) TimerEvent: {} +[2.109811] (-) TimerEvent: {} +[2.210355] (-) TimerEvent: {} +[2.310950] (-) TimerEvent: {} +[2.411523] (-) TimerEvent: {} +[2.512135] (-) TimerEvent: {} +[2.612662] (-) TimerEvent: {} +[2.713162] (-) TimerEvent: {} +[2.813686] (-) TimerEvent: {} +[2.914217] (-) TimerEvent: {} +[3.014873] (-) TimerEvent: {} +[3.115461] (-) TimerEvent: {} +[3.215950] (-) TimerEvent: {} +[3.316439] (-) TimerEvent: {} +[3.416954] (-) TimerEvent: {} +[3.517463] (-) TimerEvent: {} +[3.618198] (-) TimerEvent: {} +[3.718868] (-) TimerEvent: {} +[3.819801] (-) TimerEvent: {} +[3.920484] (-) TimerEvent: {} +[4.021205] (-) TimerEvent: {} +[4.124906] (-) TimerEvent: {} +[4.265657] (-) TimerEvent: {} +[4.397789] (-) TimerEvent: {} +[4.532876] (-) TimerEvent: {} +[4.633828] (-) TimerEvent: {} +[4.758559] (-) TimerEvent: {} +[4.897548] (-) TimerEvent: {} +[4.999139] (-) TimerEvent: {} +[5.109038] (-) TimerEvent: {} +[5.209831] (-) TimerEvent: {} +[5.335865] (-) TimerEvent: {} +[5.436451] (-) TimerEvent: {} +[5.538046] (-) TimerEvent: {} +[5.638765] (-) TimerEvent: {} +[5.739679] (-) TimerEvent: {} +[5.840313] (-) TimerEvent: {} +[5.940929] (-) TimerEvent: {} +[6.041482] (-) TimerEvent: {} +[6.142104] (-) TimerEvent: {} +[6.242732] (-) TimerEvent: {} +[6.343359] (-) TimerEvent: {} +[6.444025] (-) TimerEvent: {} +[6.544622] (-) TimerEvent: {} +[6.645084] (-) TimerEvent: {} +[6.745561] (-) TimerEvent: {} +[6.846175] (-) TimerEvent: {} +[6.946649] (-) TimerEvent: {} +[7.047100] (-) TimerEvent: {} +[7.147552] (-) TimerEvent: {} +[7.248045] (-) TimerEvent: {} +[7.348544] (-) TimerEvent: {} +[7.449248] (-) TimerEvent: {} +[7.549746] (-) TimerEvent: {} +[7.650410] (-) TimerEvent: {} +[7.751060] (-) TimerEvent: {} +[7.851721] (-) TimerEvent: {} +[7.952401] (-) TimerEvent: {} +[8.056624] (-) TimerEvent: {} +[8.157242] (-) TimerEvent: {} +[8.257885] (-) TimerEvent: {} +[8.358441] (-) TimerEvent: {} +[8.459131] (-) TimerEvent: {} +[8.559642] (-) TimerEvent: {} +[8.660061] (-) TimerEvent: {} +[8.760536] (-) TimerEvent: {} +[8.861050] (-) TimerEvent: {} +[8.961529] (-) TimerEvent: {} +[9.062097] (-) TimerEvent: {} +[9.162585] (-) TimerEvent: {} +[9.263019] (-) TimerEvent: {} +[9.363482] (-) TimerEvent: {} +[9.463966] (-) TimerEvent: {} +[9.564483] (-) TimerEvent: {} +[9.664950] (-) TimerEvent: {} +[9.765473] (-) TimerEvent: {} +[9.866145] (-) TimerEvent: {} +[9.966997] (-) TimerEvent: {} +[10.093855] (-) TimerEvent: {} +[10.194443] (-) TimerEvent: {} +[10.295073] (-) TimerEvent: {} +[10.416808] (-) TimerEvent: {} +[10.517278] (-) TimerEvent: {} +[10.617909] (-) TimerEvent: {} +[10.718922] (-) TimerEvent: {} +[10.819532] (-) TimerEvent: {} +[10.920097] (-) TimerEvent: {} +[11.020631] (-) TimerEvent: {} +[11.121103] (-) TimerEvent: {} +[11.221671] (-) TimerEvent: {} +[11.322222] (-) TimerEvent: {} +[11.422795] (-) TimerEvent: {} +[11.535745] (-) TimerEvent: {} +[11.665442] (-) TimerEvent: {} +[11.766042] (-) TimerEvent: {} +[11.866847] (-) TimerEvent: {} +[11.979191] (-) TimerEvent: {} +[12.116848] (-) TimerEvent: {} +[12.226417] (-) TimerEvent: {} +[12.331979] (-) TimerEvent: {} +[12.432442] (-) TimerEvent: {} +[12.533844] (-) TimerEvent: {} +[12.637374] (-) TimerEvent: {} +[12.738034] (-) TimerEvent: {} +[12.838747] (-) TimerEvent: {} +[12.939495] (-) TimerEvent: {} +[13.066632] (-) TimerEvent: {} +[13.264756] (-) TimerEvent: {} +[13.367260] (-) TimerEvent: {} +[13.467900] (-) TimerEvent: {} +[13.568443] (-) TimerEvent: {} +[13.669029] (-) TimerEvent: {} +[13.786524] (-) TimerEvent: {} +[13.894543] (-) TimerEvent: {} +[13.995081] (-) TimerEvent: {} +[14.103316] (-) TimerEvent: {} +[14.204594] (-) TimerEvent: {} +[14.306500] (-) TimerEvent: {} +[14.407018] (-) TimerEvent: {} +[14.507604] (-) TimerEvent: {} +[14.608530] (-) TimerEvent: {} +[14.709111] (-) TimerEvent: {} +[14.809710] (-) TimerEvent: {} +[14.913218] (-) TimerEvent: {} +[15.013697] (-) TimerEvent: {} +[15.114208] (-) TimerEvent: {} +[15.214764] (-) TimerEvent: {} +[15.315267] (-) TimerEvent: {} +[15.415855] (-) TimerEvent: {} +[15.516353] (-) TimerEvent: {} +[15.616902] (-) TimerEvent: {} +[15.717415] (-) TimerEvent: {} +[15.817984] (-) TimerEvent: {} +[15.918539] (-) TimerEvent: {} +[16.019189] (-) TimerEvent: {} +[16.120051] (-) TimerEvent: {} +[16.220655] (-) TimerEvent: {} +[16.321250] (-) TimerEvent: {} +[16.421851] (-) TimerEvent: {} +[16.522426] (-) TimerEvent: {} +[16.622991] (-) TimerEvent: {} +[16.723553] (-) TimerEvent: {} +[16.863829] (-) TimerEvent: {} +[16.964850] (-) TimerEvent: {} +[17.114406] (-) TimerEvent: {} +[17.217555] (-) TimerEvent: {} +[17.318509] (-) TimerEvent: {} +[17.419530] (-) TimerEvent: {} +[17.520275] (-) TimerEvent: {} +[17.620920] (-) TimerEvent: {} +[17.721877] (-) TimerEvent: {} +[17.822575] (-) TimerEvent: {} +[17.926155] (-) TimerEvent: {} +[18.026898] (-) TimerEvent: {} +[18.127538] (-) TimerEvent: {} +[18.228029] (-) TimerEvent: {} +[18.328464] (-) TimerEvent: {} +[18.428932] (-) TimerEvent: {} +[18.529445] (-) TimerEvent: {} +[18.630067] (-) TimerEvent: {} +[18.731120] (-) TimerEvent: {} +[18.831876] (-) TimerEvent: {} +[18.932471] (-) TimerEvent: {} +[19.033017] (-) TimerEvent: {} +[19.133661] (-) TimerEvent: {} +[19.234194] (-) TimerEvent: {} +[19.334805] (-) TimerEvent: {} +[19.435405] (-) TimerEvent: {} +[19.535865] (-) TimerEvent: {} +[19.636320] (-) TimerEvent: {} +[19.736815] (-) TimerEvent: {} +[19.837314] (-) TimerEvent: {} +[19.937800] (-) TimerEvent: {} +[20.038302] (-) TimerEvent: {} +[20.138783] (-) TimerEvent: {} +[20.239198] (-) TimerEvent: {} +[20.339627] (-) TimerEvent: {} +[20.440093] (-) TimerEvent: {} +[20.540535] (-) TimerEvent: {} +[20.640976] (-) TimerEvent: {} +[20.741476] (-) TimerEvent: {} +[20.841991] (-) TimerEvent: {} +[20.942465] (-) TimerEvent: {} +[21.058186] (-) TimerEvent: {} +[21.176945] (-) TimerEvent: {} +[21.293128] (-) TimerEvent: {} +[21.406685] (-) TimerEvent: {} +[21.563217] (-) TimerEvent: {} +[21.698246] (-) TimerEvent: {} +[21.804957] (-) TimerEvent: {} +[21.925579] (-) TimerEvent: {} +[22.068494] (-) TimerEvent: {} +[22.169077] (-) TimerEvent: {} +[22.329318] (-) TimerEvent: {} +[22.432127] (-) TimerEvent: {} +[22.532635] (-) TimerEvent: {} +[22.633102] (-) TimerEvent: {} +[22.733727] (-) TimerEvent: {} +[22.834408] (-) TimerEvent: {} +[22.934879] (-) TimerEvent: {} +[23.035328] (-) TimerEvent: {} +[23.135842] (-) TimerEvent: {} +[23.236356] (-) TimerEvent: {} +[23.336864] (-) TimerEvent: {} +[23.437329] (-) TimerEvent: {} +[23.537806] (-) TimerEvent: {} +[23.638491] (-) TimerEvent: {} +[23.739469] (-) TimerEvent: {} +[23.840194] (-) TimerEvent: {} +[23.940664] (-) TimerEvent: {} +[24.041289] (-) TimerEvent: {} +[24.146711] (-) TimerEvent: {} +[24.247245] (-) TimerEvent: {} +[24.347866] (-) TimerEvent: {} +[24.448495] (-) TimerEvent: {} +[24.549123] (-) TimerEvent: {} +[24.649724] (-) TimerEvent: {} +[24.750305] (-) TimerEvent: {} +[24.850859] (-) TimerEvent: {} +[24.951396] (-) TimerEvent: {} +[25.051948] (-) TimerEvent: {} +[25.152444] (-) TimerEvent: {} +[25.252966] (-) TimerEvent: {} +[25.353451] (-) TimerEvent: {} +[25.454095] (-) TimerEvent: {} +[25.554862] (-) TimerEvent: {} +[25.655527] (-) TimerEvent: {} +[25.755953] (-) TimerEvent: {} +[25.856351] (-) TimerEvent: {} +[25.975038] (-) TimerEvent: {} +[26.075587] (-) TimerEvent: {} +[26.179282] (-) TimerEvent: {} +[26.285529] (-) TimerEvent: {} +[26.386102] (-) TimerEvent: {} +[26.486607] (-) TimerEvent: {} +[26.587077] (-) TimerEvent: {} +[26.687616] (-) TimerEvent: {} +[26.788075] (-) TimerEvent: {} +[26.888647] (-) TimerEvent: {} +[26.989233] (-) TimerEvent: {} +[27.089813] (-) TimerEvent: {} +[27.190396] (-) TimerEvent: {} +[27.291075] (-) TimerEvent: {} +[27.391637] (-) TimerEvent: {} +[27.492168] (-) TimerEvent: {} +[27.592759] (-) TimerEvent: {} +[27.693189] (-) TimerEvent: {} +[27.793653] (-) TimerEvent: {} +[27.894144] (-) TimerEvent: {} +[27.994679] (-) TimerEvent: {} +[28.095249] (-) TimerEvent: {} +[28.195982] (-) TimerEvent: {} +[28.296459] (-) TimerEvent: {} +[28.396897] (-) TimerEvent: {} +[28.497404] (-) TimerEvent: {} +[28.598011] (-) TimerEvent: {} +[28.698687] (-) TimerEvent: {} +[28.799265] (-) TimerEvent: {} +[28.899891] (-) TimerEvent: {} +[29.000472] (-) TimerEvent: {} +[29.101059] (-) TimerEvent: {} +[29.201595] (-) TimerEvent: {} +[29.302155] (-) TimerEvent: {} +[29.402736] (-) TimerEvent: {} +[29.503585] (-) TimerEvent: {} +[29.604119] (-) TimerEvent: {} +[29.704671] (-) TimerEvent: {} +[29.805308] (-) TimerEvent: {} +[29.905956] (-) TimerEvent: {} +[30.006481] (-) TimerEvent: {} +[30.107514] (-) TimerEvent: {} +[30.210526] (-) TimerEvent: {} +[30.311123] (-) TimerEvent: {} +[30.411667] (-) TimerEvent: {} +[30.512231] (-) TimerEvent: {} +[30.612851] (-) TimerEvent: {} +[30.713416] (-) TimerEvent: {} +[30.813908] (-) TimerEvent: {} +[30.914455] (-) TimerEvent: {} +[31.015146] (-) TimerEvent: {} +[31.115756] (-) TimerEvent: {} +[31.216556] (-) TimerEvent: {} +[31.317426] (-) TimerEvent: {} +[31.418216] (-) TimerEvent: {} +[31.519150] (-) TimerEvent: {} +[31.619930] (-) TimerEvent: {} +[31.720683] (-) TimerEvent: {} +[31.821476] (-) TimerEvent: {} +[31.922272] (-) TimerEvent: {} +[32.022898] (-) TimerEvent: {} +[32.123420] (-) TimerEvent: {} +[32.224144] (-) TimerEvent: {} +[32.324759] (-) TimerEvent: {} +[32.425484] (-) TimerEvent: {} +[32.526258] (-) TimerEvent: {} +[32.626828] (-) TimerEvent: {} +[32.727325] (-) TimerEvent: {} +[32.827907] (-) TimerEvent: {} +[32.928424] (-) TimerEvent: {} +[33.028947] (-) TimerEvent: {} +[33.129500] (-) TimerEvent: {} +[33.230163] (-) TimerEvent: {} +[33.330741] (-) TimerEvent: {} +[33.431312] (-) TimerEvent: {} +[33.531862] (-) TimerEvent: {} +[33.632502] (-) TimerEvent: {} +[33.733175] (-) TimerEvent: {} +[33.833795] (-) TimerEvent: {} +[33.934569] (-) TimerEvent: {} +[34.035139] (-) TimerEvent: {} +[34.136159] (-) TimerEvent: {} +[34.236920] (-) TimerEvent: {} +[34.337599] (-) TimerEvent: {} +[34.438145] (-) TimerEvent: {} +[34.538767] (-) TimerEvent: {} +[34.639890] (-) TimerEvent: {} +[34.740824] (-) TimerEvent: {} +[34.841561] (-) TimerEvent: {} +[34.942253] (-) TimerEvent: {} +[35.043034] (-) TimerEvent: {} +[35.143657] (-) TimerEvent: {} +[35.244408] (-) TimerEvent: {} +[35.345003] (-) TimerEvent: {} +[35.445782] (-) TimerEvent: {} +[35.546443] (-) TimerEvent: {} +[35.647078] (-) TimerEvent: {} +[35.747678] (-) TimerEvent: {} +[35.848218] (-) TimerEvent: {} +[35.948842] (-) TimerEvent: {} +[36.049437] (-) TimerEvent: {} +[36.149979] (-) TimerEvent: {} +[36.250521] (-) TimerEvent: {} +[36.350992] (-) TimerEvent: {} +[36.451660] (-) TimerEvent: {} +[36.552441] (-) TimerEvent: {} +[36.653133] (-) TimerEvent: {} +[36.753652] (-) TimerEvent: {} +[36.854495] (-) TimerEvent: {} +[36.955669] (-) TimerEvent: {} +[37.056167] (-) TimerEvent: {} +[37.156766] (-) TimerEvent: {} +[37.257315] (-) TimerEvent: {} +[37.357780] (-) TimerEvent: {} +[37.458325] (-) TimerEvent: {} +[37.558990] (-) TimerEvent: {} +[37.659743] (-) TimerEvent: {} +[37.760500] (-) TimerEvent: {} +[37.861243] (-) TimerEvent: {} +[37.961992] (-) TimerEvent: {} +[38.062627] (-) TimerEvent: {} +[38.163238] (-) TimerEvent: {} +[38.263919] (-) TimerEvent: {} +[38.364628] (-) TimerEvent: {} +[38.465169] (-) TimerEvent: {} +[38.565771] (-) TimerEvent: {} +[38.666507] (-) TimerEvent: {} +[38.767058] (-) TimerEvent: {} +[38.867576] (-) TimerEvent: {} +[38.968263] (-) TimerEvent: {} +[39.068835] (-) TimerEvent: {} +[39.169445] (-) TimerEvent: {} +[39.270010] (-) TimerEvent: {} +[39.370543] (-) TimerEvent: {} +[39.471228] (-) TimerEvent: {} +[39.571869] (-) TimerEvent: {} +[39.672508] (-) TimerEvent: {} +[39.773166] (-) TimerEvent: {} +[39.873900] (-) TimerEvent: {} +[39.974475] (-) TimerEvent: {} +[40.074950] (-) TimerEvent: {} +[40.175585] (-) TimerEvent: {} +[40.276249] (-) TimerEvent: {} +[40.376936] (-) TimerEvent: {} +[40.477604] (-) TimerEvent: {} +[40.578358] (-) TimerEvent: {} +[40.678969] (-) TimerEvent: {} +[40.779524] (-) TimerEvent: {} +[40.880104] (-) TimerEvent: {} +[40.980717] (-) TimerEvent: {} +[41.081326] (-) TimerEvent: {} +[41.181943] (-) TimerEvent: {} +[41.282538] (-) TimerEvent: {} +[41.383211] (-) TimerEvent: {} +[41.483976] (-) TimerEvent: {} +[41.584668] (-) TimerEvent: {} +[41.685299] (-) TimerEvent: {} +[41.785772] (-) TimerEvent: {} +[41.886310] (-) TimerEvent: {} +[41.986829] (-) TimerEvent: {} +[42.087486] (-) TimerEvent: {} +[42.188040] (-) TimerEvent: {} +[42.288557] (-) TimerEvent: {} +[42.389074] (-) TimerEvent: {} +[42.489585] (-) TimerEvent: {} +[42.590034] (-) TimerEvent: {} +[42.690656] (-) TimerEvent: {} +[42.791369] (-) TimerEvent: {} +[42.892111] (-) TimerEvent: {} +[42.992860] (-) TimerEvent: {} +[43.093467] (-) TimerEvent: {} +[43.194012] (-) TimerEvent: {} +[43.294682] (-) TimerEvent: {} +[43.395528] (-) TimerEvent: {} +[43.496291] (-) TimerEvent: {} +[43.597095] (-) TimerEvent: {} +[43.697684] (-) TimerEvent: {} +[43.798342] (-) TimerEvent: {} +[43.899105] (-) TimerEvent: {} +[43.999772] (-) TimerEvent: {} +[44.100386] (-) TimerEvent: {} +[44.200992] (-) TimerEvent: {} +[44.301529] (-) TimerEvent: {} +[44.402057] (-) TimerEvent: {} +[44.502554] (-) TimerEvent: {} +[44.603124] (-) TimerEvent: {} +[44.703659] (-) TimerEvent: {} +[44.804437] (-) TimerEvent: {} +[44.905097] (-) TimerEvent: {} +[45.005731] (-) TimerEvent: {} +[45.106294] (-) TimerEvent: {} +[45.207047] (-) TimerEvent: {} +[45.307675] (-) TimerEvent: {} +[45.408330] (-) TimerEvent: {} +[45.509002] (-) TimerEvent: {} +[45.609753] (-) TimerEvent: {} +[45.710368] (-) TimerEvent: {} +[45.810981] (-) TimerEvent: {} +[45.911594] (-) TimerEvent: {} +[46.012086] (-) TimerEvent: {} +[46.112692] (-) TimerEvent: {} +[46.213180] (-) TimerEvent: {} +[46.313896] (-) TimerEvent: {} +[46.414585] (-) TimerEvent: {} +[46.515090] (-) TimerEvent: {} +[46.615793] (-) TimerEvent: {} +[46.716417] (-) TimerEvent: {} +[46.817032] (-) TimerEvent: {} +[46.917664] (-) TimerEvent: {} +[47.018334] (-) TimerEvent: {} +[47.118895] (-) TimerEvent: {} +[47.219407] (-) TimerEvent: {} +[47.319913] (-) TimerEvent: {} +[47.420470] (-) TimerEvent: {} +[47.521084] (-) TimerEvent: {} +[47.621692] (-) TimerEvent: {} +[47.722376] (-) TimerEvent: {} +[47.823112] (-) TimerEvent: {} +[47.923817] (-) TimerEvent: {} +[48.024496] (-) TimerEvent: {} +[48.125112] (-) TimerEvent: {} +[48.225694] (-) TimerEvent: {} +[48.326329] (-) TimerEvent: {} +[48.426948] (-) TimerEvent: {} +[48.527572] (-) TimerEvent: {} +[48.628304] (-) TimerEvent: {} +[48.729180] (-) TimerEvent: {} +[48.829885] (-) TimerEvent: {} +[48.930532] (-) TimerEvent: {} +[49.031359] (-) TimerEvent: {} +[49.131828] (-) TimerEvent: {} +[49.232367] (-) TimerEvent: {} +[49.332879] (-) TimerEvent: {} +[49.433529] (-) TimerEvent: {} +[49.534362] (-) TimerEvent: {} +[49.635222] (-) TimerEvent: {} +[49.736291] (-) TimerEvent: {} +[49.837240] (-) TimerEvent: {} +[49.937852] (-) TimerEvent: {} +[50.038339] (-) TimerEvent: {} +[50.138945] (-) TimerEvent: {} +[50.239497] (-) TimerEvent: {} +[50.360218] (-) TimerEvent: {} +[50.460744] (-) TimerEvent: {} +[50.561299] (-) TimerEvent: {} +[50.662004] (-) TimerEvent: {} +[50.762659] (-) TimerEvent: {} +[50.863081] (-) TimerEvent: {} +[50.963639] (-) TimerEvent: {} +[51.064197] (-) TimerEvent: {} +[51.164889] (-) TimerEvent: {} +[51.265506] (-) TimerEvent: {} +[51.366239] (-) TimerEvent: {} +[51.466830] (-) TimerEvent: {} +[51.567253] (-) TimerEvent: {} +[51.667770] (-) TimerEvent: {} +[51.768472] (-) TimerEvent: {} +[51.868895] (-) TimerEvent: {} +[51.953986] (b_obstacle_detector) StdoutLine: {'line': b'[100%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[51.977255] (-) TimerEvent: {} +[52.077628] (-) TimerEvent: {} +[52.178179] (-) TimerEvent: {} +[52.278853] (-) TimerEvent: {} +[52.379556] (-) TimerEvent: {} +[52.480172] (-) TimerEvent: {} +[52.580766] (-) TimerEvent: {} +[52.681228] (-) TimerEvent: {} +[52.736071] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[52.781432] (-) TimerEvent: {} +[52.863361] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[52.924577] (-) TimerEvent: {} +[53.021471] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[53.026298] (-) TimerEvent: {} +[53.095145] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[53.126620] (-) TimerEvent: {} +[53.164279] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[53.182625] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[53.214755] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[53.226886] (-) TimerEvent: {} +[53.261079] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[53.310350] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[53.327121] (-) TimerEvent: {} +[53.355441] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[53.387267] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[53.427403] (-) TimerEvent: {} +[53.430123] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[53.459903] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[53.501606] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[53.527659] (-) TimerEvent: {} +[53.538652] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[53.568260] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[53.595468] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[53.621912] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[53.627880] (-) TimerEvent: {} +[53.647953] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[53.675577] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[53.704526] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[53.728198] (-) TimerEvent: {} +[53.731706] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[53.762774] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[53.795921] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[53.823372] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[53.828464] (-) TimerEvent: {} +[53.845910] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[53.890912] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[53.932151] (-) TimerEvent: {} +[54.032994] (-) TimerEvent: {} +[54.138836] (-) TimerEvent: {} +[54.244987] (-) TimerEvent: {} +[54.347129] (-) TimerEvent: {} +[54.433753] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[54.440443] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_02-44-59/logger_all.log b/log/build_2024-03-15_02-44-59/logger_all.log new file mode 100644 index 0000000..1093710 --- /dev/null +++ b/log/build_2024-03-15_02-44-59/logger_all.log @@ -0,0 +1,138 @@ +[3.383s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.384s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.614s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.614s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.614s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.614s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.614s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.614s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.614s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.615s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.616s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.616s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.616s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.616s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.616s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.616s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.616s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.616s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.657s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.657s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.657s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.657s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.657s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.657s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.658s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.658s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.658s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.658s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.658s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.658s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.658s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.658s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.674s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.675s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.675s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.675s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.676s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.676s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.677s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.677s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.677s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.677s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.679s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.680s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.680s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.680s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.680s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.680s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.824s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.824s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.825s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.825s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.825s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.825s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.825s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.825s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.825s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.825s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.847s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.875s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.877s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.879s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.911s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.912s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.912s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[4.054s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[56.759s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[56.989s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[57.771s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[57.779s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[57.964s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[57.968s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[57.971s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[57.996s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[58.018s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[58.024s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[58.040s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[58.040s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[58.041s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[58.063s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[58.064s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[58.101s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[58.104s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[58.106s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[58.108s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[58.110s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[58.113s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[58.214s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[58.247s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[58.248s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[58.248s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[58.268s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[58.269s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[58.270s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[58.271s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[58.271s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[58.271s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[58.272s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[58.272s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[58.301s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[58.302s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[58.304s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[58.304s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[58.305s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[58.306s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[58.309s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[58.311s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[58.312s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[58.313s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[58.457s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[58.457s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[58.457s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[58.458s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[58.473s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[58.474s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[58.506s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[58.511s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[58.517s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[58.558s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[58.560s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[58.561s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[58.589s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[58.592s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[58.619s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[58.621s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_02-50-47/b_obstacle_detector/command.log b/log/build_2024-03-15_02-50-47/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_02-50-47/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-50-47/b_obstacle_detector/stderr.log b/log/build_2024-03-15_02-50-47/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..f7217ab --- /dev/null +++ b/log/build_2024-03-15_02-50-47/b_obstacle_detector/stderr.log @@ -0,0 +1,7 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:46: error: ‘obs_pose’ was not declared in this scope + 75 | obstacle_pose_array_.poses.push_back(obs_pose); + | ^~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-50-47/b_obstacle_detector/stdout.log b/log/build_2024-03-15_02-50-47/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_02-50-47/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_02-50-47/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_02-50-47/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..58b1b24 --- /dev/null +++ b/log/build_2024-03-15_02-50-47/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,9 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:46: error: ‘obs_pose’ was not declared in this scope + 75 | obstacle_pose_array_.poses.push_back(obs_pose); + | ^~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-50-47/b_obstacle_detector/streams.log b/log/build_2024-03-15_02-50-47/b_obstacle_detector/streams.log new file mode 100644 index 0000000..4c9c231 --- /dev/null +++ b/log/build_2024-03-15_02-50-47/b_obstacle_detector/streams.log @@ -0,0 +1,11 @@ +[0.545s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[1.193s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[1.328s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[22.312s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +[22.313s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:46: error: ‘obs_pose’ was not declared in this scope +[22.313s] 75 | obstacle_pose_array_.poses.push_back(obs_pose); +[22.313s] | ^~~~~~~~ +[35.095s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[35.096s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[35.096s] gmake: *** [Makefile:146: all] Error 2 +[35.106s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-50-47/events.log b/log/build_2024-03-15_02-50-47/events.log new file mode 100644 index 0000000..c36c865 --- /dev/null +++ b/log/build_2024-03-15_02-50-47/events.log @@ -0,0 +1,372 @@ +[0.000000] (-) TimerEvent: {} +[0.103857] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.129121] (-) TimerEvent: {} +[0.131593] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.229740] (-) TimerEvent: {} +[0.333232] (-) TimerEvent: {} +[0.433740] (-) TimerEvent: {} +[0.534229] (-) TimerEvent: {} +[0.636691] (-) TimerEvent: {} +[0.648552] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.656071] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.658285] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.736936] (-) TimerEvent: {} +[0.837906] (-) TimerEvent: {} +[0.938873] (-) TimerEvent: {} +[1.039575] (-) TimerEvent: {} +[1.140281] (-) TimerEvent: {} +[1.241364] (-) TimerEvent: {} +[1.326597] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[1.341684] (-) TimerEvent: {} +[1.442640] (-) TimerEvent: {} +[1.461421] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[1.542824] (-) TimerEvent: {} +[1.643337] (-) TimerEvent: {} +[1.744061] (-) TimerEvent: {} +[1.844740] (-) TimerEvent: {} +[1.945332] (-) TimerEvent: {} +[2.045934] (-) TimerEvent: {} +[2.146415] (-) TimerEvent: {} +[2.246902] (-) TimerEvent: {} +[2.347369] (-) TimerEvent: {} +[2.447891] (-) TimerEvent: {} +[2.548407] (-) TimerEvent: {} +[2.648917] (-) TimerEvent: {} +[2.749430] (-) TimerEvent: {} +[2.850044] (-) TimerEvent: {} +[2.950715] (-) TimerEvent: {} +[3.051434] (-) TimerEvent: {} +[3.152209] (-) TimerEvent: {} +[3.253147] (-) TimerEvent: {} +[3.354036] (-) TimerEvent: {} +[3.454805] (-) TimerEvent: {} +[3.555553] (-) TimerEvent: {} +[3.656190] (-) TimerEvent: {} +[3.756804] (-) TimerEvent: {} +[3.857523] (-) TimerEvent: {} +[3.958373] (-) TimerEvent: {} +[4.059243] (-) TimerEvent: {} +[4.159794] (-) TimerEvent: {} +[4.260390] (-) TimerEvent: {} +[4.360901] (-) TimerEvent: {} +[4.461401] (-) TimerEvent: {} +[4.561861] (-) TimerEvent: {} +[4.662288] (-) TimerEvent: {} +[4.762800] (-) TimerEvent: {} +[4.863409] (-) TimerEvent: {} +[4.963953] (-) TimerEvent: {} +[5.064725] (-) TimerEvent: {} +[5.165225] (-) TimerEvent: {} +[5.265797] (-) TimerEvent: {} +[5.366762] (-) TimerEvent: {} +[5.467506] (-) TimerEvent: {} +[5.568373] (-) TimerEvent: {} +[5.669353] (-) TimerEvent: {} +[5.770191] (-) TimerEvent: {} +[5.870725] (-) TimerEvent: {} +[5.971315] (-) TimerEvent: {} +[6.071967] (-) TimerEvent: {} +[6.172695] (-) TimerEvent: {} +[6.273601] (-) TimerEvent: {} +[6.374267] (-) TimerEvent: {} +[6.475050] (-) TimerEvent: {} +[6.575792] (-) TimerEvent: {} +[6.676482] (-) TimerEvent: {} +[6.777037] (-) TimerEvent: {} +[6.877622] (-) TimerEvent: {} +[6.978376] (-) TimerEvent: {} +[7.078992] (-) TimerEvent: {} +[7.179605] (-) TimerEvent: {} +[7.280283] (-) TimerEvent: {} +[7.380985] (-) TimerEvent: {} +[7.481605] (-) TimerEvent: {} +[7.582241] (-) TimerEvent: {} +[7.682838] (-) TimerEvent: {} +[7.783662] (-) TimerEvent: {} +[7.884493] (-) TimerEvent: {} +[7.985328] (-) TimerEvent: {} +[8.086257] (-) TimerEvent: {} +[8.187110] (-) TimerEvent: {} +[8.287957] (-) TimerEvent: {} +[8.388789] (-) TimerEvent: {} +[8.489396] (-) TimerEvent: {} +[8.590006] (-) TimerEvent: {} +[8.690929] (-) TimerEvent: {} +[8.791867] (-) TimerEvent: {} +[8.892607] (-) TimerEvent: {} +[8.993258] (-) TimerEvent: {} +[9.094025] (-) TimerEvent: {} +[9.194747] (-) TimerEvent: {} +[9.295432] (-) TimerEvent: {} +[9.396073] (-) TimerEvent: {} +[9.496711] (-) TimerEvent: {} +[9.597423] (-) TimerEvent: {} +[9.698073] (-) TimerEvent: {} +[9.798550] (-) TimerEvent: {} +[9.899100] (-) TimerEvent: {} +[9.999817] (-) TimerEvent: {} +[10.100424] (-) TimerEvent: {} +[10.200917] (-) TimerEvent: {} +[10.301437] (-) TimerEvent: {} +[10.402019] (-) TimerEvent: {} +[10.502662] (-) TimerEvent: {} +[10.603331] (-) TimerEvent: {} +[10.703999] (-) TimerEvent: {} +[10.804732] (-) TimerEvent: {} +[10.905685] (-) TimerEvent: {} +[11.006429] (-) TimerEvent: {} +[11.107261] (-) TimerEvent: {} +[11.208276] (-) TimerEvent: {} +[11.309081] (-) TimerEvent: {} +[11.409838] (-) TimerEvent: {} +[11.510851] (-) TimerEvent: {} +[11.612242] (-) TimerEvent: {} +[11.712983] (-) TimerEvent: {} +[11.813669] (-) TimerEvent: {} +[11.914507] (-) TimerEvent: {} +[12.015150] (-) TimerEvent: {} +[12.115945] (-) TimerEvent: {} +[12.216599] (-) TimerEvent: {} +[12.317200] (-) TimerEvent: {} +[12.417761] (-) TimerEvent: {} +[12.518446] (-) TimerEvent: {} +[12.619029] (-) TimerEvent: {} +[12.719586] (-) TimerEvent: {} +[12.820185] (-) TimerEvent: {} +[12.920795] (-) TimerEvent: {} +[13.021510] (-) TimerEvent: {} +[13.122266] (-) TimerEvent: {} +[13.223039] (-) TimerEvent: {} +[13.323712] (-) TimerEvent: {} +[13.424584] (-) TimerEvent: {} +[13.525479] (-) TimerEvent: {} +[13.626177] (-) TimerEvent: {} +[13.726886] (-) TimerEvent: {} +[13.827488] (-) TimerEvent: {} +[13.928075] (-) TimerEvent: {} +[14.028618] (-) TimerEvent: {} +[14.129200] (-) TimerEvent: {} +[14.229848] (-) TimerEvent: {} +[14.330454] (-) TimerEvent: {} +[14.431213] (-) TimerEvent: {} +[14.531716] (-) TimerEvent: {} +[14.632497] (-) TimerEvent: {} +[14.733359] (-) TimerEvent: {} +[14.834162] (-) TimerEvent: {} +[14.934806] (-) TimerEvent: {} +[15.035390] (-) TimerEvent: {} +[15.136214] (-) TimerEvent: {} +[15.236670] (-) TimerEvent: {} +[15.337118] (-) TimerEvent: {} +[15.437651] (-) TimerEvent: {} +[15.538215] (-) TimerEvent: {} +[15.639009] (-) TimerEvent: {} +[15.739683] (-) TimerEvent: {} +[15.840511] (-) TimerEvent: {} +[15.941307] (-) TimerEvent: {} +[16.042033] (-) TimerEvent: {} +[16.142631] (-) TimerEvent: {} +[16.243268] (-) TimerEvent: {} +[16.343963] (-) TimerEvent: {} +[16.444768] (-) TimerEvent: {} +[16.545532] (-) TimerEvent: {} +[16.646357] (-) TimerEvent: {} +[16.747092] (-) TimerEvent: {} +[16.847740] (-) TimerEvent: {} +[16.948536] (-) TimerEvent: {} +[17.049256] (-) TimerEvent: {} +[17.149892] (-) TimerEvent: {} +[17.250596] (-) TimerEvent: {} +[17.351255] (-) TimerEvent: {} +[17.451730] (-) TimerEvent: {} +[17.552256] (-) TimerEvent: {} +[17.652780] (-) TimerEvent: {} +[17.753497] (-) TimerEvent: {} +[17.854262] (-) TimerEvent: {} +[17.956799] (-) TimerEvent: {} +[18.057605] (-) TimerEvent: {} +[18.158347] (-) TimerEvent: {} +[18.259178] (-) TimerEvent: {} +[18.360034] (-) TimerEvent: {} +[18.460866] (-) TimerEvent: {} +[18.561685] (-) TimerEvent: {} +[18.662864] (-) TimerEvent: {} +[18.764161] (-) TimerEvent: {} +[18.864879] (-) TimerEvent: {} +[18.965646] (-) TimerEvent: {} +[19.066407] (-) TimerEvent: {} +[19.167141] (-) TimerEvent: {} +[19.267834] (-) TimerEvent: {} +[19.368445] (-) TimerEvent: {} +[19.469016] (-) TimerEvent: {} +[19.569648] (-) TimerEvent: {} +[19.670269] (-) TimerEvent: {} +[19.770930] (-) TimerEvent: {} +[19.871676] (-) TimerEvent: {} +[19.972257] (-) TimerEvent: {} +[20.072900] (-) TimerEvent: {} +[20.173563] (-) TimerEvent: {} +[20.274232] (-) TimerEvent: {} +[20.374908] (-) TimerEvent: {} +[20.475630] (-) TimerEvent: {} +[20.576297] (-) TimerEvent: {} +[20.676979] (-) TimerEvent: {} +[20.777619] (-) TimerEvent: {} +[20.878509] (-) TimerEvent: {} +[20.979125] (-) TimerEvent: {} +[21.079858] (-) TimerEvent: {} +[21.180545] (-) TimerEvent: {} +[21.281258] (-) TimerEvent: {} +[21.381985] (-) TimerEvent: {} +[21.482648] (-) TimerEvent: {} +[21.583454] (-) TimerEvent: {} +[21.684152] (-) TimerEvent: {} +[21.784910] (-) TimerEvent: {} +[21.885515] (-) TimerEvent: {} +[21.986074] (-) TimerEvent: {} +[22.086817] (-) TimerEvent: {} +[22.187453] (-) TimerEvent: {} +[22.287970] (-) TimerEvent: {} +[22.388516] (-) TimerEvent: {} +[22.445492] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::scan_obstacle()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[22.446064] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:46:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kobs_pose\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[22.446266] (b_obstacle_detector) StderrLine: {'line': b' 75 | obstacle_pose_array_.poses.push_back(\x1b[01;31m\x1b[Kobs_pose\x1b[m\x1b[K);\n'} +[22.446509] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~\x1b[m\x1b[K\n'} +[22.488777] (-) TimerEvent: {} +[22.589483] (-) TimerEvent: {} +[22.690313] (-) TimerEvent: {} +[22.790992] (-) TimerEvent: {} +[22.891671] (-) TimerEvent: {} +[22.992380] (-) TimerEvent: {} +[23.093086] (-) TimerEvent: {} +[23.193745] (-) TimerEvent: {} +[23.294372] (-) TimerEvent: {} +[23.395043] (-) TimerEvent: {} +[23.495657] (-) TimerEvent: {} +[23.596259] (-) TimerEvent: {} +[23.696779] (-) TimerEvent: {} +[23.797594] (-) TimerEvent: {} +[23.898315] (-) TimerEvent: {} +[23.998992] (-) TimerEvent: {} +[24.099593] (-) TimerEvent: {} +[24.200183] (-) TimerEvent: {} +[24.300720] (-) TimerEvent: {} +[24.401270] (-) TimerEvent: {} +[24.501793] (-) TimerEvent: {} +[24.602304] (-) TimerEvent: {} +[24.702852] (-) TimerEvent: {} +[24.803456] (-) TimerEvent: {} +[24.904191] (-) TimerEvent: {} +[25.004956] (-) TimerEvent: {} +[25.105826] (-) TimerEvent: {} +[25.206464] (-) TimerEvent: {} +[25.307237] (-) TimerEvent: {} +[25.407916] (-) TimerEvent: {} +[25.508712] (-) TimerEvent: {} +[25.609381] (-) TimerEvent: {} +[25.709973] (-) TimerEvent: {} +[25.810651] (-) TimerEvent: {} +[25.911258] (-) TimerEvent: {} +[26.012019] (-) TimerEvent: {} +[26.112787] (-) TimerEvent: {} +[26.213401] (-) TimerEvent: {} +[26.314050] (-) TimerEvent: {} +[26.414668] (-) TimerEvent: {} +[26.515353] (-) TimerEvent: {} +[26.615965] (-) TimerEvent: {} +[26.716592] (-) TimerEvent: {} +[26.817229] (-) TimerEvent: {} +[26.917871] (-) TimerEvent: {} +[27.018566] (-) TimerEvent: {} +[27.119115] (-) TimerEvent: {} +[27.219713] (-) TimerEvent: {} +[27.320342] (-) TimerEvent: {} +[27.420968] (-) TimerEvent: {} +[27.521614] (-) TimerEvent: {} +[27.622237] (-) TimerEvent: {} +[27.722924] (-) TimerEvent: {} +[27.823650] (-) TimerEvent: {} +[27.924334] (-) TimerEvent: {} +[28.025140] (-) TimerEvent: {} +[28.125869] (-) TimerEvent: {} +[28.226458] (-) TimerEvent: {} +[28.327142] (-) TimerEvent: {} +[28.427939] (-) TimerEvent: {} +[28.528709] (-) TimerEvent: {} +[28.629368] (-) TimerEvent: {} +[28.730103] (-) TimerEvent: {} +[28.830723] (-) TimerEvent: {} +[28.931562] (-) TimerEvent: {} +[29.032276] (-) TimerEvent: {} +[29.132994] (-) TimerEvent: {} +[29.233781] (-) TimerEvent: {} +[29.334566] (-) TimerEvent: {} +[29.435291] (-) TimerEvent: {} +[29.536063] (-) TimerEvent: {} +[29.636705] (-) TimerEvent: {} +[29.737383] (-) TimerEvent: {} +[29.838202] (-) TimerEvent: {} +[29.939113] (-) TimerEvent: {} +[30.039893] (-) TimerEvent: {} +[30.140681] (-) TimerEvent: {} +[30.241285] (-) TimerEvent: {} +[30.341996] (-) TimerEvent: {} +[30.442676] (-) TimerEvent: {} +[30.543379] (-) TimerEvent: {} +[30.644074] (-) TimerEvent: {} +[30.744698] (-) TimerEvent: {} +[30.845549] (-) TimerEvent: {} +[30.946132] (-) TimerEvent: {} +[31.046692] (-) TimerEvent: {} +[31.147496] (-) TimerEvent: {} +[31.248174] (-) TimerEvent: {} +[31.348765] (-) TimerEvent: {} +[31.449427] (-) TimerEvent: {} +[31.550042] (-) TimerEvent: {} +[31.650635] (-) TimerEvent: {} +[31.751213] (-) TimerEvent: {} +[31.851772] (-) TimerEvent: {} +[31.952416] (-) TimerEvent: {} +[32.053094] (-) TimerEvent: {} +[32.153678] (-) TimerEvent: {} +[32.254218] (-) TimerEvent: {} +[32.354812] (-) TimerEvent: {} +[32.455638] (-) TimerEvent: {} +[32.556219] (-) TimerEvent: {} +[32.656895] (-) TimerEvent: {} +[32.757615] (-) TimerEvent: {} +[32.858320] (-) TimerEvent: {} +[32.959080] (-) TimerEvent: {} +[33.059886] (-) TimerEvent: {} +[33.160549] (-) TimerEvent: {} +[33.261106] (-) TimerEvent: {} +[33.361655] (-) TimerEvent: {} +[33.462165] (-) TimerEvent: {} +[33.562634] (-) TimerEvent: {} +[33.663157] (-) TimerEvent: {} +[33.763761] (-) TimerEvent: {} +[33.864332] (-) TimerEvent: {} +[33.964871] (-) TimerEvent: {} +[34.065436] (-) TimerEvent: {} +[34.166009] (-) TimerEvent: {} +[34.266627] (-) TimerEvent: {} +[34.367162] (-) TimerEvent: {} +[34.467804] (-) TimerEvent: {} +[34.568558] (-) TimerEvent: {} +[34.669214] (-) TimerEvent: {} +[34.769734] (-) TimerEvent: {} +[34.870311] (-) TimerEvent: {} +[34.971022] (-) TimerEvent: {} +[35.071715] (-) TimerEvent: {} +[35.172462] (-) TimerEvent: {} +[35.226041] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[35.229095] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[35.229469] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[35.239032] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[35.272763] (-) TimerEvent: {} +[35.373613] (-) TimerEvent: {} +[35.474761] (-) TimerEvent: {} +[35.576554] (-) TimerEvent: {} +[35.671903] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[35.676859] (-) TimerEvent: {} +[35.684135] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_02-50-47/logger_all.log b/log/build_2024-03-15_02-50-47/logger_all.log new file mode 100644 index 0000000..1dbee3c --- /dev/null +++ b/log/build_2024-03-15_02-50-47/logger_all.log @@ -0,0 +1,118 @@ +[3.460s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.462s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.701s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.702s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.702s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.702s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.702s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.702s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.703s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.703s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.704s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.704s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.705s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.705s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.705s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.705s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.706s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.706s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.755s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.755s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.755s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.755s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.755s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.757s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.757s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.757s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.757s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.757s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.757s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.778s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.779s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.780s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.780s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.781s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.781s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.781s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.781s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.782s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.782s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.783s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.783s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.784s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.784s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.784s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.784s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.784s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.784s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.784s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.785s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.785s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.785s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.785s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.785s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.785s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.785s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.785s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.785s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.785s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[4.291s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[4.291s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[4.313s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[4.313s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[4.313s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[4.314s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[4.314s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[4.314s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[4.314s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[4.314s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[4.341s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[4.454s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[4.557s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[4.582s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[4.724s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[4.724s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[4.724s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[5.133s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[39.694s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[39.901s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[39.990s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[40.005s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[40.009s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[40.049s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[40.054s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[40.057s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[40.062s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[40.063s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[40.063s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[40.076s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[40.077s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[40.106s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[40.111s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[40.114s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[40.118s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[40.121s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[40.123s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[40.136s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[40.137s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[40.137s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[40.138s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[40.248s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[40.249s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[40.249s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[40.249s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[40.260s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[40.261s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[40.292s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[40.297s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[40.305s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[40.341s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[40.345s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[40.348s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[40.391s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[40.393s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[40.434s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[40.437s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_02-52-23/b_obstacle_detector/command.log b/log/build_2024-03-15_02-52-23/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_02-52-23/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-52-23/b_obstacle_detector/stderr.log b/log/build_2024-03-15_02-52-23/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..a9ead78 --- /dev/null +++ b/log/build_2024-03-15_02-52-23/b_obstacle_detector/stderr.log @@ -0,0 +1,29 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:45: error: no matching function for call to ‘std::vector >, std::allocator > > >::push_back(geometry_msgs::msg::PoseArray&)’ + 75 | obstacle_pose_array_.poses.push_back(obstacle_pose_array_); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ +In file included from /usr/include/c++/11/vector:67, + from /usr/include/c++/11/functional:62, + from /usr/include/c++/11/pstl/glue_algorithm_defs.h:13, + from /usr/include/c++/11/algorithm:74, + from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:18, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/usr/include/c++/11/bits/stl_vector.h:1187:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = geometry_msgs::msg::Pose_ >; _Alloc = std::allocator > >; std::vector<_Tp, _Alloc>::value_type = geometry_msgs::msg::Pose_ >]’ + 1187 | push_back(const value_type& __x) + | ^~~~~~~~~ +/usr/include/c++/11/bits/stl_vector.h:1187:35: note:  no known conversion for argument 1 from ‘geometry_msgs::msg::PoseArray’ {aka ‘geometry_msgs::msg::PoseArray_ >’} to ‘const value_type&’ {aka ‘const geometry_msgs::msg::Pose_ >&’} + 1187 | push_back(const value_type& __x) + | ~~~~~~~~~~~~~~~~~~^~~ +/usr/include/c++/11/bits/stl_vector.h:1203:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = geometry_msgs::msg::Pose_ >; _Alloc = std::allocator > >; std::vector<_Tp, _Alloc>::value_type = geometry_msgs::msg::Pose_ >]’ + 1203 | push_back(value_type&& __x) + | ^~~~~~~~~ +/usr/include/c++/11/bits/stl_vector.h:1203:30: note:  no known conversion for argument 1 from ‘geometry_msgs::msg::PoseArray’ {aka ‘geometry_msgs::msg::PoseArray_ >’} to ‘std::vector >, std::allocator > > >::value_type&&’ {aka ‘geometry_msgs::msg::Pose_ >&&’} + 1203 | push_back(value_type&& __x) + | ~~~~~~~~~~~~~^~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-52-23/b_obstacle_detector/stdout.log b/log/build_2024-03-15_02-52-23/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_02-52-23/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_02-52-23/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_02-52-23/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..5fe097f --- /dev/null +++ b/log/build_2024-03-15_02-52-23/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,31 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:45: error: no matching function for call to ‘std::vector >, std::allocator > > >::push_back(geometry_msgs::msg::PoseArray&)’ + 75 | obstacle_pose_array_.poses.push_back(obstacle_pose_array_); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ +In file included from /usr/include/c++/11/vector:67, + from /usr/include/c++/11/functional:62, + from /usr/include/c++/11/pstl/glue_algorithm_defs.h:13, + from /usr/include/c++/11/algorithm:74, + from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:18, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/usr/include/c++/11/bits/stl_vector.h:1187:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = geometry_msgs::msg::Pose_ >; _Alloc = std::allocator > >; std::vector<_Tp, _Alloc>::value_type = geometry_msgs::msg::Pose_ >]’ + 1187 | push_back(const value_type& __x) + | ^~~~~~~~~ +/usr/include/c++/11/bits/stl_vector.h:1187:35: note:  no known conversion for argument 1 from ‘geometry_msgs::msg::PoseArray’ {aka ‘geometry_msgs::msg::PoseArray_ >’} to ‘const value_type&’ {aka ‘const geometry_msgs::msg::Pose_ >&’} + 1187 | push_back(const value_type& __x) + | ~~~~~~~~~~~~~~~~~~^~~ +/usr/include/c++/11/bits/stl_vector.h:1203:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = geometry_msgs::msg::Pose_ >; _Alloc = std::allocator > >; std::vector<_Tp, _Alloc>::value_type = geometry_msgs::msg::Pose_ >]’ + 1203 | push_back(value_type&& __x) + | ^~~~~~~~~ +/usr/include/c++/11/bits/stl_vector.h:1203:30: note:  no known conversion for argument 1 from ‘geometry_msgs::msg::PoseArray’ {aka ‘geometry_msgs::msg::PoseArray_ >’} to ‘std::vector >, std::allocator > > >::value_type&&’ {aka ‘geometry_msgs::msg::Pose_ >&&’} + 1203 | push_back(value_type&& __x) + | ~~~~~~~~~~~~~^~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-52-23/b_obstacle_detector/streams.log b/log/build_2024-03-15_02-52-23/b_obstacle_detector/streams.log new file mode 100644 index 0000000..023f5a9 --- /dev/null +++ b/log/build_2024-03-15_02-52-23/b_obstacle_detector/streams.log @@ -0,0 +1,33 @@ +[0.295s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.455s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.516s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[8.958s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +[8.958s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:45: error: no matching function for call to ‘std::vector >, std::allocator > > >::push_back(geometry_msgs::msg::PoseArray&)’ +[8.959s] 75 | obstacle_pose_array_.poses.push_back(obstacle_pose_array_); +[8.960s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ +[8.962s] In file included from /usr/include/c++/11/vector:67, +[8.963s] from /usr/include/c++/11/functional:62, +[8.963s] from /usr/include/c++/11/pstl/glue_algorithm_defs.h:13, +[8.964s] from /usr/include/c++/11/algorithm:74, +[8.964s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:18, +[8.964s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, +[8.965s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, +[8.966s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[8.967s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[8.967s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[8.968s] /usr/include/c++/11/bits/stl_vector.h:1187:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = geometry_msgs::msg::Pose_ >; _Alloc = std::allocator > >; std::vector<_Tp, _Alloc>::value_type = geometry_msgs::msg::Pose_ >]’ +[8.968s] 1187 | push_back(const value_type& __x) +[8.968s] | ^~~~~~~~~ +[8.969s] /usr/include/c++/11/bits/stl_vector.h:1187:35: note:  no known conversion for argument 1 from ‘geometry_msgs::msg::PoseArray’ {aka ‘geometry_msgs::msg::PoseArray_ >’} to ‘const value_type&’ {aka ‘const geometry_msgs::msg::Pose_ >&’} +[8.969s] 1187 | push_back(const value_type& __x) +[8.970s] | ~~~~~~~~~~~~~~~~~~^~~ +[8.970s] /usr/include/c++/11/bits/stl_vector.h:1203:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = geometry_msgs::msg::Pose_ >; _Alloc = std::allocator > >; std::vector<_Tp, _Alloc>::value_type = geometry_msgs::msg::Pose_ >]’ +[8.971s] 1203 | push_back(value_type&& __x) +[8.972s] | ^~~~~~~~~ +[8.972s] /usr/include/c++/11/bits/stl_vector.h:1203:30: note:  no known conversion for argument 1 from ‘geometry_msgs::msg::PoseArray’ {aka ‘geometry_msgs::msg::PoseArray_ >’} to ‘std::vector >, std::allocator > > >::value_type&&’ {aka ‘geometry_msgs::msg::Pose_ >&&’} +[8.973s] 1203 | push_back(value_type&& __x) +[8.973s] | ~~~~~~~~~~~~~^~~ +[15.697s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[15.697s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[15.698s] gmake: *** [Makefile:146: all] Error 2 +[15.709s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-52-23/events.log b/log/build_2024-03-15_02-52-23/events.log new file mode 100644 index 0000000..adf83c6 --- /dev/null +++ b/log/build_2024-03-15_02-52-23/events.log @@ -0,0 +1,197 @@ +[0.000000] (-) TimerEvent: {} +[0.000681] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001032] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.096447] (-) TimerEvent: {} +[0.200707] (-) TimerEvent: {} +[0.257059] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.260082] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.262715] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.300980] (-) TimerEvent: {} +[0.401690] (-) TimerEvent: {} +[0.455893] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.501973] (-) TimerEvent: {} +[0.516703] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.602295] (-) TimerEvent: {} +[0.703006] (-) TimerEvent: {} +[0.803594] (-) TimerEvent: {} +[0.904190] (-) TimerEvent: {} +[1.004918] (-) TimerEvent: {} +[1.105460] (-) TimerEvent: {} +[1.206182] (-) TimerEvent: {} +[1.306806] (-) TimerEvent: {} +[1.407330] (-) TimerEvent: {} +[1.507965] (-) TimerEvent: {} +[1.608637] (-) TimerEvent: {} +[1.709209] (-) TimerEvent: {} +[1.809988] (-) TimerEvent: {} +[1.910824] (-) TimerEvent: {} +[2.011488] (-) TimerEvent: {} +[2.112042] (-) TimerEvent: {} +[2.212571] (-) TimerEvent: {} +[2.313363] (-) TimerEvent: {} +[2.414045] (-) TimerEvent: {} +[2.514632] (-) TimerEvent: {} +[2.615450] (-) TimerEvent: {} +[2.716175] (-) TimerEvent: {} +[2.817033] (-) TimerEvent: {} +[2.917977] (-) TimerEvent: {} +[3.019258] (-) TimerEvent: {} +[3.120130] (-) TimerEvent: {} +[3.220722] (-) TimerEvent: {} +[3.321347] (-) TimerEvent: {} +[3.422034] (-) TimerEvent: {} +[3.522745] (-) TimerEvent: {} +[3.623325] (-) TimerEvent: {} +[3.724011] (-) TimerEvent: {} +[3.824679] (-) TimerEvent: {} +[3.925288] (-) TimerEvent: {} +[4.025917] (-) TimerEvent: {} +[4.126639] (-) TimerEvent: {} +[4.227376] (-) TimerEvent: {} +[4.327974] (-) TimerEvent: {} +[4.428499] (-) TimerEvent: {} +[4.528920] (-) TimerEvent: {} +[4.629387] (-) TimerEvent: {} +[4.729950] (-) TimerEvent: {} +[4.830632] (-) TimerEvent: {} +[4.931378] (-) TimerEvent: {} +[5.032179] (-) TimerEvent: {} +[5.133038] (-) TimerEvent: {} +[5.233846] (-) TimerEvent: {} +[5.334521] (-) TimerEvent: {} +[5.435187] (-) TimerEvent: {} +[5.535818] (-) TimerEvent: {} +[5.636493] (-) TimerEvent: {} +[5.737083] (-) TimerEvent: {} +[5.837976] (-) TimerEvent: {} +[5.938780] (-) TimerEvent: {} +[6.039668] (-) TimerEvent: {} +[6.140781] (-) TimerEvent: {} +[6.241403] (-) TimerEvent: {} +[6.342121] (-) TimerEvent: {} +[6.442955] (-) TimerEvent: {} +[6.543677] (-) TimerEvent: {} +[6.644257] (-) TimerEvent: {} +[6.744801] (-) TimerEvent: {} +[6.845401] (-) TimerEvent: {} +[6.945899] (-) TimerEvent: {} +[7.046421] (-) TimerEvent: {} +[7.146952] (-) TimerEvent: {} +[7.247618] (-) TimerEvent: {} +[7.348266] (-) TimerEvent: {} +[7.449011] (-) TimerEvent: {} +[7.549788] (-) TimerEvent: {} +[7.650577] (-) TimerEvent: {} +[7.751426] (-) TimerEvent: {} +[7.852191] (-) TimerEvent: {} +[7.952874] (-) TimerEvent: {} +[8.053501] (-) TimerEvent: {} +[8.154177] (-) TimerEvent: {} +[8.254924] (-) TimerEvent: {} +[8.355735] (-) TimerEvent: {} +[8.456494] (-) TimerEvent: {} +[8.557094] (-) TimerEvent: {} +[8.657945] (-) TimerEvent: {} +[8.758686] (-) TimerEvent: {} +[8.859357] (-) TimerEvent: {} +[8.958333] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::scan_obstacle()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[8.959157] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:45:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[Kstd::vector >, std::allocator > > >::push_back(geometry_msgs::msg::PoseArray&)\x1b[m\x1b[K\xe2\x80\x99\n'} +[8.959454] (-) TimerEvent: {} +[8.959785] (b_obstacle_detector) StderrLine: {'line': b' 75 | \x1b[01;31m\x1b[Kobstacle_pose_array_.poses.push_back(obstacle_pose_array_)\x1b[m\x1b[K;\n'} +[8.960272] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[8.963024] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/usr/include/c++/11/vector:67\x1b[m\x1b[K,\n'} +[8.963627] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/usr/include/c++/11/functional:62\x1b[m\x1b[K,\n'} +[8.963962] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/usr/include/c++/11/pstl/glue_algorithm_defs.h:13\x1b[m\x1b[K,\n'} +[8.964360] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/usr/include/c++/11/algorithm:74\x1b[m\x1b[K,\n'} +[8.964774] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:18\x1b[m\x1b[K,\n'} +[8.965137] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25\x1b[m\x1b[K,\n'} +[8.965525] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21\x1b[m\x1b[K,\n'} +[8.966930] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[8.967465] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[8.967971] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[8.968440] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/usr/include/c++/11/bits/stl_vector.h:1187:7:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kvoid std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = geometry_msgs::msg::Pose_ >; _Alloc = std::allocator > >; std::vector<_Tp, _Alloc>::value_type = geometry_msgs::msg::Pose_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[8.968870] (b_obstacle_detector) StderrLine: {'line': b' 1187 | \x1b[01;36m\x1b[Kpush_back\x1b[m\x1b[K(const value_type& __x)\n'} +[8.969255] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[8.969561] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/usr/include/c++/11/bits/stl_vector.h:1187:35:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 1 from \xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs::msg::PoseArray\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs::msg::PoseArray_ >\x1b[m\x1b[K\xe2\x80\x99} to \xe2\x80\x98\x1b[01m\x1b[Kconst value_type&\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kconst geometry_msgs::msg::Pose_ >&\x1b[m\x1b[K\xe2\x80\x99}\n'} +[8.969989] (b_obstacle_detector) StderrLine: {'line': b' 1187 | push_back(\x1b[01;36m\x1b[Kconst value_type& __x\x1b[m\x1b[K)\n'} +[8.970416] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~^~~\x1b[m\x1b[K\n'} +[8.970789] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/usr/include/c++/11/bits/stl_vector.h:1203:7:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kvoid std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = geometry_msgs::msg::Pose_ >; _Alloc = std::allocator > >; std::vector<_Tp, _Alloc>::value_type = geometry_msgs::msg::Pose_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[8.971936] (b_obstacle_detector) StderrLine: {'line': b' 1203 | \x1b[01;36m\x1b[Kpush_back\x1b[m\x1b[K(value_type&& __x)\n'} +[8.972607] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[8.973025] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/usr/include/c++/11/bits/stl_vector.h:1203:30:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 1 from \xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs::msg::PoseArray\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs::msg::PoseArray_ >\x1b[m\x1b[K\xe2\x80\x99} to \xe2\x80\x98\x1b[01m\x1b[Kstd::vector >, std::allocator > > >::value_type&&\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs::msg::Pose_ >&&\x1b[m\x1b[K\xe2\x80\x99}\n'} +[8.973565] (b_obstacle_detector) StderrLine: {'line': b' 1203 | push_back(\x1b[01;36m\x1b[Kvalue_type&& __x\x1b[m\x1b[K)\n'} +[8.974048] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~^~~\x1b[m\x1b[K\n'} +[9.059719] (-) TimerEvent: {} +[9.160293] (-) TimerEvent: {} +[9.260859] (-) TimerEvent: {} +[9.361614] (-) TimerEvent: {} +[9.462289] (-) TimerEvent: {} +[9.562900] (-) TimerEvent: {} +[9.663461] (-) TimerEvent: {} +[9.764114] (-) TimerEvent: {} +[9.864824] (-) TimerEvent: {} +[9.965605] (-) TimerEvent: {} +[10.066432] (-) TimerEvent: {} +[10.167296] (-) TimerEvent: {} +[10.268224] (-) TimerEvent: {} +[10.368949] (-) TimerEvent: {} +[10.469632] (-) TimerEvent: {} +[10.570261] (-) TimerEvent: {} +[10.670936] (-) TimerEvent: {} +[10.771511] (-) TimerEvent: {} +[10.872135] (-) TimerEvent: {} +[10.972836] (-) TimerEvent: {} +[11.073449] (-) TimerEvent: {} +[11.223292] (-) TimerEvent: {} +[11.323866] (-) TimerEvent: {} +[11.424374] (-) TimerEvent: {} +[11.525072] (-) TimerEvent: {} +[11.625642] (-) TimerEvent: {} +[11.728363] (-) TimerEvent: {} +[11.829263] (-) TimerEvent: {} +[11.929886] (-) TimerEvent: {} +[12.030587] (-) TimerEvent: {} +[12.150109] (-) TimerEvent: {} +[12.250841] (-) TimerEvent: {} +[12.351498] (-) TimerEvent: {} +[12.452417] (-) TimerEvent: {} +[12.553021] (-) TimerEvent: {} +[12.653732] (-) TimerEvent: {} +[12.754316] (-) TimerEvent: {} +[12.854997] (-) TimerEvent: {} +[12.955933] (-) TimerEvent: {} +[13.056685] (-) TimerEvent: {} +[13.157473] (-) TimerEvent: {} +[13.258339] (-) TimerEvent: {} +[13.359148] (-) TimerEvent: {} +[13.459917] (-) TimerEvent: {} +[13.560529] (-) TimerEvent: {} +[13.661095] (-) TimerEvent: {} +[13.761773] (-) TimerEvent: {} +[13.862328] (-) TimerEvent: {} +[13.962924] (-) TimerEvent: {} +[14.063605] (-) TimerEvent: {} +[14.164206] (-) TimerEvent: {} +[14.264770] (-) TimerEvent: {} +[14.365263] (-) TimerEvent: {} +[14.465777] (-) TimerEvent: {} +[14.566475] (-) TimerEvent: {} +[14.667067] (-) TimerEvent: {} +[14.767888] (-) TimerEvent: {} +[14.868441] (-) TimerEvent: {} +[14.968924] (-) TimerEvent: {} +[15.069451] (-) TimerEvent: {} +[15.169919] (-) TimerEvent: {} +[15.270496] (-) TimerEvent: {} +[15.371126] (-) TimerEvent: {} +[15.471882] (-) TimerEvent: {} +[15.572582] (-) TimerEvent: {} +[15.673240] (-) TimerEvent: {} +[15.696995] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[15.697970] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[15.698841] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[15.706058] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[15.773435] (-) TimerEvent: {} +[15.874612] (-) TimerEvent: {} +[15.935372] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[15.946723] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_02-52-23/logger_all.log b/log/build_2024-03-15_02-52-23/logger_all.log new file mode 100644 index 0000000..44b7a22 --- /dev/null +++ b/log/build_2024-03-15_02-52-23/logger_all.log @@ -0,0 +1,118 @@ +[1.384s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.384s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[1.455s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[1.455s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[1.455s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[1.455s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[1.455s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[1.455s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[1.456s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[1.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[1.478s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[1.478s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[1.478s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[1.478s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[1.478s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[1.479s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[1.479s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[1.479s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[1.479s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[1.479s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[1.479s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[1.479s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[1.479s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[1.480s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[1.485s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[1.486s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[1.486s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[1.486s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[1.486s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[1.486s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[1.486s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[1.487s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[1.487s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[1.487s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[1.487s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[1.487s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[1.487s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[1.487s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[1.488s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[1.488s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[1.488s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[1.488s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[1.488s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[1.488s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[1.687s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[1.687s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[1.688s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.688s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[1.688s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[1.688s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[1.688s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[1.688s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[1.688s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.688s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[1.730s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.785s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.787s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[1.790s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[1.887s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.888s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.889s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.085s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[17.497s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[17.605s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[17.636s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[17.638s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[17.639s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[17.671s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[17.673s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[17.674s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[17.679s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[17.680s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[17.680s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[17.684s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[17.684s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[17.710s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[17.712s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[17.714s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[17.717s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[17.719s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[17.721s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[17.733s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[17.733s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[17.734s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[17.734s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[17.798s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[17.798s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[17.798s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[17.798s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[17.803s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[17.804s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[17.834s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[17.839s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[17.844s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[17.870s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[17.872s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[17.873s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[17.909s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[17.910s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[17.938s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[17.939s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_02-53-10/b_obstacle_detector/command.log b/log/build_2024-03-15_02-53-10/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_02-53-10/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-53-10/b_obstacle_detector/stderr.log b/log/build_2024-03-15_02-53-10/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..a36b4d3 --- /dev/null +++ b/log/build_2024-03-15_02-53-10/b_obstacle_detector/stderr.log @@ -0,0 +1,7 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:35: error: base operand of ‘->’ has non-pointer type ‘geometry_msgs::msg::PoseArray_ >::_poses_type’ {aka ‘std::vector >, std::allocator > > >’} + 75 | obstacle_pose_array_.poses->push_back(obstacle_pose_array_); + | ^~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-53-10/b_obstacle_detector/stdout.log b/log/build_2024-03-15_02-53-10/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_02-53-10/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_02-53-10/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_02-53-10/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..693efc5 --- /dev/null +++ b/log/build_2024-03-15_02-53-10/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,9 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:35: error: base operand of ‘->’ has non-pointer type ‘geometry_msgs::msg::PoseArray_ >::_poses_type’ {aka ‘std::vector >, std::allocator > > >’} + 75 | obstacle_pose_array_.poses->push_back(obstacle_pose_array_); + | ^~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_02-53-10/b_obstacle_detector/streams.log b/log/build_2024-03-15_02-53-10/b_obstacle_detector/streams.log new file mode 100644 index 0000000..fe24e34 --- /dev/null +++ b/log/build_2024-03-15_02-53-10/b_obstacle_detector/streams.log @@ -0,0 +1,11 @@ +[0.105s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.183s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.230s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[6.205s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +[6.205s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:35: error: base operand of ‘->’ has non-pointer type ‘geometry_msgs::msg::PoseArray_ >::_poses_type’ {aka ‘std::vector >, std::allocator > > >’} +[6.205s] 75 | obstacle_pose_array_.poses->push_back(obstacle_pose_array_); +[6.205s] | ^~ +[12.338s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[12.338s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[12.339s] gmake: *** [Makefile:146: all] Error 2 +[12.348s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_02-53-10/events.log b/log/build_2024-03-15_02-53-10/events.log new file mode 100644 index 0000000..34d7d07 --- /dev/null +++ b/log/build_2024-03-15_02-53-10/events.log @@ -0,0 +1,141 @@ +[0.000000] (-) TimerEvent: {} +[0.000440] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.000590] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.095576] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.096770] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.098190] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.106376] (-) TimerEvent: {} +[0.183130] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.206619] (-) TimerEvent: {} +[0.230509] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.306891] (-) TimerEvent: {} +[0.407725] (-) TimerEvent: {} +[0.508396] (-) TimerEvent: {} +[0.608953] (-) TimerEvent: {} +[0.792684] (-) TimerEvent: {} +[0.893272] (-) TimerEvent: {} +[0.999872] (-) TimerEvent: {} +[1.100428] (-) TimerEvent: {} +[1.201187] (-) TimerEvent: {} +[1.301732] (-) TimerEvent: {} +[1.402610] (-) TimerEvent: {} +[1.503436] (-) TimerEvent: {} +[1.604181] (-) TimerEvent: {} +[1.704826] (-) TimerEvent: {} +[1.805675] (-) TimerEvent: {} +[1.906392] (-) TimerEvent: {} +[2.007247] (-) TimerEvent: {} +[2.108061] (-) TimerEvent: {} +[2.208848] (-) TimerEvent: {} +[2.309513] (-) TimerEvent: {} +[2.410201] (-) TimerEvent: {} +[2.510880] (-) TimerEvent: {} +[2.611459] (-) TimerEvent: {} +[2.712086] (-) TimerEvent: {} +[2.812693] (-) TimerEvent: {} +[2.913260] (-) TimerEvent: {} +[3.013887] (-) TimerEvent: {} +[3.114585] (-) TimerEvent: {} +[3.215082] (-) TimerEvent: {} +[3.315611] (-) TimerEvent: {} +[3.416203] (-) TimerEvent: {} +[3.516697] (-) TimerEvent: {} +[3.617213] (-) TimerEvent: {} +[3.717706] (-) TimerEvent: {} +[3.818344] (-) TimerEvent: {} +[3.918944] (-) TimerEvent: {} +[4.019649] (-) TimerEvent: {} +[4.120427] (-) TimerEvent: {} +[4.221293] (-) TimerEvent: {} +[4.322424] (-) TimerEvent: {} +[4.423472] (-) TimerEvent: {} +[4.524302] (-) TimerEvent: {} +[4.625185] (-) TimerEvent: {} +[4.725951] (-) TimerEvent: {} +[4.826603] (-) TimerEvent: {} +[4.927270] (-) TimerEvent: {} +[5.027858] (-) TimerEvent: {} +[5.128590] (-) TimerEvent: {} +[5.229259] (-) TimerEvent: {} +[5.330002] (-) TimerEvent: {} +[5.430857] (-) TimerEvent: {} +[5.531766] (-) TimerEvent: {} +[5.632390] (-) TimerEvent: {} +[5.733046] (-) TimerEvent: {} +[5.833725] (-) TimerEvent: {} +[5.934257] (-) TimerEvent: {} +[6.034872] (-) TimerEvent: {} +[6.135651] (-) TimerEvent: {} +[6.204931] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::scan_obstacle()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[6.205367] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:75:35:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kbase operand of \xe2\x80\x98\x1b[01m\x1b[K->\x1b[m\x1b[K\xe2\x80\x99 has non-pointer type \xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs::msg::PoseArray_ >::_poses_type\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kstd::vector >, std::allocator > > >\x1b[m\x1b[K\xe2\x80\x99}\n'} +[6.205622] (b_obstacle_detector) StderrLine: {'line': b' 75 | obstacle_pose_array_.poses\x1b[01;31m\x1b[K->\x1b[m\x1b[Kpush_back(obstacle_pose_array_);\n'} +[6.205866] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~\x1b[m\x1b[K\n'} +[6.235850] (-) TimerEvent: {} +[6.336475] (-) TimerEvent: {} +[6.437339] (-) TimerEvent: {} +[6.538364] (-) TimerEvent: {} +[6.639247] (-) TimerEvent: {} +[6.740125] (-) TimerEvent: {} +[6.841095] (-) TimerEvent: {} +[6.941925] (-) TimerEvent: {} +[7.042710] (-) TimerEvent: {} +[7.143525] (-) TimerEvent: {} +[7.244241] (-) TimerEvent: {} +[7.345107] (-) TimerEvent: {} +[7.445977] (-) TimerEvent: {} +[7.546735] (-) TimerEvent: {} +[7.647452] (-) TimerEvent: {} +[7.748304] (-) TimerEvent: {} +[7.848968] (-) TimerEvent: {} +[7.949519] (-) TimerEvent: {} +[8.050045] (-) TimerEvent: {} +[8.150650] (-) TimerEvent: {} +[8.251284] (-) TimerEvent: {} +[8.351829] (-) TimerEvent: {} +[8.452456] (-) TimerEvent: {} +[8.552993] (-) TimerEvent: {} +[8.653559] (-) TimerEvent: {} +[8.754210] (-) TimerEvent: {} +[8.855010] (-) TimerEvent: {} +[8.955741] (-) TimerEvent: {} +[9.056569] (-) TimerEvent: {} +[9.157272] (-) TimerEvent: {} +[9.258007] (-) TimerEvent: {} +[9.358762] (-) TimerEvent: {} +[9.459499] (-) TimerEvent: {} +[9.560244] (-) TimerEvent: {} +[9.660894] (-) TimerEvent: {} +[9.761612] (-) TimerEvent: {} +[9.862193] (-) TimerEvent: {} +[9.962788] (-) TimerEvent: {} +[10.063297] (-) TimerEvent: {} +[10.163825] (-) TimerEvent: {} +[10.264485] (-) TimerEvent: {} +[10.365026] (-) TimerEvent: {} +[10.465618] (-) TimerEvent: {} +[10.566331] (-) TimerEvent: {} +[10.667312] (-) TimerEvent: {} +[10.768021] (-) TimerEvent: {} +[10.868523] (-) TimerEvent: {} +[10.969092] (-) TimerEvent: {} +[11.069719] (-) TimerEvent: {} +[11.170465] (-) TimerEvent: {} +[11.271160] (-) TimerEvent: {} +[11.371762] (-) TimerEvent: {} +[11.472303] (-) TimerEvent: {} +[11.572869] (-) TimerEvent: {} +[11.673466] (-) TimerEvent: {} +[11.774206] (-) TimerEvent: {} +[11.874914] (-) TimerEvent: {} +[11.975716] (-) TimerEvent: {} +[12.076532] (-) TimerEvent: {} +[12.177295] (-) TimerEvent: {} +[12.277994] (-) TimerEvent: {} +[12.337890] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[12.338868] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[12.339238] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[12.347325] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[12.378301] (-) TimerEvent: {} +[12.479362] (-) TimerEvent: {} +[12.542140] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[12.553790] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_02-53-10/logger_all.log b/log/build_2024-03-15_02-53-10/logger_all.log new file mode 100644 index 0000000..d1eb739 --- /dev/null +++ b/log/build_2024-03-15_02-53-10/logger_all.log @@ -0,0 +1,118 @@ +[2.082s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.082s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.150s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.150s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.151s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.151s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.151s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.151s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.151s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.151s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.151s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.151s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.169s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.169s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.169s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.169s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.169s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.169s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.170s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.170s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.170s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.170s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.171s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.171s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.171s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.171s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.175s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.175s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.176s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.176s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.176s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.176s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.176s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.176s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.176s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.177s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.178s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.178s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.178s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.178s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.178s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.178s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.178s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.279s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.279s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.279s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.279s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.280s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.280s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.280s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.280s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.280s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.280s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.296s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.314s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.315s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.315s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.344s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.345s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.345s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.421s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[14.664s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[14.752s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[14.780s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[14.781s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[14.781s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[14.804s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[14.806s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[14.808s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[14.811s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[14.811s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[14.812s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[14.816s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[14.816s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[14.845s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[14.848s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[14.849s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[14.851s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[14.854s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[14.856s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[14.868s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[14.868s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[14.868s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[14.869s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[14.936s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[14.936s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[14.936s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[14.936s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[14.942s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[14.943s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[14.973s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[14.976s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[14.979s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[15.008s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[15.009s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[15.009s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[15.029s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[15.030s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[15.050s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[15.051s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_03-01-59/b_obstacle_detector/command.log b/log/build_2024-03-15_03-01-59/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_03-01-59/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_03-01-59/b_obstacle_detector/stderr.log b/log/build_2024-03-15_03-01-59/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..f05ac07 --- /dev/null +++ b/log/build_2024-03-15_03-01-59/b_obstacle_detector/stderr.log @@ -0,0 +1,15 @@ +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/Pose.h: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~ +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/Pose.h: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_03-01-59/b_obstacle_detector/stdout.log b/log/build_2024-03-15_03-01-59/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..03eb89f --- /dev/null +++ b/log/build_2024-03-15_03-01-59/b_obstacle_detector/stdout.log @@ -0,0 +1,3 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_03-01-59/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_03-01-59/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..8e34f78 --- /dev/null +++ b/log/build_2024-03-15_03-01-59/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,18 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/Pose.h: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~ +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/Pose.h: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_03-01-59/b_obstacle_detector/streams.log b/log/build_2024-03-15_03-01-59/b_obstacle_detector/streams.log new file mode 100644 index 0000000..a5752bf --- /dev/null +++ b/log/build_2024-03-15_03-01-59/b_obstacle_detector/streams.log @@ -0,0 +1,20 @@ +[0.117s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.408s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.459s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[0.462s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[1.237s] In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +[1.238s] /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/Pose.h: No such file or directory +[1.238s] 11 | #include  +[1.238s] | ^~~~~~~~~~~~~~~~~~~~~~ +[1.239s] In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[1.239s] /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/Pose.h: No such file or directory +[1.239s] 11 | #include  +[1.239s] | ^~~~~~~~~~~~~~~~~~~~~~ +[1.239s] compilation terminated. +[1.240s] compilation terminated. +[1.248s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +[1.249s] gmake[2]: *** Waiting for unfinished jobs.... +[1.249s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[1.249s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[1.250s] gmake: *** [Makefile:146: all] Error 2 +[1.255s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_03-01-59/events.log b/log/build_2024-03-15_03-01-59/events.log new file mode 100644 index 0000000..75c3391 --- /dev/null +++ b/log/build_2024-03-15_03-01-59/events.log @@ -0,0 +1,41 @@ +[0.000000] (-) TimerEvent: {} +[0.001664] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001822] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.096956] (-) TimerEvent: {} +[0.099500] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.104177] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.104393] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.197188] (-) TimerEvent: {} +[0.297799] (-) TimerEvent: {} +[0.398340] (-) TimerEvent: {} +[0.409331] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.461072] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.463355] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.498524] (-) TimerEvent: {} +[0.598942] (-) TimerEvent: {} +[0.699424] (-) TimerEvent: {} +[0.800048] (-) TimerEvent: {} +[0.900569] (-) TimerEvent: {} +[1.001248] (-) TimerEvent: {} +[1.101796] (-) TimerEvent: {} +[1.202366] (-) TimerEvent: {} +[1.238955] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1\x1b[m\x1b[K:\n'} +[1.239346] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10:\x1b[m\x1b[K \x1b[01;31m\x1b[Kfatal error: \x1b[m\x1b[Kgeometry_msgs/Pose.h: No such file or directory\n'} +[1.239873] (b_obstacle_detector) StderrLine: {'line': b' 11 | #include \x1b[01;31m\x1b[K\x1b[m\x1b[K\n'} +[1.240178] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[1.240459] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[1.240656] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10:\x1b[m\x1b[K \x1b[01;31m\x1b[Kfatal error: \x1b[m\x1b[Kgeometry_msgs/Pose.h: No such file or directory\n'} +[1.240811] (b_obstacle_detector) StderrLine: {'line': b' 11 | #include \x1b[01;31m\x1b[K\x1b[m\x1b[K\n'} +[1.240994] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[1.241156] (b_obstacle_detector) StderrLine: {'line': b'compilation terminated.\n'} +[1.241344] (b_obstacle_detector) StderrLine: {'line': b'compilation terminated.\n'} +[1.249672] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1\n'} +[1.250432] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** Waiting for unfinished jobs....\n'} +[1.250921] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[1.251177] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[1.251411] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[1.256214] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[1.302539] (-) TimerEvent: {} +[1.403085] (-) TimerEvent: {} +[1.432205] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[1.443243] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_03-01-59/logger_all.log b/log/build_2024-03-15_03-01-59/logger_all.log new file mode 100644 index 0000000..776472e --- /dev/null +++ b/log/build_2024-03-15_03-01-59/logger_all.log @@ -0,0 +1,118 @@ +[2.007s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.007s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.145s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.145s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.145s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.145s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.145s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.145s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.146s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.146s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.147s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.147s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.147s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.147s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.147s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.147s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.147s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.147s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.185s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.193s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.193s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.194s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.194s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.194s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.194s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.194s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.194s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.295s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.295s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.295s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.295s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.295s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.296s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.296s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.296s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.296s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.296s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.310s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.324s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.325s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.325s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.354s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.354s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.355s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.444s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[3.583s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[3.659s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[3.684s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[3.691s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[3.692s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[3.717s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[3.719s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[3.720s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[3.722s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[3.722s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[3.723s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[3.726s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[3.726s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[3.747s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[3.750s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[3.752s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[3.754s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[3.755s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[3.757s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[3.768s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[3.769s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[3.769s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[3.769s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[3.828s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[3.828s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[3.828s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[3.828s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[3.834s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[3.835s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[3.867s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[3.871s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[3.879s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[3.917s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[3.921s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[3.924s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[3.942s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[3.943s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[3.959s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[3.960s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_03-03-06/b_obstacle_detector/command.log b/log/build_2024-03-15_03-03-06/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_03-03-06/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_03-03-06/b_obstacle_detector/stderr.log b/log/build_2024-03-15_03-03-06/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..7f54b9f --- /dev/null +++ b/log/build_2024-03-15_03-03-06/b_obstacle_detector/stderr.log @@ -0,0 +1,15 @@ +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.h: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.h: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_03-03-06/b_obstacle_detector/stdout.log b/log/build_2024-03-15_03-03-06/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..dc1ce72 --- /dev/null +++ b/log/build_2024-03-15_03-03-06/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_03-03-06/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_03-03-06/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..5213184 --- /dev/null +++ b/log/build_2024-03-15_03-03-06/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,17 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.h: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.h: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_03-03-06/b_obstacle_detector/streams.log b/log/build_2024-03-15_03-03-06/b_obstacle_detector/streams.log new file mode 100644 index 0000000..ffdc583 --- /dev/null +++ b/log/build_2024-03-15_03-03-06/b_obstacle_detector/streams.log @@ -0,0 +1,19 @@ +[0.099s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.234s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.235s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[0.598s] In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[0.598s] /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.h: No such file or directory +[0.598s] 11 | #include  +[0.598s] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +[0.598s] compilation terminated. +[0.600s] In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +[0.601s] /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.h: No such file or directory +[0.601s] 11 | #include  +[0.601s] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +[0.602s] compilation terminated. +[0.602s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[0.602s] gmake[2]: *** Waiting for unfinished jobs.... +[0.605s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +[0.605s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[0.605s] gmake: *** [Makefile:146: all] Error 2 +[0.609s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_03-03-06/events.log b/log/build_2024-03-15_03-03-06/events.log new file mode 100644 index 0000000..0134dea --- /dev/null +++ b/log/build_2024-03-15_03-03-06/events.log @@ -0,0 +1,33 @@ +[0.000000] (-) TimerEvent: {} +[0.001097] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001842] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.087478] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.089101] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.090998] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.101278] (-) TimerEvent: {} +[0.201718] (-) TimerEvent: {} +[0.235689] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.236889] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.301935] (-) TimerEvent: {} +[0.402547] (-) TimerEvent: {} +[0.503032] (-) TimerEvent: {} +[0.599454] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[0.599765] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10:\x1b[m\x1b[K \x1b[01;31m\x1b[Kfatal error: \x1b[m\x1b[Kgeometry_msgs/msg/Pose.h: No such file or directory\n'} +[0.600060] (b_obstacle_detector) StderrLine: {'line': b' 11 | #include \x1b[01;31m\x1b[K\x1b[m\x1b[K\n'} +[0.600226] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[0.600378] (b_obstacle_detector) StderrLine: {'line': b'compilation terminated.\n'} +[0.602294] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1\x1b[m\x1b[K:\n'} +[0.602531] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10:\x1b[m\x1b[K \x1b[01;31m\x1b[Kfatal error: \x1b[m\x1b[Kgeometry_msgs/msg/Pose.h: No such file or directory\n'} +[0.602678] (b_obstacle_detector) StderrLine: {'line': b' 11 | #include \x1b[01;31m\x1b[K\x1b[m\x1b[K\n'} +[0.603066] (-) TimerEvent: {} +[0.603280] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[0.603541] (b_obstacle_detector) StderrLine: {'line': b'compilation terminated.\n'} +[0.603757] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[0.603950] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** Waiting for unfinished jobs....\n'} +[0.606386] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1\n'} +[0.606761] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[0.607096] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[0.610450] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[0.703494] (-) TimerEvent: {} +[0.724247] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[0.735525] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_03-03-06/logger_all.log b/log/build_2024-03-15_03-03-06/logger_all.log new file mode 100644 index 0000000..1f4c921 --- /dev/null +++ b/log/build_2024-03-15_03-03-06/logger_all.log @@ -0,0 +1,118 @@ +[1.697s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.697s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[1.753s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[1.753s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[1.753s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[1.753s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[1.753s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[1.753s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[1.753s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[1.753s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[1.768s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[1.769s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[1.773s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[1.773s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[1.773s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[1.773s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[1.773s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[1.773s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[1.773s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[1.773s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[1.774s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[1.774s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[1.774s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[1.774s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[1.774s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[1.774s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[1.866s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[1.866s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[1.867s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.867s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[1.867s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[1.867s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[1.867s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[1.867s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[1.867s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.867s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[1.885s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.903s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.904s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[1.904s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[1.934s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.934s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.934s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.004s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[2.514s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[2.564s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[2.588s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[2.589s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[2.590s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[2.602s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[2.603s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[2.603s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[2.604s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[2.604s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[2.605s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[2.607s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[2.607s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[2.620s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[2.622s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[2.623s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[2.624s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[2.625s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[2.627s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[2.637s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[2.638s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[2.638s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[2.638s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[2.668s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[2.668s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[2.668s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[2.668s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[2.673s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[2.673s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[2.695s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[2.697s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[2.698s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[2.714s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[2.714s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[2.715s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[2.731s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[2.732s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[2.745s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[2.745s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_03-03-23/b_obstacle_detector/command.log b/log/build_2024-03-15_03-03-23/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_03-03-23/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_03-03-23/b_obstacle_detector/stderr.log b/log/build_2024-03-15_03-03-23/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..a2c854a --- /dev/null +++ b/log/build_2024-03-15_03-03-23/b_obstacle_detector/stderr.log @@ -0,0 +1,15 @@ +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.hpp: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.hpp: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_03-03-23/b_obstacle_detector/stdout.log b/log/build_2024-03-15_03-03-23/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..860a275 --- /dev/null +++ b/log/build_2024-03-15_03-03-23/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_03-03-23/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_03-03-23/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..c4bb905 --- /dev/null +++ b/log/build_2024-03-15_03-03-23/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,17 @@ +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.hpp: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.hpp: No such file or directory + 11 | #include  + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_03-03-23/b_obstacle_detector/streams.log b/log/build_2024-03-15_03-03-23/b_obstacle_detector/streams.log new file mode 100644 index 0000000..9f8767b --- /dev/null +++ b/log/build_2024-03-15_03-03-23/b_obstacle_detector/streams.log @@ -0,0 +1,19 @@ +[0.169s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.244s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.246s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[0.583s] In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[0.584s] /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.hpp: No such file or directory +[0.584s] 11 | #include  +[0.584s] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[0.584s] compilation terminated. +[0.586s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[0.586s] gmake[2]: *** Waiting for unfinished jobs.... +[0.587s] In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +[0.587s] /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10: fatal error: geometry_msgs/msg/Pose.hpp: No such file or directory +[0.587s] 11 | #include  +[0.587s] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[0.588s] compilation terminated. +[0.590s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +[0.590s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[0.590s] gmake: *** [Makefile:146: all] Error 2 +[0.594s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_03-03-23/events.log b/log/build_2024-03-15_03-03-23/events.log new file mode 100644 index 0000000..c084bc4 --- /dev/null +++ b/log/build_2024-03-15_03-03-23/events.log @@ -0,0 +1,33 @@ +[0.000000] (-) TimerEvent: {} +[0.000833] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001049] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098833] (-) TimerEvent: {} +[0.158484] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.159655] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.160972] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.199004] (-) TimerEvent: {} +[0.244930] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.246831] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.299253] (-) TimerEvent: {} +[0.400462] (-) TimerEvent: {} +[0.500943] (-) TimerEvent: {} +[0.584079] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[0.584539] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10:\x1b[m\x1b[K \x1b[01;31m\x1b[Kfatal error: \x1b[m\x1b[Kgeometry_msgs/msg/Pose.hpp: No such file or directory\n'} +[0.584737] (b_obstacle_detector) StderrLine: {'line': b' 11 | #include \x1b[01;31m\x1b[K\x1b[m\x1b[K\n'} +[0.584907] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[0.585081] (b_obstacle_detector) StderrLine: {'line': b'compilation terminated.\n'} +[0.586587] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[0.586822] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** Waiting for unfinished jobs....\n'} +[0.587877] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1\x1b[m\x1b[K:\n'} +[0.588077] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:11:10:\x1b[m\x1b[K \x1b[01;31m\x1b[Kfatal error: \x1b[m\x1b[Kgeometry_msgs/msg/Pose.hpp: No such file or directory\n'} +[0.588277] (b_obstacle_detector) StderrLine: {'line': b' 11 | #include \x1b[01;31m\x1b[K\x1b[m\x1b[K\n'} +[0.588446] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[0.588642] (b_obstacle_detector) StderrLine: {'line': b'compilation terminated.\n'} +[0.590582] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1\n'} +[0.591114] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[0.591389] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[0.594555] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[0.601148] (-) TimerEvent: {} +[0.702315] (-) TimerEvent: {} +[0.707458] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[0.709425] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_03-03-23/logger_all.log b/log/build_2024-03-15_03-03-23/logger_all.log new file mode 100644 index 0000000..e824dd5 --- /dev/null +++ b/log/build_2024-03-15_03-03-23/logger_all.log @@ -0,0 +1,118 @@ +[1.236s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.236s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[1.298s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[1.298s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[1.298s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[1.298s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[1.298s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[1.299s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[1.299s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[1.299s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[1.312s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[1.313s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[1.313s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[1.313s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[1.315s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[1.315s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[1.316s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[1.317s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[1.317s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[1.317s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[1.317s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[1.317s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[1.317s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[1.317s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[1.317s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[1.317s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[1.317s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[1.317s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[1.317s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[1.317s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[1.462s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[1.462s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[1.462s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.463s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[1.463s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[1.463s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[1.463s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[1.463s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[1.463s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.463s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[1.487s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.510s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.511s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[1.511s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[1.566s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.567s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.567s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.681s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[2.106s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[2.166s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[2.181s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[2.182s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[2.182s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[2.194s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[2.195s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[2.196s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[2.197s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[2.197s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[2.197s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[2.199s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[2.199s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[2.212s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[2.214s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[2.215s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[2.216s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[2.217s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[2.218s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[2.219s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[2.220s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[2.220s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[2.220s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[2.249s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[2.249s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[2.249s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[2.249s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[2.251s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[2.252s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[2.273s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[2.275s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[2.278s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[2.292s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[2.293s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[2.293s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[2.308s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[2.308s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[2.333s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[2.334s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_03-05-40/b_obstacle_detector/command.log b/log/build_2024-03-15_03-05-40/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_03-05-40/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_03-05-40/b_obstacle_detector/stderr.log b/log/build_2024-03-15_03-05-40/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..b7a9636 --- /dev/null +++ b/log/build_2024-03-15_03-05-40/b_obstacle_detector/stderr.log @@ -0,0 +1,17 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:73:24: error: ‘Pose’ is not a member of ‘geometry_msgs’; did you mean ‘geometry_msgs::msg::Pose’? + 73 | geometry_msgs::Pose obs_pose; + | ^~~~ +In file included from /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp:22, + from /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp:7, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:10, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp:135:7: note: ‘geometry_msgs::msg::Pose’ declared here + 135 | using Pose = + | ^~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:74:9: error: ‘obs_pose’ was not declared in this scope + 74 | obs_pose.position.x = range * cos(angle); + | ^~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_03-05-40/b_obstacle_detector/stdout.log b/log/build_2024-03-15_03-05-40/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..7c4eae5 --- /dev/null +++ b/log/build_2024-03-15_03-05-40/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_03-05-40/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_03-05-40/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..bbf3380 --- /dev/null +++ b/log/build_2024-03-15_03-05-40/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,19 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:73:24: error: ‘Pose’ is not a member of ‘geometry_msgs’; did you mean ‘geometry_msgs::msg::Pose’? + 73 | geometry_msgs::Pose obs_pose; + | ^~~~ +In file included from /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp:22, + from /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp:7, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:10, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp:135:7: note: ‘geometry_msgs::msg::Pose’ declared here + 135 | using Pose = + | ^~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:74:9: error: ‘obs_pose’ was not declared in this scope + 74 | obs_pose.position.x = range * cos(angle); + | ^~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_03-05-40/b_obstacle_detector/streams.log b/log/build_2024-03-15_03-05-40/b_obstacle_detector/streams.log new file mode 100644 index 0000000..e1eed12 --- /dev/null +++ b/log/build_2024-03-15_03-05-40/b_obstacle_detector/streams.log @@ -0,0 +1,21 @@ +[0.161s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.477s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[0.478s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[11.587s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::scan_obstacle()’: +[11.592s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:73:24: error: ‘Pose’ is not a member of ‘geometry_msgs’; did you mean ‘geometry_msgs::msg::Pose’? +[11.592s] 73 | geometry_msgs::Pose obs_pose; +[11.593s] | ^~~~ +[11.594s] In file included from /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp:22, +[11.595s] from /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp:7, +[11.595s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:10, +[11.595s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[11.596s] /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp:135:7: note: ‘geometry_msgs::msg::Pose’ declared here +[11.596s] 135 | using Pose = +[11.596s] | ^~~~ +[11.596s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:74:9: error: ‘obs_pose’ was not declared in this scope +[11.597s] 74 | obs_pose.position.x = range * cos(angle); +[11.597s] | ^~~~~~~~ +[20.164s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[20.173s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[20.177s] gmake: *** [Makefile:146: all] Error 2 +[20.267s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_03-05-40/events.log b/log/build_2024-03-15_03-05-40/events.log new file mode 100644 index 0000000..08da7fe --- /dev/null +++ b/log/build_2024-03-15_03-05-40/events.log @@ -0,0 +1,224 @@ +[0.000000] (-) TimerEvent: {} +[0.004551] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.005395] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098535] (-) TimerEvent: {} +[0.150095] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.152432] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.153524] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.198677] (-) TimerEvent: {} +[0.299105] (-) TimerEvent: {} +[0.399554] (-) TimerEvent: {} +[0.482989] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.483830] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.499819] (-) TimerEvent: {} +[0.600762] (-) TimerEvent: {} +[0.701227] (-) TimerEvent: {} +[0.801730] (-) TimerEvent: {} +[0.902256] (-) TimerEvent: {} +[1.003028] (-) TimerEvent: {} +[1.103539] (-) TimerEvent: {} +[1.204064] (-) TimerEvent: {} +[1.304666] (-) TimerEvent: {} +[1.405270] (-) TimerEvent: {} +[1.505717] (-) TimerEvent: {} +[1.606360] (-) TimerEvent: {} +[1.706948] (-) TimerEvent: {} +[1.807488] (-) TimerEvent: {} +[1.908083] (-) TimerEvent: {} +[2.008693] (-) TimerEvent: {} +[2.109343] (-) TimerEvent: {} +[2.209923] (-) TimerEvent: {} +[2.310461] (-) TimerEvent: {} +[2.411089] (-) TimerEvent: {} +[2.511789] (-) TimerEvent: {} +[2.613062] (-) TimerEvent: {} +[2.713591] (-) TimerEvent: {} +[2.820488] (-) TimerEvent: {} +[2.947144] (-) TimerEvent: {} +[3.060058] (-) TimerEvent: {} +[3.176677] (-) TimerEvent: {} +[3.314891] (-) TimerEvent: {} +[3.415507] (-) TimerEvent: {} +[3.515880] (-) TimerEvent: {} +[3.621546] (-) TimerEvent: {} +[3.743320] (-) TimerEvent: {} +[3.861543] (-) TimerEvent: {} +[3.963650] (-) TimerEvent: {} +[4.073680] (-) TimerEvent: {} +[4.174173] (-) TimerEvent: {} +[4.274735] (-) TimerEvent: {} +[4.397079] (-) TimerEvent: {} +[4.503099] (-) TimerEvent: {} +[4.611303] (-) TimerEvent: {} +[4.732618] (-) TimerEvent: {} +[4.833557] (-) TimerEvent: {} +[4.941542] (-) TimerEvent: {} +[5.044424] (-) TimerEvent: {} +[5.144931] (-) TimerEvent: {} +[5.261556] (-) TimerEvent: {} +[5.367306] (-) TimerEvent: {} +[5.468043] (-) TimerEvent: {} +[5.568806] (-) TimerEvent: {} +[5.671995] (-) TimerEvent: {} +[5.772533] (-) TimerEvent: {} +[5.873040] (-) TimerEvent: {} +[5.973560] (-) TimerEvent: {} +[6.073980] (-) TimerEvent: {} +[6.174488] (-) TimerEvent: {} +[6.275096] (-) TimerEvent: {} +[6.375674] (-) TimerEvent: {} +[6.476261] (-) TimerEvent: {} +[6.576763] (-) TimerEvent: {} +[6.677335] (-) TimerEvent: {} +[6.777894] (-) TimerEvent: {} +[6.878485] (-) TimerEvent: {} +[6.979093] (-) TimerEvent: {} +[7.079714] (-) TimerEvent: {} +[7.180317] (-) TimerEvent: {} +[7.281306] (-) TimerEvent: {} +[7.382037] (-) TimerEvent: {} +[7.488054] (-) TimerEvent: {} +[7.596261] (-) TimerEvent: {} +[7.696693] (-) TimerEvent: {} +[7.797100] (-) TimerEvent: {} +[7.897573] (-) TimerEvent: {} +[7.998071] (-) TimerEvent: {} +[8.098541] (-) TimerEvent: {} +[8.199024] (-) TimerEvent: {} +[8.299449] (-) TimerEvent: {} +[8.400023] (-) TimerEvent: {} +[8.500584] (-) TimerEvent: {} +[8.601043] (-) TimerEvent: {} +[8.701600] (-) TimerEvent: {} +[8.802076] (-) TimerEvent: {} +[8.902643] (-) TimerEvent: {} +[9.003237] (-) TimerEvent: {} +[9.103731] (-) TimerEvent: {} +[9.204224] (-) TimerEvent: {} +[9.304743] (-) TimerEvent: {} +[9.411251] (-) TimerEvent: {} +[9.526887] (-) TimerEvent: {} +[9.627543] (-) TimerEvent: {} +[9.728276] (-) TimerEvent: {} +[9.859277] (-) TimerEvent: {} +[9.962537] (-) TimerEvent: {} +[10.079529] (-) TimerEvent: {} +[10.223346] (-) TimerEvent: {} +[10.334140] (-) TimerEvent: {} +[10.528839] (-) TimerEvent: {} +[10.670305] (-) TimerEvent: {} +[10.793135] (-) TimerEvent: {} +[10.931036] (-) TimerEvent: {} +[11.098406] (-) TimerEvent: {} +[11.202139] (-) TimerEvent: {} +[11.304188] (-) TimerEvent: {} +[11.406638] (-) TimerEvent: {} +[11.507213] (-) TimerEvent: {} +[11.586342] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::scan_obstacle()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[11.597066] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:73:24:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[KPose\x1b[m\x1b[K\xe2\x80\x99 is not a member of \xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs\x1b[m\x1b[K\xe2\x80\x99; did you mean \xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs::msg::Pose\x1b[m\x1b[K\xe2\x80\x99?\n'} +[11.597870] (b_obstacle_detector) StderrLine: {'line': b' 73 | geometry_msgs::\x1b[01;31m\x1b[KPose\x1b[m\x1b[K obs_pose;\n'} +[11.598906] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~\x1b[m\x1b[K\n'} +[11.599257] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose_array__struct.hpp:22\x1b[m\x1b[K,\n'} +[11.600075] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/pose_array.hpp:7\x1b[m\x1b[K,\n'} +[11.600864] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:10\x1b[m\x1b[K,\n'} +[11.601222] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[11.601389] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/pose__struct.hpp:135:7:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kgeometry_msgs::msg::Pose\x1b[m\x1b[K\xe2\x80\x99 declared here\n'} +[11.601796] (b_obstacle_detector) StderrLine: {'line': b' 135 | using \x1b[01;36m\x1b[KPose\x1b[m\x1b[K =\n'} +[11.602054] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[11.602343] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:74:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kobs_pose\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[11.602590] (b_obstacle_detector) StderrLine: {'line': b' 74 | \x1b[01;31m\x1b[Kobs_pose\x1b[m\x1b[K.position.x = range * cos(angle);\n'} +[11.602871] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~\x1b[m\x1b[K\n'} +[11.607478] (-) TimerEvent: {} +[11.708136] (-) TimerEvent: {} +[11.808592] (-) TimerEvent: {} +[11.912107] (-) TimerEvent: {} +[12.012970] (-) TimerEvent: {} +[12.113487] (-) TimerEvent: {} +[12.214029] (-) TimerEvent: {} +[12.314644] (-) TimerEvent: {} +[12.415168] (-) TimerEvent: {} +[12.516983] (-) TimerEvent: {} +[12.617492] (-) TimerEvent: {} +[12.718110] (-) TimerEvent: {} +[12.818637] (-) TimerEvent: {} +[12.919237] (-) TimerEvent: {} +[13.019814] (-) TimerEvent: {} +[13.120435] (-) TimerEvent: {} +[13.221115] (-) TimerEvent: {} +[13.321826] (-) TimerEvent: {} +[13.422234] (-) TimerEvent: {} +[13.522853] (-) TimerEvent: {} +[13.623397] (-) TimerEvent: {} +[13.723900] (-) TimerEvent: {} +[13.824401] (-) TimerEvent: {} +[13.924835] (-) TimerEvent: {} +[14.025358] (-) TimerEvent: {} +[14.125796] (-) TimerEvent: {} +[14.226279] (-) TimerEvent: {} +[14.326756] (-) TimerEvent: {} +[14.427407] (-) TimerEvent: {} +[14.527976] (-) TimerEvent: {} +[14.628583] (-) TimerEvent: {} +[14.729106] (-) TimerEvent: {} +[14.829683] (-) TimerEvent: {} +[14.930271] (-) TimerEvent: {} +[15.030754] (-) TimerEvent: {} +[15.131235] (-) TimerEvent: {} +[15.231821] (-) TimerEvent: {} +[15.332362] (-) TimerEvent: {} +[15.433079] (-) TimerEvent: {} +[15.533549] (-) TimerEvent: {} +[15.634074] (-) TimerEvent: {} +[15.734541] (-) TimerEvent: {} +[15.835072] (-) TimerEvent: {} +[15.935668] (-) TimerEvent: {} +[16.040281] (-) TimerEvent: {} +[16.141148] (-) TimerEvent: {} +[16.241925] (-) TimerEvent: {} +[16.394163] (-) TimerEvent: {} +[16.514255] (-) TimerEvent: {} +[16.657702] (-) TimerEvent: {} +[16.758354] (-) TimerEvent: {} +[16.860634] (-) TimerEvent: {} +[16.963727] (-) TimerEvent: {} +[17.064240] (-) TimerEvent: {} +[17.165622] (-) TimerEvent: {} +[17.266150] (-) TimerEvent: {} +[17.367076] (-) TimerEvent: {} +[17.467774] (-) TimerEvent: {} +[17.568604] (-) TimerEvent: {} +[17.669117] (-) TimerEvent: {} +[17.769555] (-) TimerEvent: {} +[17.870040] (-) TimerEvent: {} +[17.970631] (-) TimerEvent: {} +[18.071132] (-) TimerEvent: {} +[18.171902] (-) TimerEvent: {} +[18.272542] (-) TimerEvent: {} +[18.373037] (-) TimerEvent: {} +[18.473525] (-) TimerEvent: {} +[18.574131] (-) TimerEvent: {} +[18.770542] (-) TimerEvent: {} +[18.897044] (-) TimerEvent: {} +[18.997502] (-) TimerEvent: {} +[19.098034] (-) TimerEvent: {} +[19.198664] (-) TimerEvent: {} +[19.299350] (-) TimerEvent: {} +[19.399795] (-) TimerEvent: {} +[19.500333] (-) TimerEvent: {} +[19.601214] (-) TimerEvent: {} +[19.701826] (-) TimerEvent: {} +[19.802280] (-) TimerEvent: {} +[19.902903] (-) TimerEvent: {} +[20.003383] (-) TimerEvent: {} +[20.104054] (-) TimerEvent: {} +[20.169330] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[20.178505] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[20.182593] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[20.204245] (-) TimerEvent: {} +[20.268198] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[20.304451] (-) TimerEvent: {} +[20.405668] (-) TimerEvent: {} +[20.506267] (-) TimerEvent: {} +[20.612727] (-) TimerEvent: {} +[20.618048] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[20.633439] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_03-05-40/logger_all.log b/log/build_2024-03-15_03-05-40/logger_all.log new file mode 100644 index 0000000..0bf8229 --- /dev/null +++ b/log/build_2024-03-15_03-05-40/logger_all.log @@ -0,0 +1,118 @@ +[2.226s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.229s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.486s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.486s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.487s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.487s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.487s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.487s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.487s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.488s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.488s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.488s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.489s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.489s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.490s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.490s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.490s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.490s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.606s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.606s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.606s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.607s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.607s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.607s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.607s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.607s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.608s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.608s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.608s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.608s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.608s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.608s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.623s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.624s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.624s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.624s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.625s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.626s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.626s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.626s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.626s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.626s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.627s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.627s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.628s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.628s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.628s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.628s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.786s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.786s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.787s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.787s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.787s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.787s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.787s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.787s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.787s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.787s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.802s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.830s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.831s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.833s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.891s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.892s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.892s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.996s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[23.127s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[23.314s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[23.354s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[23.363s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[23.365s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[23.378s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[23.387s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[23.389s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[23.400s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[23.401s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[23.401s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[23.410s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[23.410s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[23.425s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[23.428s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[23.431s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[23.434s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[23.437s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[23.440s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[23.462s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[23.464s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[23.465s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[23.466s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[23.553s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[23.553s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[23.553s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[23.553s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[23.560s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[23.561s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[23.578s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[23.581s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[23.584s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[23.607s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[23.609s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[23.611s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[23.626s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[23.628s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[23.643s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[23.644s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_03-06-40/b_obstacle_detector/command.log b/log/build_2024-03-15_03-06-40/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-15_03-06-40/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_03-06-40/b_obstacle_detector/stderr.log b/log/build_2024-03-15_03-06-40/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-15_03-06-40/b_obstacle_detector/stdout.log b/log/build_2024-03-15_03-06-40/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_03-06-40/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_03-06-40/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_03-06-40/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_03-06-40/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_03-06-40/b_obstacle_detector/streams.log b/log/build_2024-03-15_03-06-40/b_obstacle_detector/streams.log new file mode 100644 index 0000000..6c4b1af --- /dev/null +++ b/log/build_2024-03-15_03-06-40/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.514s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[1.923s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[2.280s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[35.966s] [ 66%] Linking CXX executable b_obstacle_detector_node +[36.818s] [100%] Built target b_obstacle_detector_node +[36.857s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[36.942s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[36.965s] -- Install configuration: "RelWithDebInfo" +[36.970s] -- Execute custom install script +[36.975s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[36.984s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[36.985s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[37.001s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[37.003s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[37.004s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[37.005s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[37.006s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[37.008s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[37.009s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[37.010s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[37.011s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[37.011s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[37.012s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[37.050s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[37.051s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[37.051s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[37.052s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[37.053s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[37.053s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[37.069s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_03-06-40/events.log b/log/build_2024-03-15_03-06-40/events.log new file mode 100644 index 0000000..bfda46b --- /dev/null +++ b/log/build_2024-03-15_03-06-40/events.log @@ -0,0 +1,406 @@ +[0.000000] (-) TimerEvent: {} +[0.000626] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001413] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.064109] (-) TimerEvent: {} +[0.127575] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.173907] (-) TimerEvent: {} +[0.176237] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.179045] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.515866] (-) TimerEvent: {} +[0.616667] (-) TimerEvent: {} +[0.730825] (-) TimerEvent: {} +[0.831855] (-) TimerEvent: {} +[0.932978] (-) TimerEvent: {} +[1.033876] (-) TimerEvent: {} +[1.134713] (-) TimerEvent: {} +[1.235454] (-) TimerEvent: {} +[1.376081] (-) TimerEvent: {} +[1.476804] (-) TimerEvent: {} +[1.577489] (-) TimerEvent: {} +[1.678004] (-) TimerEvent: {} +[1.778892] (-) TimerEvent: {} +[1.924544] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[1.925338] (-) TimerEvent: {} +[2.048172] (-) TimerEvent: {} +[2.149028] (-) TimerEvent: {} +[2.249781] (-) TimerEvent: {} +[2.281454] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[2.349939] (-) TimerEvent: {} +[2.450493] (-) TimerEvent: {} +[2.552320] (-) TimerEvent: {} +[2.652806] (-) TimerEvent: {} +[2.753239] (-) TimerEvent: {} +[2.853830] (-) TimerEvent: {} +[2.954494] (-) TimerEvent: {} +[3.055048] (-) TimerEvent: {} +[3.155567] (-) TimerEvent: {} +[3.256176] (-) TimerEvent: {} +[3.356766] (-) TimerEvent: {} +[3.457592] (-) TimerEvent: {} +[3.558184] (-) TimerEvent: {} +[3.658735] (-) TimerEvent: {} +[3.759308] (-) TimerEvent: {} +[3.859796] (-) TimerEvent: {} +[3.960363] (-) TimerEvent: {} +[4.060916] (-) TimerEvent: {} +[4.161438] (-) TimerEvent: {} +[4.262042] (-) TimerEvent: {} +[4.362610] (-) TimerEvent: {} +[4.463085] (-) TimerEvent: {} +[4.563687] (-) TimerEvent: {} +[4.664200] (-) TimerEvent: {} +[4.764812] (-) TimerEvent: {} +[4.865375] (-) TimerEvent: {} +[4.965922] (-) TimerEvent: {} +[5.066401] (-) TimerEvent: {} +[5.166812] (-) TimerEvent: {} +[5.267338] (-) TimerEvent: {} +[5.367919] (-) TimerEvent: {} +[5.468454] (-) TimerEvent: {} +[5.568928] (-) TimerEvent: {} +[5.669436] (-) TimerEvent: {} +[5.769942] (-) TimerEvent: {} +[5.870494] (-) TimerEvent: {} +[5.971081] (-) TimerEvent: {} +[6.071750] (-) TimerEvent: {} +[6.172336] (-) TimerEvent: {} +[6.272850] (-) TimerEvent: {} +[6.373400] (-) TimerEvent: {} +[6.474065] (-) TimerEvent: {} +[6.574781] (-) TimerEvent: {} +[6.675501] (-) TimerEvent: {} +[6.776059] (-) TimerEvent: {} +[6.876596] (-) TimerEvent: {} +[6.977121] (-) TimerEvent: {} +[7.078917] (-) TimerEvent: {} +[7.179535] (-) TimerEvent: {} +[7.280129] (-) TimerEvent: {} +[7.380675] (-) TimerEvent: {} +[7.481265] (-) TimerEvent: {} +[7.582093] (-) TimerEvent: {} +[7.682677] (-) TimerEvent: {} +[7.783211] (-) TimerEvent: {} +[7.883742] (-) TimerEvent: {} +[7.984203] (-) TimerEvent: {} +[8.084808] (-) TimerEvent: {} +[8.185292] (-) TimerEvent: {} +[8.285815] (-) TimerEvent: {} +[8.386406] (-) TimerEvent: {} +[8.486957] (-) TimerEvent: {} +[8.587483] (-) TimerEvent: {} +[8.687937] (-) TimerEvent: {} +[8.788511] (-) TimerEvent: {} +[8.889045] (-) TimerEvent: {} +[8.989746] (-) TimerEvent: {} +[9.090237] (-) TimerEvent: {} +[9.190886] (-) TimerEvent: {} +[9.291520] (-) TimerEvent: {} +[9.392166] (-) TimerEvent: {} +[9.492774] (-) TimerEvent: {} +[9.593341] (-) TimerEvent: {} +[9.694070] (-) TimerEvent: {} +[9.794659] (-) TimerEvent: {} +[9.895149] (-) TimerEvent: {} +[9.995782] (-) TimerEvent: {} +[10.096484] (-) TimerEvent: {} +[10.197057] (-) TimerEvent: {} +[10.297700] (-) TimerEvent: {} +[10.398182] (-) TimerEvent: {} +[10.498914] (-) TimerEvent: {} +[10.599422] (-) TimerEvent: {} +[10.699917] (-) TimerEvent: {} +[10.800546] (-) TimerEvent: {} +[10.901027] (-) TimerEvent: {} +[11.001534] (-) TimerEvent: {} +[11.102143] (-) TimerEvent: {} +[11.202669] (-) TimerEvent: {} +[11.303250] (-) TimerEvent: {} +[11.403929] (-) TimerEvent: {} +[11.504478] (-) TimerEvent: {} +[11.604932] (-) TimerEvent: {} +[11.705470] (-) TimerEvent: {} +[11.806013] (-) TimerEvent: {} +[11.906641] (-) TimerEvent: {} +[12.007328] (-) TimerEvent: {} +[12.108055] (-) TimerEvent: {} +[12.208684] (-) TimerEvent: {} +[12.309301] (-) TimerEvent: {} +[12.409745] (-) TimerEvent: {} +[12.510464] (-) TimerEvent: {} +[12.611090] (-) TimerEvent: {} +[12.711679] (-) TimerEvent: {} +[12.812231] (-) TimerEvent: {} +[12.912774] (-) TimerEvent: {} +[13.013229] (-) TimerEvent: {} +[13.113707] (-) TimerEvent: {} +[13.214231] (-) TimerEvent: {} +[13.314903] (-) TimerEvent: {} +[13.415574] (-) TimerEvent: {} +[13.516137] (-) TimerEvent: {} +[13.616914] (-) TimerEvent: {} +[13.717941] (-) TimerEvent: {} +[13.818739] (-) TimerEvent: {} +[13.919415] (-) TimerEvent: {} +[14.019896] (-) TimerEvent: {} +[14.120369] (-) TimerEvent: {} +[14.220803] (-) TimerEvent: {} +[14.321299] (-) TimerEvent: {} +[14.440771] (-) TimerEvent: {} +[14.541426] (-) TimerEvent: {} +[14.642179] (-) TimerEvent: {} +[14.742758] (-) TimerEvent: {} +[14.843348] (-) TimerEvent: {} +[14.943922] (-) TimerEvent: {} +[15.044540] (-) TimerEvent: {} +[15.145305] (-) TimerEvent: {} +[15.245868] (-) TimerEvent: {} +[15.346284] (-) TimerEvent: {} +[15.446747] (-) TimerEvent: {} +[15.547313] (-) TimerEvent: {} +[15.647868] (-) TimerEvent: {} +[15.748690] (-) TimerEvent: {} +[15.849330] (-) TimerEvent: {} +[15.949868] (-) TimerEvent: {} +[16.050449] (-) TimerEvent: {} +[16.150980] (-) TimerEvent: {} +[16.251499] (-) TimerEvent: {} +[16.352057] (-) TimerEvent: {} +[16.452687] (-) TimerEvent: {} +[16.553378] (-) TimerEvent: {} +[16.653822] (-) TimerEvent: {} +[16.754412] (-) TimerEvent: {} +[16.855002] (-) TimerEvent: {} +[16.955538] (-) TimerEvent: {} +[17.056216] (-) TimerEvent: {} +[17.156777] (-) TimerEvent: {} +[17.257343] (-) TimerEvent: {} +[17.358017] (-) TimerEvent: {} +[17.458994] (-) TimerEvent: {} +[17.559611] (-) TimerEvent: {} +[17.660264] (-) TimerEvent: {} +[17.760807] (-) TimerEvent: {} +[17.861310] (-) TimerEvent: {} +[17.961752] (-) TimerEvent: {} +[18.062196] (-) TimerEvent: {} +[18.162793] (-) TimerEvent: {} +[18.263420] (-) TimerEvent: {} +[18.363925] (-) TimerEvent: {} +[18.464486] (-) TimerEvent: {} +[18.564956] (-) TimerEvent: {} +[18.665701] (-) TimerEvent: {} +[18.766451] (-) TimerEvent: {} +[18.866977] (-) TimerEvent: {} +[18.967449] (-) TimerEvent: {} +[19.068136] (-) TimerEvent: {} +[19.168728] (-) TimerEvent: {} +[19.269349] (-) TimerEvent: {} +[19.369826] (-) TimerEvent: {} +[19.470482] (-) TimerEvent: {} +[19.571031] (-) TimerEvent: {} +[19.671670] (-) TimerEvent: {} +[19.772257] (-) TimerEvent: {} +[19.872930] (-) TimerEvent: {} +[19.973480] (-) TimerEvent: {} +[20.074259] (-) TimerEvent: {} +[20.175007] (-) TimerEvent: {} +[20.275804] (-) TimerEvent: {} +[20.376475] (-) TimerEvent: {} +[20.477248] (-) TimerEvent: {} +[20.577798] (-) TimerEvent: {} +[20.678527] (-) TimerEvent: {} +[20.778939] (-) TimerEvent: {} +[20.879540] (-) TimerEvent: {} +[20.980211] (-) TimerEvent: {} +[21.080742] (-) TimerEvent: {} +[21.181290] (-) TimerEvent: {} +[21.281902] (-) TimerEvent: {} +[21.382371] (-) TimerEvent: {} +[21.482830] (-) TimerEvent: {} +[21.583337] (-) TimerEvent: {} +[21.683804] (-) TimerEvent: {} +[21.784318] (-) TimerEvent: {} +[21.884972] (-) TimerEvent: {} +[21.985580] (-) TimerEvent: {} +[22.086209] (-) TimerEvent: {} +[22.186815] (-) TimerEvent: {} +[22.287499] (-) TimerEvent: {} +[22.388143] (-) TimerEvent: {} +[22.488661] (-) TimerEvent: {} +[22.589289] (-) TimerEvent: {} +[22.689912] (-) TimerEvent: {} +[22.790496] (-) TimerEvent: {} +[22.891043] (-) TimerEvent: {} +[22.991563] (-) TimerEvent: {} +[23.092199] (-) TimerEvent: {} +[23.192973] (-) TimerEvent: {} +[23.293673] (-) TimerEvent: {} +[23.394201] (-) TimerEvent: {} +[23.494814] (-) TimerEvent: {} +[23.595520] (-) TimerEvent: {} +[23.696140] (-) TimerEvent: {} +[23.796641] (-) TimerEvent: {} +[23.897226] (-) TimerEvent: {} +[23.997836] (-) TimerEvent: {} +[24.098357] (-) TimerEvent: {} +[24.198917] (-) TimerEvent: {} +[24.299494] (-) TimerEvent: {} +[24.400054] (-) TimerEvent: {} +[24.500560] (-) TimerEvent: {} +[24.601058] (-) TimerEvent: {} +[24.701574] (-) TimerEvent: {} +[24.802109] (-) TimerEvent: {} +[24.902610] (-) TimerEvent: {} +[25.003234] (-) TimerEvent: {} +[25.103847] (-) TimerEvent: {} +[25.204440] (-) TimerEvent: {} +[25.304924] (-) TimerEvent: {} +[25.405464] (-) TimerEvent: {} +[25.505961] (-) TimerEvent: {} +[25.606452] (-) TimerEvent: {} +[25.706954] (-) TimerEvent: {} +[25.807494] (-) TimerEvent: {} +[25.907926] (-) TimerEvent: {} +[26.008426] (-) TimerEvent: {} +[26.108935] (-) TimerEvent: {} +[26.209430] (-) TimerEvent: {} +[26.309931] (-) TimerEvent: {} +[26.410361] (-) TimerEvent: {} +[26.510926] (-) TimerEvent: {} +[26.611483] (-) TimerEvent: {} +[26.712052] (-) TimerEvent: {} +[26.812607] (-) TimerEvent: {} +[26.913141] (-) TimerEvent: {} +[27.013646] (-) TimerEvent: {} +[27.114228] (-) TimerEvent: {} +[27.215171] (-) TimerEvent: {} +[27.315756] (-) TimerEvent: {} +[27.416267] (-) TimerEvent: {} +[27.516793] (-) TimerEvent: {} +[27.617298] (-) TimerEvent: {} +[27.717788] (-) TimerEvent: {} +[27.818371] (-) TimerEvent: {} +[27.919019] (-) TimerEvent: {} +[28.019440] (-) TimerEvent: {} +[28.119904] (-) TimerEvent: {} +[28.220394] (-) TimerEvent: {} +[28.321164] (-) TimerEvent: {} +[28.421715] (-) TimerEvent: {} +[28.522284] (-) TimerEvent: {} +[28.623037] (-) TimerEvent: {} +[28.723544] (-) TimerEvent: {} +[28.824147] (-) TimerEvent: {} +[28.924921] (-) TimerEvent: {} +[29.025490] (-) TimerEvent: {} +[29.126308] (-) TimerEvent: {} +[29.226994] (-) TimerEvent: {} +[29.327475] (-) TimerEvent: {} +[29.428034] (-) TimerEvent: {} +[29.557644] (-) TimerEvent: {} +[29.658356] (-) TimerEvent: {} +[29.758885] (-) TimerEvent: {} +[29.859371] (-) TimerEvent: {} +[29.959988] (-) TimerEvent: {} +[30.060823] (-) TimerEvent: {} +[30.181948] (-) TimerEvent: {} +[30.282628] (-) TimerEvent: {} +[30.383281] (-) TimerEvent: {} +[30.483872] (-) TimerEvent: {} +[30.584570] (-) TimerEvent: {} +[30.685170] (-) TimerEvent: {} +[30.785874] (-) TimerEvent: {} +[30.886678] (-) TimerEvent: {} +[30.987396] (-) TimerEvent: {} +[31.087912] (-) TimerEvent: {} +[31.188547] (-) TimerEvent: {} +[31.288974] (-) TimerEvent: {} +[31.389428] (-) TimerEvent: {} +[31.489899] (-) TimerEvent: {} +[31.590305] (-) TimerEvent: {} +[31.690840] (-) TimerEvent: {} +[31.791351] (-) TimerEvent: {} +[31.891809] (-) TimerEvent: {} +[31.992486] (-) TimerEvent: {} +[32.093209] (-) TimerEvent: {} +[32.193828] (-) TimerEvent: {} +[32.294356] (-) TimerEvent: {} +[32.394868] (-) TimerEvent: {} +[32.495431] (-) TimerEvent: {} +[32.596019] (-) TimerEvent: {} +[32.696480] (-) TimerEvent: {} +[32.797097] (-) TimerEvent: {} +[32.897841] (-) TimerEvent: {} +[32.998237] (-) TimerEvent: {} +[33.098757] (-) TimerEvent: {} +[33.199302] (-) TimerEvent: {} +[33.300055] (-) TimerEvent: {} +[33.400718] (-) TimerEvent: {} +[33.506685] (-) TimerEvent: {} +[33.607684] (-) TimerEvent: {} +[33.708383] (-) TimerEvent: {} +[33.808894] (-) TimerEvent: {} +[33.909374] (-) TimerEvent: {} +[34.009845] (-) TimerEvent: {} +[34.110306] (-) TimerEvent: {} +[34.210789] (-) TimerEvent: {} +[34.311283] (-) TimerEvent: {} +[34.411807] (-) TimerEvent: {} +[34.512245] (-) TimerEvent: {} +[34.612701] (-) TimerEvent: {} +[34.713222] (-) TimerEvent: {} +[34.813658] (-) TimerEvent: {} +[34.914185] (-) TimerEvent: {} +[35.014660] (-) TimerEvent: {} +[35.115185] (-) TimerEvent: {} +[35.216041] (-) TimerEvent: {} +[35.316880] (-) TimerEvent: {} +[35.417328] (-) TimerEvent: {} +[35.517931] (-) TimerEvent: {} +[35.618419] (-) TimerEvent: {} +[35.718945] (-) TimerEvent: {} +[35.819333] (-) TimerEvent: {} +[35.919912] (-) TimerEvent: {} +[35.964947] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[36.020190] (-) TimerEvent: {} +[36.120726] (-) TimerEvent: {} +[36.221167] (-) TimerEvent: {} +[36.321764] (-) TimerEvent: {} +[36.422401] (-) TimerEvent: {} +[36.522977] (-) TimerEvent: {} +[36.623578] (-) TimerEvent: {} +[36.724343] (-) TimerEvent: {} +[36.819160] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[36.824555] (-) TimerEvent: {} +[36.855689] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[36.913781] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[36.924785] (-) TimerEvent: {} +[36.939519] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[36.966235] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[36.970923] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[36.976698] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[36.982801] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[36.986015] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[37.002574] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[37.003740] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[37.005469] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[37.006050] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[37.007577] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[37.009270] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[37.010207] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[37.010774] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[37.012007] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[37.012569] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[37.013209] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[37.025275] (-) TimerEvent: {} +[37.050843] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[37.051638] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[37.052229] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[37.052830] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[37.053650] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[37.054328] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[37.061900] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[37.125472] (-) TimerEvent: {} +[37.227755] (-) TimerEvent: {} +[37.332078] (-) TimerEvent: {} +[37.434784] (-) TimerEvent: {} +[37.460198] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[37.462912] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_03-06-40/logger_all.log b/log/build_2024-03-15_03-06-40/logger_all.log new file mode 100644 index 0000000..ad26eea --- /dev/null +++ b/log/build_2024-03-15_03-06-40/logger_all.log @@ -0,0 +1,138 @@ +[1.762s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.762s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[1.860s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[1.860s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[1.861s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[1.861s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[1.861s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[1.861s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[1.861s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[1.861s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[1.862s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[1.862s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[1.862s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[1.862s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[1.862s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[1.862s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[1.862s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[1.862s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[1.892s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[1.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[1.899s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[1.899s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[1.900s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[1.900s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[1.900s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[1.900s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[1.900s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[1.900s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[1.900s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[1.900s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[1.901s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[1.902s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[1.902s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[1.902s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[1.902s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[1.902s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[1.902s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[1.902s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[1.902s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[1.902s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[1.902s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.050s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.050s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.050s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.051s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.051s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.051s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.051s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.051s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.051s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.051s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.081s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.113s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.114s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.114s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.142s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.142s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.142s] 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/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[39.011s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[39.093s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[39.209s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[39.222s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[39.309s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[39.311s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[39.312s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[39.340s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[39.346s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[39.348s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[39.352s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[39.353s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[39.353s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[39.359s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[39.360s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[39.396s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[39.399s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[39.401s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[39.403s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[39.405s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[39.407s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[39.487s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[39.532s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[39.533s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[39.533s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[39.562s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[39.563s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[39.564s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[39.565s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[39.566s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[39.566s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[39.567s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[39.567s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[39.599s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[39.601s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[39.602s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[39.603s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[39.604s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[39.605s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[39.607s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[39.608s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[39.608s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[39.609s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[39.673s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[39.673s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[39.673s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[39.673s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[39.679s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[39.679s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[39.702s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[39.704s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[39.706s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[39.731s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[39.732s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[39.733s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[39.761s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[39.763s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[39.787s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[39.788s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_04-11-31/b_obstacle_detector/command.log b/log/build_2024-03-15_04-11-31/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_04-11-31/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_04-11-31/b_obstacle_detector/stderr.log b/log/build_2024-03-15_04-11-31/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..4d54493 --- /dev/null +++ b/log/build_2024-03-15_04-11-31/b_obstacle_detector/stderr.log @@ -0,0 +1,24 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:6:26: error: invalid initialization of reference of type ‘const rclcpp::InitOptions&’ from expression of type ‘const char [20]’ + 6 | rclcpp::init(argc,argv,"b_obstacle_detector"); + | ^~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40, + from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24, + from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20, + from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18, + from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20, + from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp:78:23: note: in passing argument 3 of ‘void rclcpp::init(int, const char* const*, const rclcpp::InitOptions&, rclcpp::SignalHandlerOptions)’ + 78 | const InitOptions & init_options = InitOptions(), + | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_04-11-31/b_obstacle_detector/stdout.log b/log/build_2024-03-15_04-11-31/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..1b52d7d --- /dev/null +++ b/log/build_2024-03-15_04-11-31/b_obstacle_detector/stdout.log @@ -0,0 +1,3 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_04-11-31/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_04-11-31/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..0f2f7f2 --- /dev/null +++ b/log/build_2024-03-15_04-11-31/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,27 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:6:26: error: invalid initialization of reference of type ‘const rclcpp::InitOptions&’ from expression of type ‘const char [20]’ + 6 | rclcpp::init(argc,argv,"b_obstacle_detector"); + | ^~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40, + from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24, + from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20, + from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18, + from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20, + from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp:78:23: note: in passing argument 3 of ‘void rclcpp::init(int, const char* const*, const rclcpp::InitOptions&, rclcpp::SignalHandlerOptions)’ + 78 | const InitOptions & init_options = InitOptions(), + | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_04-11-31/b_obstacle_detector/streams.log b/log/build_2024-03-15_04-11-31/b_obstacle_detector/streams.log new file mode 100644 index 0000000..3eb99bc --- /dev/null +++ b/log/build_2024-03-15_04-11-31/b_obstacle_detector/streams.log @@ -0,0 +1,29 @@ +[0.131s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.650s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.715s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.716s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[9.781s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +[9.783s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:6:26: error: invalid initialization of reference of type ‘const rclcpp::InitOptions&’ from expression of type ‘const char [20]’ +[9.783s] 6 | rclcpp::init(argc,argv,"b_obstacle_detector"); +[9.783s] | ^~~~~~~~~~~~~~~~~~~~~ +[9.783s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:25, +[9.784s] from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40, +[9.784s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24, +[9.784s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20, +[9.784s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25, +[9.785s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18, +[9.785s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20, +[9.785s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37, +[9.785s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, +[9.785s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, +[9.786s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[9.786s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[9.787s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +[9.787s] /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp:78:23: note: in passing argument 3 of ‘void rclcpp::init(int, const char* const*, const rclcpp::InitOptions&, rclcpp::SignalHandlerOptions)’ +[9.787s] 78 | const InitOptions & init_options = InitOptions(), +[9.788s] | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[12.739s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +[12.739s] gmake[2]: *** Waiting for unfinished jobs.... +[32.827s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[32.828s] gmake: *** [Makefile:146: all] Error 2 +[32.853s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_04-11-31/events.log b/log/build_2024-03-15_04-11-31/events.log new file mode 100644 index 0000000..b27404e --- /dev/null +++ b/log/build_2024-03-15_04-11-31/events.log @@ -0,0 +1,364 @@ +[0.000000] (-) TimerEvent: {} +[0.003014] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.003152] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.099607] (-) TimerEvent: {} +[0.108781] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.114796] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.116691] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.199908] (-) TimerEvent: {} +[0.300524] (-) TimerEvent: {} +[0.400957] (-) TimerEvent: {} +[0.501740] (-) TimerEvent: {} +[0.602358] (-) TimerEvent: {} +[0.653281] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.702560] (-) TimerEvent: {} +[0.718364] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.718629] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.802761] (-) TimerEvent: {} +[0.903233] (-) TimerEvent: {} +[1.003734] (-) TimerEvent: {} +[1.104284] (-) TimerEvent: {} +[1.205090] (-) TimerEvent: {} +[1.305740] (-) TimerEvent: {} +[1.406244] (-) TimerEvent: {} +[1.506919] (-) TimerEvent: {} +[1.607429] (-) TimerEvent: {} +[1.708025] (-) TimerEvent: {} +[1.808533] (-) TimerEvent: {} +[1.909051] (-) TimerEvent: {} +[2.009499] (-) TimerEvent: {} +[2.109957] (-) TimerEvent: {} +[2.210519] (-) TimerEvent: {} +[2.311003] (-) TimerEvent: {} +[2.411610] (-) TimerEvent: {} +[2.512132] (-) TimerEvent: {} +[2.612682] (-) TimerEvent: {} +[2.713304] (-) TimerEvent: {} +[2.813798] (-) TimerEvent: {} +[2.914286] (-) TimerEvent: {} +[3.014749] (-) TimerEvent: {} +[3.115203] (-) TimerEvent: {} +[3.215762] (-) TimerEvent: {} +[3.316317] (-) TimerEvent: {} +[3.416996] (-) TimerEvent: {} +[3.517694] (-) TimerEvent: {} +[3.618284] (-) TimerEvent: {} +[3.718779] (-) TimerEvent: {} +[3.819173] (-) TimerEvent: {} +[3.919757] (-) TimerEvent: {} +[4.020245] (-) TimerEvent: {} +[4.120708] (-) TimerEvent: {} +[4.221229] (-) TimerEvent: {} +[4.321835] (-) TimerEvent: {} +[4.422388] (-) TimerEvent: {} +[4.522867] (-) TimerEvent: {} +[4.623380] (-) TimerEvent: {} +[4.723932] (-) TimerEvent: {} +[4.829645] (-) TimerEvent: {} +[4.930443] (-) TimerEvent: {} +[5.031080] (-) TimerEvent: {} +[5.131514] (-) TimerEvent: {} +[5.231971] (-) TimerEvent: {} +[5.332891] (-) TimerEvent: {} +[5.433731] (-) TimerEvent: {} +[5.534177] (-) TimerEvent: {} +[5.634675] (-) TimerEvent: {} +[5.742532] (-) TimerEvent: {} +[5.873029] (-) TimerEvent: {} +[5.973752] (-) TimerEvent: {} +[6.074996] (-) TimerEvent: {} +[6.175708] (-) TimerEvent: {} +[6.278242] (-) TimerEvent: {} +[6.411241] (-) TimerEvent: {} +[6.512020] (-) TimerEvent: {} +[6.612665] (-) TimerEvent: {} +[6.713195] (-) TimerEvent: {} +[6.813756] (-) TimerEvent: {} +[6.914306] (-) TimerEvent: {} +[7.014800] (-) TimerEvent: {} +[7.115590] (-) TimerEvent: {} +[7.216327] (-) TimerEvent: {} +[7.317179] (-) TimerEvent: {} +[7.418020] (-) TimerEvent: {} +[7.518625] (-) TimerEvent: {} +[7.619460] (-) TimerEvent: {} +[7.720118] (-) TimerEvent: {} +[7.820549] (-) TimerEvent: {} +[7.921002] (-) TimerEvent: {} +[8.021444] (-) TimerEvent: {} +[8.121942] (-) TimerEvent: {} +[8.222616] (-) TimerEvent: {} +[8.324355] (-) TimerEvent: {} +[8.424805] (-) TimerEvent: {} +[8.525353] (-) TimerEvent: {} +[8.625930] (-) TimerEvent: {} +[8.726460] (-) TimerEvent: {} +[8.826924] (-) TimerEvent: {} +[8.927466] (-) TimerEvent: {} +[9.028177] (-) TimerEvent: {} +[9.128922] (-) TimerEvent: {} +[9.229441] (-) TimerEvent: {} +[9.329958] (-) TimerEvent: {} +[9.430454] (-) TimerEvent: {} +[9.530994] (-) TimerEvent: {} +[9.631554] (-) TimerEvent: {} +[9.732125] (-) TimerEvent: {} +[9.783791] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:\x1b[m\x1b[K In function \xe2\x80\x98\x1b[01m\x1b[Kint main(int, char**)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[9.785243] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:6:26:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid initialization of reference of type \xe2\x80\x98\x1b[01m\x1b[Kconst rclcpp::InitOptions&\x1b[m\x1b[K\xe2\x80\x99 from expression of type \xe2\x80\x98\x1b[01m\x1b[Kconst char [20]\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.785892] (b_obstacle_detector) StderrLine: {'line': b' 6 | rclcpp::init(argc,argv,\x1b[01;31m\x1b[K"b_obstacle_detector"\x1b[m\x1b[K);\n'} +[9.786136] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[9.786309] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:25\x1b[m\x1b[K,\n'} +[9.786784] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40\x1b[m\x1b[K,\n'} +[9.787047] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24\x1b[m\x1b[K,\n'} +[9.787270] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20\x1b[m\x1b[K,\n'} +[9.787479] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25\x1b[m\x1b[K,\n'} +[9.787698] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18\x1b[m\x1b[K,\n'} +[9.787924] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20\x1b[m\x1b[K,\n'} +[9.788141] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37\x1b[m\x1b[K,\n'} +[9.788320] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25\x1b[m\x1b[K,\n'} +[9.788450] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21\x1b[m\x1b[K,\n'} +[9.788954] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[9.789173] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[9.789757] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1\x1b[m\x1b[K:\n'} +[9.790142] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp:78:23:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kin passing argument 3 of \xe2\x80\x98\x1b[01m\x1b[Kvoid rclcpp::init(int, const char* const*, const rclcpp::InitOptions&, rclcpp::SignalHandlerOptions)\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.790509] (b_obstacle_detector) StderrLine: {'line': b' 78 | \x1b[01;36m\x1b[Kconst InitOptions & init_options = InitOptions()\x1b[m\x1b[K,\n'} +[9.790708] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[9.832320] (-) TimerEvent: {} +[9.932823] (-) TimerEvent: {} +[10.033279] (-) TimerEvent: {} +[10.133761] (-) TimerEvent: {} +[10.234254] (-) TimerEvent: {} +[10.334795] (-) TimerEvent: {} +[10.435297] (-) TimerEvent: {} +[10.535785] (-) TimerEvent: {} +[10.636352] (-) TimerEvent: {} +[10.736939] (-) TimerEvent: {} +[10.837515] (-) TimerEvent: {} +[10.937981] (-) TimerEvent: {} +[11.038503] (-) TimerEvent: {} +[11.138961] (-) TimerEvent: {} +[11.239421] (-) TimerEvent: {} +[11.339897] (-) TimerEvent: {} +[11.440410] (-) TimerEvent: {} +[11.540834] (-) TimerEvent: {} +[11.641519] (-) TimerEvent: {} +[11.742025] (-) TimerEvent: {} +[11.843023] (-) TimerEvent: {} +[11.943751] (-) TimerEvent: {} +[12.044374] (-) TimerEvent: {} +[12.145092] (-) TimerEvent: {} +[12.245738] (-) TimerEvent: {} +[12.346571] (-) TimerEvent: {} +[12.447464] (-) TimerEvent: {} +[12.548298] (-) TimerEvent: {} +[12.649011] (-) TimerEvent: {} +[12.741834] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1\n'} +[12.742230] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** Waiting for unfinished jobs....\n'} +[12.749219] (-) TimerEvent: {} +[12.849831] (-) TimerEvent: {} +[12.950466] (-) TimerEvent: {} +[13.051037] (-) TimerEvent: {} +[13.151738] (-) TimerEvent: {} +[13.252293] (-) TimerEvent: {} +[13.353077] (-) TimerEvent: {} +[13.453912] (-) TimerEvent: {} +[13.554591] (-) TimerEvent: {} +[13.655089] (-) TimerEvent: {} +[13.755724] (-) TimerEvent: {} +[13.856322] (-) TimerEvent: {} +[13.956934] (-) TimerEvent: {} +[14.057378] (-) TimerEvent: {} +[14.157846] (-) TimerEvent: {} +[14.258401] (-) TimerEvent: {} +[14.358998] (-) TimerEvent: {} +[14.459590] (-) TimerEvent: {} +[14.560090] (-) TimerEvent: {} +[14.660597] (-) TimerEvent: {} +[14.761220] (-) TimerEvent: {} +[14.861809] (-) TimerEvent: {} +[14.962427] (-) TimerEvent: {} +[15.063120] (-) TimerEvent: {} +[15.163702] (-) TimerEvent: {} +[15.264318] (-) TimerEvent: {} +[15.364879] (-) TimerEvent: {} +[15.465461] (-) TimerEvent: {} +[15.566141] (-) TimerEvent: {} +[15.666726] (-) TimerEvent: {} +[15.767278] (-) TimerEvent: {} +[15.867939] (-) TimerEvent: {} +[15.968496] (-) TimerEvent: {} +[16.068983] (-) TimerEvent: {} +[16.169545] (-) TimerEvent: {} +[16.270109] (-) TimerEvent: {} +[16.370565] (-) TimerEvent: {} +[16.471127] (-) TimerEvent: {} +[16.571677] (-) TimerEvent: {} +[16.672184] (-) TimerEvent: {} +[16.772830] (-) TimerEvent: {} +[16.873458] (-) TimerEvent: {} +[16.974155] (-) TimerEvent: {} +[17.074850] (-) TimerEvent: {} +[17.175332] (-) TimerEvent: {} +[17.275806] (-) TimerEvent: {} +[17.376375] (-) TimerEvent: {} +[17.476905] (-) TimerEvent: {} +[17.577459] (-) TimerEvent: {} +[17.678121] (-) TimerEvent: {} +[17.778754] (-) TimerEvent: {} +[17.879606] (-) TimerEvent: {} +[17.980329] (-) TimerEvent: {} +[18.081093] (-) TimerEvent: {} +[18.181624] (-) TimerEvent: {} +[18.282127] (-) TimerEvent: {} +[18.382600] (-) TimerEvent: {} +[18.483159] (-) TimerEvent: {} +[18.583653] (-) TimerEvent: {} +[18.684073] (-) TimerEvent: {} +[18.784567] (-) TimerEvent: {} +[18.885017] (-) TimerEvent: {} +[18.985543] (-) TimerEvent: {} +[19.086074] (-) TimerEvent: {} +[19.186608] (-) TimerEvent: {} +[19.287201] (-) TimerEvent: {} +[19.387889] (-) TimerEvent: {} +[19.488412] (-) TimerEvent: {} +[19.588929] (-) TimerEvent: {} +[19.689428] (-) TimerEvent: {} +[19.789906] (-) TimerEvent: {} +[19.890477] (-) TimerEvent: {} +[19.991070] (-) TimerEvent: {} +[20.091664] (-) TimerEvent: {} +[20.192305] (-) TimerEvent: {} +[20.292968] (-) TimerEvent: {} +[20.393508] (-) TimerEvent: {} +[20.493941] (-) TimerEvent: {} +[20.594559] (-) TimerEvent: {} +[20.694960] (-) TimerEvent: {} +[20.795541] (-) TimerEvent: {} +[20.896027] (-) TimerEvent: {} +[20.996511] (-) TimerEvent: {} +[21.096997] (-) TimerEvent: {} +[21.197451] (-) TimerEvent: {} +[21.298031] (-) TimerEvent: {} +[21.398681] (-) TimerEvent: {} +[21.499328] (-) TimerEvent: {} +[21.599769] (-) TimerEvent: {} +[21.700401] (-) TimerEvent: {} +[21.800937] (-) TimerEvent: {} +[21.901486] (-) TimerEvent: {} +[22.002011] (-) TimerEvent: {} +[22.102512] (-) TimerEvent: {} +[22.202953] (-) TimerEvent: {} +[22.303476] (-) TimerEvent: {} +[22.404233] (-) TimerEvent: {} +[22.504829] (-) TimerEvent: {} +[22.605337] (-) TimerEvent: {} +[22.705894] (-) TimerEvent: {} +[22.806460] (-) TimerEvent: {} +[22.906988] (-) TimerEvent: {} +[23.007485] (-) TimerEvent: {} +[23.107904] (-) TimerEvent: {} +[23.208382] (-) TimerEvent: {} +[23.308864] (-) TimerEvent: {} +[23.409377] (-) TimerEvent: {} +[23.509952] (-) TimerEvent: {} +[23.610495] (-) TimerEvent: {} +[23.711019] (-) TimerEvent: {} +[23.811620] (-) TimerEvent: {} +[23.912193] (-) TimerEvent: {} +[24.012674] (-) TimerEvent: {} +[24.113104] (-) TimerEvent: {} +[24.213538] (-) TimerEvent: {} +[24.314047] (-) TimerEvent: {} +[24.414495] (-) TimerEvent: {} +[24.515131] (-) TimerEvent: {} +[24.615643] (-) TimerEvent: {} +[24.716181] (-) TimerEvent: {} +[24.816753] (-) TimerEvent: {} +[24.917401] (-) TimerEvent: {} +[25.017937] (-) TimerEvent: {} +[25.118879] (-) TimerEvent: {} +[25.219593] (-) TimerEvent: {} +[25.320078] (-) TimerEvent: {} +[25.420588] (-) TimerEvent: {} +[25.521115] (-) TimerEvent: {} +[25.621641] (-) TimerEvent: {} +[25.722063] (-) TimerEvent: {} +[25.822609] (-) TimerEvent: {} +[25.923202] (-) TimerEvent: {} +[26.023862] (-) TimerEvent: {} +[26.124382] (-) TimerEvent: {} +[26.224891] (-) TimerEvent: {} +[26.325403] (-) TimerEvent: {} +[26.425850] (-) TimerEvent: {} +[26.526393] (-) TimerEvent: {} +[26.626993] (-) TimerEvent: {} +[26.727472] (-) TimerEvent: {} +[26.827921] (-) TimerEvent: {} +[26.928413] (-) TimerEvent: {} +[27.028845] (-) TimerEvent: {} +[27.129461] (-) TimerEvent: {} +[27.230040] (-) TimerEvent: {} +[27.330578] (-) TimerEvent: {} +[27.431108] (-) TimerEvent: {} +[27.531695] (-) TimerEvent: {} +[27.632407] (-) TimerEvent: {} +[27.732952] (-) TimerEvent: {} +[27.833514] (-) TimerEvent: {} +[27.934035] (-) TimerEvent: {} +[28.034611] (-) TimerEvent: {} +[28.135183] (-) TimerEvent: {} +[28.235767] (-) TimerEvent: {} +[28.336724] (-) TimerEvent: {} +[28.437241] (-) TimerEvent: {} +[28.537753] (-) TimerEvent: {} +[28.638477] (-) TimerEvent: {} +[28.739027] (-) TimerEvent: {} +[28.839477] (-) TimerEvent: {} +[28.939948] (-) TimerEvent: {} +[29.040550] (-) TimerEvent: {} +[29.141123] (-) TimerEvent: {} +[29.241665] (-) TimerEvent: {} +[29.342224] (-) TimerEvent: {} +[29.442795] (-) TimerEvent: {} +[29.543310] (-) TimerEvent: {} +[29.643786] (-) TimerEvent: {} +[29.744309] (-) TimerEvent: {} +[29.844815] (-) TimerEvent: {} +[29.945325] (-) TimerEvent: {} +[30.045854] (-) TimerEvent: {} +[30.146493] (-) TimerEvent: {} +[30.247170] (-) TimerEvent: {} +[30.347648] (-) TimerEvent: {} +[30.448269] (-) TimerEvent: {} +[30.549034] (-) TimerEvent: {} +[30.649774] (-) TimerEvent: {} +[30.750685] (-) TimerEvent: {} +[30.851205] (-) TimerEvent: {} +[30.951708] (-) TimerEvent: {} +[31.052249] (-) TimerEvent: {} +[31.152819] (-) TimerEvent: {} +[31.253326] (-) TimerEvent: {} +[31.353823] (-) TimerEvent: {} +[31.454286] (-) TimerEvent: {} +[31.554874] (-) TimerEvent: {} +[31.655471] (-) TimerEvent: {} +[31.755974] (-) TimerEvent: {} +[31.856413] (-) TimerEvent: {} +[31.957007] (-) TimerEvent: {} +[32.057554] (-) TimerEvent: {} +[32.158041] (-) TimerEvent: {} +[32.258501] (-) TimerEvent: {} +[32.358923] (-) TimerEvent: {} +[32.459433] (-) TimerEvent: {} +[32.559978] (-) TimerEvent: {} +[32.660429] (-) TimerEvent: {} +[32.760868] (-) TimerEvent: {} +[32.830044] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[32.830865] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[32.849979] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[32.861088] (-) TimerEvent: {} +[32.961574] (-) TimerEvent: {} +[33.052457] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[33.061777] (-) TimerEvent: {} +[33.064242] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_04-11-31/logger_all.log b/log/build_2024-03-15_04-11-31/logger_all.log new file mode 100644 index 0000000..5b1942b --- /dev/null +++ b/log/build_2024-03-15_04-11-31/logger_all.log @@ -0,0 +1,118 @@ +[1.871s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.872s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.021s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.021s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.021s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.021s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.022s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.022s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.022s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.023s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.024s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.024s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.024s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.024s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.024s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.024s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.025s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.025s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.058s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.058s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.058s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.058s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.058s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.058s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.058s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.058s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.059s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.059s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.059s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.059s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.059s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.059s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.071s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.073s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.073s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.073s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.073s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.073s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.073s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.074s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.074s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.074s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.077s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.077s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.077s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.077s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.077s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.077s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.077s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.077s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.077s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.077s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.078s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.078s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.078s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.281s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.282s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.282s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.282s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.282s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.282s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.282s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.282s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.282s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.282s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.311s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.327s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.328s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.329s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.350s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.350s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.350s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.460s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[35.183s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[35.260s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[35.288s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[35.297s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[35.298s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[35.319s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[35.325s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[35.327s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[35.331s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[35.332s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[35.332s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[35.339s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[35.340s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[35.362s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[35.364s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[35.366s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[35.369s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[35.372s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[35.375s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[35.388s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[35.388s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[35.388s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[35.389s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[35.476s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[35.476s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[35.476s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[35.477s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[35.485s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[35.485s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[35.516s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[35.519s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[35.522s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[35.551s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[35.553s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[35.555s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[35.575s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[35.576s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[35.592s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[35.593s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_04-17-19/b_obstacle_detector/command.log b/log/build_2024-03-15_04-17-19/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_04-17-19/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_04-17-19/b_obstacle_detector/stderr.log b/log/build_2024-03-15_04-17-19/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..8fa1341 --- /dev/null +++ b/log/build_2024-03-15_04-17-19/b_obstacle_detector/stderr.log @@ -0,0 +1,7 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_04-17-19/b_obstacle_detector/stdout.log b/log/build_2024-03-15_04-17-19/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..1b52d7d --- /dev/null +++ b/log/build_2024-03-15_04-17-19/b_obstacle_detector/stdout.log @@ -0,0 +1,3 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_04-17-19/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_04-17-19/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..bb2cfc1 --- /dev/null +++ b/log/build_2024-03-15_04-17-19/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,10 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_04-17-19/b_obstacle_detector/streams.log b/log/build_2024-03-15_04-17-19/b_obstacle_detector/streams.log new file mode 100644 index 0000000..be68786 --- /dev/null +++ b/log/build_2024-03-15_04-17-19/b_obstacle_detector/streams.log @@ -0,0 +1,12 @@ +[0.118s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.302s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.348s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.348s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[5.408s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[5.408s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope +[5.408s] 48 | loop_rate.sleep(); +[5.408s] | ^~~~~~~~~ +[10.615s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[10.615s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[10.615s] gmake: *** [Makefile:146: all] Error 2 +[10.623s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_04-17-19/events.log b/log/build_2024-03-15_04-17-19/events.log new file mode 100644 index 0000000..e2d7ae6 --- /dev/null +++ b/log/build_2024-03-15_04-17-19/events.log @@ -0,0 +1,126 @@ +[0.000000] (-) TimerEvent: {} +[0.001095] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001801] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.097750] (-) TimerEvent: {} +[0.105472] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.108281] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.110820] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.197938] (-) TimerEvent: {} +[0.298421] (-) TimerEvent: {} +[0.304378] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.349950] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.350358] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.398645] (-) TimerEvent: {} +[0.499095] (-) TimerEvent: {} +[0.599621] (-) TimerEvent: {} +[0.700209] (-) TimerEvent: {} +[0.800761] (-) TimerEvent: {} +[0.901240] (-) TimerEvent: {} +[1.001708] (-) TimerEvent: {} +[1.102168] (-) TimerEvent: {} +[1.202670] (-) TimerEvent: {} +[1.303225] (-) TimerEvent: {} +[1.403882] (-) TimerEvent: {} +[1.504349] (-) TimerEvent: {} +[1.604969] (-) TimerEvent: {} +[1.705685] (-) TimerEvent: {} +[1.806342] (-) TimerEvent: {} +[1.907017] (-) TimerEvent: {} +[2.007837] (-) TimerEvent: {} +[2.108341] (-) TimerEvent: {} +[2.209009] (-) TimerEvent: {} +[2.309629] (-) TimerEvent: {} +[2.410102] (-) TimerEvent: {} +[2.510717] (-) TimerEvent: {} +[2.611347] (-) TimerEvent: {} +[2.711941] (-) TimerEvent: {} +[2.812491] (-) TimerEvent: {} +[2.912960] (-) TimerEvent: {} +[3.013491] (-) TimerEvent: {} +[3.113995] (-) TimerEvent: {} +[3.214528] (-) TimerEvent: {} +[3.315029] (-) TimerEvent: {} +[3.415586] (-) TimerEvent: {} +[3.516246] (-) TimerEvent: {} +[3.616795] (-) TimerEvent: {} +[3.717399] (-) TimerEvent: {} +[3.818045] (-) TimerEvent: {} +[3.918704] (-) TimerEvent: {} +[4.019443] (-) TimerEvent: {} +[4.119916] (-) TimerEvent: {} +[4.220462] (-) TimerEvent: {} +[4.321055] (-) TimerEvent: {} +[4.421563] (-) TimerEvent: {} +[4.521991] (-) TimerEvent: {} +[4.622536] (-) TimerEvent: {} +[4.723001] (-) TimerEvent: {} +[4.823561] (-) TimerEvent: {} +[4.924109] (-) TimerEvent: {} +[5.024761] (-) TimerEvent: {} +[5.125300] (-) TimerEvent: {} +[5.225767] (-) TimerEvent: {} +[5.326270] (-) TimerEvent: {} +[5.409408] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[5.410050] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[5.410281] (b_obstacle_detector) StderrLine: {'line': b' 48 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[5.410469] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[5.426466] (-) TimerEvent: {} +[5.526972] (-) TimerEvent: {} +[5.627454] (-) TimerEvent: {} +[5.727972] (-) TimerEvent: {} +[5.828492] (-) TimerEvent: {} +[5.929023] (-) TimerEvent: {} +[6.029629] (-) TimerEvent: {} +[6.130283] (-) TimerEvent: {} +[6.230933] (-) TimerEvent: {} +[6.331548] (-) TimerEvent: {} +[6.432121] (-) TimerEvent: {} +[6.532861] (-) TimerEvent: {} +[6.633710] (-) TimerEvent: {} +[6.734354] (-) TimerEvent: {} +[6.848526] (-) TimerEvent: {} +[6.949134] (-) TimerEvent: {} +[7.049586] (-) TimerEvent: {} +[7.150106] (-) TimerEvent: {} +[7.250655] (-) TimerEvent: {} +[7.351213] (-) TimerEvent: {} +[7.451745] (-) TimerEvent: {} +[7.552198] (-) TimerEvent: {} +[7.652651] (-) TimerEvent: {} +[7.753156] (-) TimerEvent: {} +[7.853746] (-) TimerEvent: {} +[7.954269] (-) TimerEvent: {} +[8.054748] (-) TimerEvent: {} +[8.155266] (-) TimerEvent: {} +[8.255795] (-) TimerEvent: {} +[8.356228] (-) TimerEvent: {} +[8.456786] (-) TimerEvent: {} +[8.557566] (-) TimerEvent: {} +[8.658368] (-) TimerEvent: {} +[8.758826] (-) TimerEvent: {} +[8.859313] (-) TimerEvent: {} +[8.959838] (-) TimerEvent: {} +[9.060295] (-) TimerEvent: {} +[9.160887] (-) TimerEvent: {} +[9.261473] (-) TimerEvent: {} +[9.362001] (-) TimerEvent: {} +[9.462404] (-) TimerEvent: {} +[9.562923] (-) TimerEvent: {} +[9.663409] (-) TimerEvent: {} +[9.763978] (-) TimerEvent: {} +[9.864512] (-) TimerEvent: {} +[9.964991] (-) TimerEvent: {} +[10.065515] (-) TimerEvent: {} +[10.166041] (-) TimerEvent: {} +[10.266577] (-) TimerEvent: {} +[10.367085] (-) TimerEvent: {} +[10.467594] (-) TimerEvent: {} +[10.568123] (-) TimerEvent: {} +[10.616546] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[10.617034] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[10.617246] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[10.624460] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[10.668338] (-) TimerEvent: {} +[10.764633] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[10.768461] (-) TimerEvent: {} +[10.776620] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_04-17-19/logger_all.log b/log/build_2024-03-15_04-17-19/logger_all.log new file mode 100644 index 0000000..3757d97 --- /dev/null +++ b/log/build_2024-03-15_04-17-19/logger_all.log @@ -0,0 +1,118 @@ +[2.688s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.689s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.766s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.766s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.766s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.766s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.766s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.766s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.766s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.766s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.766s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.766s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.767s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.767s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.767s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.767s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.767s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.767s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.797s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.797s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.797s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.797s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.797s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.798s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.806s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.806s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.809s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.809s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.809s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.809s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.809s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.809s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.809s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.809s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.809s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.809s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.809s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.809s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.809s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.922s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.922s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.922s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.922s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.922s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.922s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.922s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.922s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.922s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.938s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.955s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.956s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.956s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.997s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.997s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.998s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.077s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[13.581s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[13.654s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[13.674s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[13.679s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[13.679s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[13.693s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[13.694s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[13.695s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[13.696s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[13.697s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[13.697s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[13.700s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[13.701s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[13.713s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[13.715s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[13.716s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[13.718s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[13.719s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[13.720s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[13.732s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[13.732s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[13.733s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[13.733s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[13.776s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[13.776s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[13.776s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[13.777s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[13.780s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[13.781s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[13.797s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[13.799s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[13.802s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[13.820s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[13.822s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[13.822s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[13.839s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[13.840s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[13.856s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[13.857s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_05-26-03/b_obstacle_detector/command.log b/log/build_2024-03-15_05-26-03/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_05-26-03/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_05-26-03/b_obstacle_detector/stderr.log b/log/build_2024-03-15_05-26-03/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..aebecfa --- /dev/null +++ b/log/build_2024-03-15_05-26-03/b_obstacle_detector/stderr.log @@ -0,0 +1,43 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:97: error: ‘pi’ was not declared in this scope + 11 | = this->declare_parameter("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:122: warning: already captured ‘rad’ in lambda expression + 11 | r("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:141: warning: already captured ‘rad’ in lambda expression + 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:143: error: expected ‘{’ before ‘)’ token + 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:61: error: no matching function for call to ‘ObstacleDetector::declare_parameter(const char [24], ObstacleDetector::ObstacleDetector()::)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const double&’ + 197 | const ParameterT & default_value, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 215 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} + 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_05-26-03/b_obstacle_detector/stdout.log b/log/build_2024-03-15_05-26-03/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..21c00c1 --- /dev/null +++ b/log/build_2024-03-15_05-26-03/b_obstacle_detector/stdout.log @@ -0,0 +1,3 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_05-26-03/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_05-26-03/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..bc62675 --- /dev/null +++ b/log/build_2024-03-15_05-26-03/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,46 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:97: error: ‘pi’ was not declared in this scope + 11 | = this->declare_parameter("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:122: warning: already captured ‘rad’ in lambda expression + 11 | r("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:141: warning: already captured ‘rad’ in lambda expression + 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:143: error: expected ‘{’ before ‘)’ token + 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:61: error: no matching function for call to ‘ObstacleDetector::declare_parameter(const char [24], ObstacleDetector::ObstacleDetector()::)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const double&’ + 197 | const ParameterT & default_value, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 215 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} + 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_05-26-03/b_obstacle_detector/streams.log b/log/build_2024-03-15_05-26-03/b_obstacle_detector/streams.log new file mode 100644 index 0000000..06ff61c --- /dev/null +++ b/log/build_2024-03-15_05-26-03/b_obstacle_detector/streams.log @@ -0,0 +1,48 @@ +[0.155s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.510s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.564s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[0.564s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[13.097s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[13.099s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:97: error: ‘pi’ was not declared in this scope +[13.099s] 11 | = this->declare_parameter("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[13.099s] | ^~ +[13.099s] +[13.100s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:122: warning: already captured ‘rad’ in lambda expression +[13.101s] 11 | r("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[13.101s] | ^ +[13.101s] +[13.101s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:141: warning: already captured ‘rad’ in lambda expression +[13.101s] 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[13.102s] | ^ +[13.102s] +[13.102s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +[13.102s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:143: error: expected ‘{’ before ‘)’ token +[13.102s] 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[13.103s] | ^ +[13.103s] +[13.103s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[13.103s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:61: error: no matching function for call to ‘ObstacleDetector::declare_parameter(const char [24], ObstacleDetector::ObstacleDetector()::)’ +[13.103s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[13.104s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[13.104s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, +[13.104s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[13.104s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[13.104s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[13.104s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[13.105s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[13.105s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ +[13.105s] 195 | Node::declare_parameter( +[13.105s] | ^~~~ +[13.106s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const double&’ +[13.106s] 197 | const ParameterT & default_value, +[13.106s] | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +[13.106s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ +[13.106s] 215 | Node::declare_parameter( +[13.107s] | ^~~~ +[13.107s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} +[13.108s] 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, +[13.108s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +[18.457s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[18.460s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[18.460s] gmake: *** [Makefile:146: all] Error 2 +[18.524s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_05-26-03/events.log b/log/build_2024-03-15_05-26-03/events.log new file mode 100644 index 0000000..1c89484 --- /dev/null +++ b/log/build_2024-03-15_05-26-03/events.log @@ -0,0 +1,242 @@ +[0.000000] (-) TimerEvent: {} +[0.005704] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.007444] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.099957] (-) TimerEvent: {} +[0.142036] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.145610] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.146802] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.200123] (-) TimerEvent: {} +[0.300730] (-) TimerEvent: {} +[0.401290] (-) TimerEvent: {} +[0.501934] (-) TimerEvent: {} +[0.517040] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.571124] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.571369] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.602089] (-) TimerEvent: {} +[0.702501] (-) TimerEvent: {} +[0.802941] (-) TimerEvent: {} +[0.903497] (-) TimerEvent: {} +[1.004069] (-) TimerEvent: {} +[1.104707] (-) TimerEvent: {} +[1.205344] (-) TimerEvent: {} +[1.305878] (-) TimerEvent: {} +[1.406378] (-) TimerEvent: {} +[1.506823] (-) TimerEvent: {} +[1.607412] (-) TimerEvent: {} +[1.708022] (-) TimerEvent: {} +[1.808717] (-) TimerEvent: {} +[1.909371] (-) TimerEvent: {} +[2.010275] (-) TimerEvent: {} +[2.111235] (-) TimerEvent: {} +[2.211785] (-) TimerEvent: {} +[2.312282] (-) TimerEvent: {} +[2.412754] (-) TimerEvent: {} +[2.513303] (-) TimerEvent: {} +[2.613925] (-) TimerEvent: {} +[2.714471] (-) TimerEvent: {} +[2.814983] (-) TimerEvent: {} +[2.915504] (-) TimerEvent: {} +[3.016134] (-) TimerEvent: {} +[3.116722] (-) TimerEvent: {} +[3.217135] (-) TimerEvent: {} +[3.317612] (-) TimerEvent: {} +[3.418078] (-) TimerEvent: {} +[3.518576] (-) TimerEvent: {} +[3.619107] (-) TimerEvent: {} +[3.719541] (-) TimerEvent: {} +[3.820053] (-) TimerEvent: {} +[3.920546] (-) TimerEvent: {} +[4.021116] (-) TimerEvent: {} +[4.121680] (-) TimerEvent: {} +[4.222198] (-) TimerEvent: {} +[4.322817] (-) TimerEvent: {} +[4.423505] (-) TimerEvent: {} +[4.524141] (-) TimerEvent: {} +[4.624822] (-) TimerEvent: {} +[4.725437] (-) TimerEvent: {} +[4.826143] (-) TimerEvent: {} +[4.926626] (-) TimerEvent: {} +[5.027128] (-) TimerEvent: {} +[5.127862] (-) TimerEvent: {} +[5.228503] (-) TimerEvent: {} +[5.329305] (-) TimerEvent: {} +[5.430001] (-) TimerEvent: {} +[5.530625] (-) TimerEvent: {} +[5.631358] (-) TimerEvent: {} +[5.731938] (-) TimerEvent: {} +[5.832412] (-) TimerEvent: {} +[5.932958] (-) TimerEvent: {} +[6.033447] (-) TimerEvent: {} +[6.133885] (-) TimerEvent: {} +[6.234381] (-) TimerEvent: {} +[6.334844] (-) TimerEvent: {} +[6.435416] (-) TimerEvent: {} +[6.536052] (-) TimerEvent: {} +[6.636690] (-) TimerEvent: {} +[6.737193] (-) TimerEvent: {} +[6.837647] (-) TimerEvent: {} +[6.938130] (-) TimerEvent: {} +[7.038681] (-) TimerEvent: {} +[7.139359] (-) TimerEvent: {} +[7.239958] (-) TimerEvent: {} +[7.340512] (-) TimerEvent: {} +[7.441134] (-) TimerEvent: {} +[7.541611] (-) TimerEvent: {} +[7.642083] (-) TimerEvent: {} +[7.742598] (-) TimerEvent: {} +[7.843151] (-) TimerEvent: {} +[7.943732] (-) TimerEvent: {} +[8.044511] (-) TimerEvent: {} +[8.145045] (-) TimerEvent: {} +[8.245553] (-) TimerEvent: {} +[8.346144] (-) TimerEvent: {} +[8.446706] (-) TimerEvent: {} +[8.547272] (-) TimerEvent: {} +[8.647815] (-) TimerEvent: {} +[8.748388] (-) TimerEvent: {} +[8.849111] (-) TimerEvent: {} +[8.949693] (-) TimerEvent: {} +[9.050267] (-) TimerEvent: {} +[9.150936] (-) TimerEvent: {} +[9.251449] (-) TimerEvent: {} +[9.351921] (-) TimerEvent: {} +[9.452401] (-) TimerEvent: {} +[9.552932] (-) TimerEvent: {} +[9.653425] (-) TimerEvent: {} +[9.753891] (-) TimerEvent: {} +[9.854359] (-) TimerEvent: {} +[9.954838] (-) TimerEvent: {} +[10.055348] (-) TimerEvent: {} +[10.155793] (-) TimerEvent: {} +[10.256239] (-) TimerEvent: {} +[10.356758] (-) TimerEvent: {} +[10.457207] (-) TimerEvent: {} +[10.557709] (-) TimerEvent: {} +[10.658180] (-) TimerEvent: {} +[10.758678] (-) TimerEvent: {} +[10.859314] (-) TimerEvent: {} +[10.959864] (-) TimerEvent: {} +[11.060387] (-) TimerEvent: {} +[11.160885] (-) TimerEvent: {} +[11.261632] (-) TimerEvent: {} +[11.362297] (-) TimerEvent: {} +[11.462952] (-) TimerEvent: {} +[11.563636] (-) TimerEvent: {} +[11.664608] (-) TimerEvent: {} +[11.765447] (-) TimerEvent: {} +[11.865996] (-) TimerEvent: {} +[11.966690] (-) TimerEvent: {} +[12.067117] (-) TimerEvent: {} +[12.167558] (-) TimerEvent: {} +[12.268016] (-) TimerEvent: {} +[12.368482] (-) TimerEvent: {} +[12.468969] (-) TimerEvent: {} +[12.569428] (-) TimerEvent: {} +[12.669944] (-) TimerEvent: {} +[12.770564] (-) TimerEvent: {} +[12.871066] (-) TimerEvent: {} +[12.971548] (-) TimerEvent: {} +[13.072090] (-) TimerEvent: {} +[13.101228] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[13.105766] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:97:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kpi\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[13.106225] (b_obstacle_detector) StderrLine: {'line': b' 11 | = this->declare_parameter("ignore_angle_range_list",[rad(3.0*\x1b[01;31m\x1b[Kpi\x1b[m\x1b[K/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]);\n'} +[13.106578] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~\x1b[m\x1b[K\n'} +[13.106724] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[13.106874] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:122:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kalready captured \xe2\x80\x98\x1b[01m\x1b[Krad\x1b[m\x1b[K\xe2\x80\x99 in lambda expression\n'} +[13.107474] (b_obstacle_detector) StderrLine: {'line': b' 11 | r("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0\x1b[01;35m\x1b[K)\x1b[m\x1b[K, rad(11.0*pi/16.0)]);\n'} +[13.108263] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^\x1b[m\x1b[K\n'} +[13.108414] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[13.108614] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:141:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kalready captured \xe2\x80\x98\x1b[01m\x1b[Krad\x1b[m\x1b[K\xe2\x80\x99 in lambda expression\n'} +[13.108761] (b_obstacle_detector) StderrLine: {'line': b' 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0\x1b[01;35m\x1b[K)\x1b[m\x1b[K]);\n'} +[13.108926] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^\x1b[m\x1b[K\n'} +[13.109067] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[13.109237] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In lambda function:\n'} +[13.109467] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:143:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kexpected \xe2\x80\x98\x1b[01m\x1b[K{\x1b[m\x1b[K\xe2\x80\x99 before \xe2\x80\x98\x1b[01m\x1b[K)\x1b[m\x1b[K\xe2\x80\x99 token\n'} +[13.109698] (b_obstacle_detector) StderrLine: {'line': b' 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]\x1b[01;31m\x1b[K)\x1b[m\x1b[K;\n'} +[13.109911] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^\x1b[m\x1b[K\n'} +[13.110137] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[13.110352] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[13.110665] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:61:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::declare_parameter(const char [24], ObstacleDetector::ObstacleDetector()::)\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.110812] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)])\x1b[m\x1b[K;\n'} +[13.110984] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[13.111143] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321\x1b[m\x1b[K,\n'} +[13.111306] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[13.111481] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[13.111701] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[13.111864] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[13.111990] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[13.112262] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kauto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.112553] (b_obstacle_detector) StderrLine: {'line': b' 195 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[13.112829] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[13.112984] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 2 from \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()::\x1b[m\x1b[K\xe2\x80\x99 to \xe2\x80\x98\x1b[01m\x1b[Kconst double&\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.113159] (b_obstacle_detector) StderrLine: {'line': b' 197 | \x1b[01;36m\x1b[Kconst ParameterT & default_value\x1b[m\x1b[K,\n'} +[13.113411] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[13.113595] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kauto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.113762] (b_obstacle_detector) StderrLine: {'line': b' 215 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[13.114025] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[13.114269] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 2 from \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()::\x1b[m\x1b[K\xe2\x80\x99 to \xe2\x80\x98\x1b[01m\x1b[Kconst ParameterDescriptor&\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kconst rcl_interfaces::msg::ParameterDescriptor_ >&\x1b[m\x1b[K\xe2\x80\x99}\n'} +[13.114971] (b_obstacle_detector) StderrLine: {'line': b' 217 | \x1b[01;36m\x1b[Kconst rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor\x1b[m\x1b[K,\n'} +[13.115221] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[13.172310] (-) TimerEvent: {} +[13.272949] (-) TimerEvent: {} +[13.373538] (-) TimerEvent: {} +[13.474185] (-) TimerEvent: {} +[13.574698] (-) TimerEvent: {} +[13.675230] (-) TimerEvent: {} +[13.776006] (-) TimerEvent: {} +[13.876566] (-) TimerEvent: {} +[13.977133] (-) TimerEvent: {} +[14.077595] (-) TimerEvent: {} +[14.178027] (-) TimerEvent: {} +[14.278450] (-) TimerEvent: {} +[14.378963] (-) TimerEvent: {} +[14.479438] (-) TimerEvent: {} +[14.580050] (-) TimerEvent: {} +[14.680663] (-) TimerEvent: {} +[14.781247] (-) TimerEvent: {} +[14.881957] (-) TimerEvent: {} +[14.982620] (-) TimerEvent: {} +[15.083168] (-) TimerEvent: {} +[15.183819] (-) TimerEvent: {} +[15.284495] (-) TimerEvent: {} +[15.384964] (-) TimerEvent: {} +[15.485430] (-) TimerEvent: {} +[15.585877] (-) TimerEvent: {} +[15.686322] (-) TimerEvent: {} +[15.786810] (-) TimerEvent: {} +[15.887250] (-) TimerEvent: {} +[15.987721] (-) TimerEvent: {} +[16.088360] (-) TimerEvent: {} +[16.189148] (-) TimerEvent: {} +[16.289807] (-) TimerEvent: {} +[16.390365] (-) TimerEvent: {} +[16.490874] (-) TimerEvent: {} +[16.591494] (-) TimerEvent: {} +[16.692217] (-) TimerEvent: {} +[16.792763] (-) TimerEvent: {} +[16.893220] (-) TimerEvent: {} +[16.994106] (-) TimerEvent: {} +[17.094786] (-) TimerEvent: {} +[17.195576] (-) TimerEvent: {} +[17.296098] (-) TimerEvent: {} +[17.396685] (-) TimerEvent: {} +[17.497274] (-) TimerEvent: {} +[17.597903] (-) TimerEvent: {} +[17.698729] (-) TimerEvent: {} +[17.799529] (-) TimerEvent: {} +[17.900021] (-) TimerEvent: {} +[18.000592] (-) TimerEvent: {} +[18.101230] (-) TimerEvent: {} +[18.202023] (-) TimerEvent: {} +[18.302549] (-) TimerEvent: {} +[18.403147] (-) TimerEvent: {} +[18.464449] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[18.466947] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[18.467706] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[18.503928] (-) TimerEvent: {} +[18.523649] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[18.604146] (-) TimerEvent: {} +[18.706108] (-) TimerEvent: {} +[18.805682] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[18.807977] (-) TimerEvent: {} +[18.818738] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_05-26-03/logger_all.log b/log/build_2024-03-15_05-26-03/logger_all.log new file mode 100644 index 0000000..847b7df --- /dev/null +++ b/log/build_2024-03-15_05-26-03/logger_all.log @@ -0,0 +1,118 @@ +[2.023s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.023s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.199s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.199s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.199s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.199s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.200s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.201s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.201s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.201s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.201s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.201s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.202s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.202s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.270s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.271s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.271s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.272s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.272s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.273s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.273s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.273s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.273s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.273s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.273s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.274s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.300s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.302s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.302s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.303s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.304s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.304s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.305s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.305s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.305s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.306s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.306s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.307s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.307s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.308s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.308s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.308s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.309s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.309s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.309s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.309s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.310s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.310s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.310s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.310s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.311s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.311s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.311s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.312s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.312s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.452s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.452s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.453s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.453s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.453s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.453s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.453s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.453s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.453s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.453s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.465s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.485s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.487s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.487s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.512s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.513s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.513s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.647s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[21.020s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[21.159s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[21.206s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[21.211s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[21.213s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[21.235s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[21.240s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[21.243s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[21.247s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[21.247s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[21.248s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[21.259s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[21.259s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[21.277s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[21.280s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[21.281s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[21.283s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[21.285s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[21.287s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[21.301s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[21.301s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[21.302s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[21.303s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[21.390s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[21.391s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[21.391s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[21.391s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[21.404s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[21.405s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[21.435s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[21.438s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[21.445s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[21.478s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[21.481s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[21.484s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[21.503s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[21.505s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[21.522s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[21.526s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_05-31-35/b_obstacle_detector/command.log b/log/build_2024-03-15_05-31-35/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_05-31-35/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_05-31-35/b_obstacle_detector/stderr.log b/log/build_2024-03-15_05-31-35/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..4fd607f --- /dev/null +++ b/log/build_2024-03-15_05-31-35/b_obstacle_detector/stderr.log @@ -0,0 +1,44 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:110: error: ‘pi’ was not declared in this scope + 11 | are_parameter>("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:135: warning: already captured ‘rad’ in lambda expression + 11 | >("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:154: warning: already captured ‘rad’ in lambda expression + 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:156: error: expected ‘{’ before ‘)’ token + 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:74: error: no matching function for call to ‘ObstacleDetector::declare_parameter > >(const char [24], ObstacleDetector::ObstacleDetector()::)’ + 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const std::vector >&’ + 197 | const ParameterT & default_value, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 215 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} + 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_05-31-35/b_obstacle_detector/stdout.log b/log/build_2024-03-15_05-31-35/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_05-31-35/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_05-31-35/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_05-31-35/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..7ca9349 --- /dev/null +++ b/log/build_2024-03-15_05-31-35/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,46 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:110: error: ‘pi’ was not declared in this scope + 11 | are_parameter>("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:135: warning: already captured ‘rad’ in lambda expression + 11 | >("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:154: warning: already captured ‘rad’ in lambda expression + 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:156: error: expected ‘{’ before ‘)’ token + 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ^ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:74: error: no matching function for call to ‘ObstacleDetector::declare_parameter > >(const char [24], ObstacleDetector::ObstacleDetector()::)’ + 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const std::vector >&’ + 197 | const ParameterT & default_value, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 215 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} + 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_05-31-35/b_obstacle_detector/streams.log b/log/build_2024-03-15_05-31-35/b_obstacle_detector/streams.log new file mode 100644 index 0000000..bd7746f --- /dev/null +++ b/log/build_2024-03-15_05-31-35/b_obstacle_detector/streams.log @@ -0,0 +1,48 @@ +[0.121s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.412s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.481s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[10.376s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[10.376s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:110: error: ‘pi’ was not declared in this scope +[10.377s] 11 | are_parameter>("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[10.377s] | ^~ +[10.377s] +[10.378s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:135: warning: already captured ‘rad’ in lambda expression +[10.378s] 11 | >("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[10.378s] | ^ +[10.378s] +[10.379s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:154: warning: already captured ‘rad’ in lambda expression +[10.379s] 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[10.380s] | ^ +[10.380s] +[10.380s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +[10.381s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:156: error: expected ‘{’ before ‘)’ token +[10.381s] 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[10.382s] | ^ +[10.382s] +[10.382s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[10.382s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:74: error: no matching function for call to ‘ObstacleDetector::declare_parameter > >(const char [24], ObstacleDetector::ObstacleDetector()::)’ +[10.382s] 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]); +[10.383s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[10.383s] +[10.383s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, +[10.383s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[10.383s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[10.383s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[10.384s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[10.384s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[10.384s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ +[10.384s] 195 | Node::declare_parameter( +[10.385s] | ^~~~ +[10.385s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const std::vector >&’ +[10.385s] 197 | const ParameterT & default_value, +[10.385s] | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +[10.385s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ +[10.386s] 215 | Node::declare_parameter( +[10.386s] | ^~~~ +[10.387s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘ObstacleDetector::ObstacleDetector()::’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} +[10.387s] 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, +[10.387s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +[15.001s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[15.002s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[15.003s] gmake: *** [Makefile:146: all] Error 2 +[15.012s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_05-31-35/events.log b/log/build_2024-03-15_05-31-35/events.log new file mode 100644 index 0000000..93d9348 --- /dev/null +++ b/log/build_2024-03-15_05-31-35/events.log @@ -0,0 +1,204 @@ +[0.000000] (-) TimerEvent: {} +[0.001604] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001724] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.094971] (-) TimerEvent: {} +[0.101644] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.105680] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.107228] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.195297] (-) TimerEvent: {} +[0.296024] (-) TimerEvent: {} +[0.396730] (-) TimerEvent: {} +[0.413120] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.482439] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.497016] (-) TimerEvent: {} +[0.597555] (-) TimerEvent: {} +[0.698049] (-) TimerEvent: {} +[0.798652] (-) TimerEvent: {} +[0.899271] (-) TimerEvent: {} +[0.999950] (-) TimerEvent: {} +[1.100534] (-) TimerEvent: {} +[1.201094] (-) TimerEvent: {} +[1.301612] (-) TimerEvent: {} +[1.402077] (-) TimerEvent: {} +[1.502722] (-) TimerEvent: {} +[1.603489] (-) TimerEvent: {} +[1.704017] (-) TimerEvent: {} +[1.804630] (-) TimerEvent: {} +[1.905278] (-) TimerEvent: {} +[2.006520] (-) TimerEvent: {} +[2.107310] (-) TimerEvent: {} +[2.207968] (-) TimerEvent: {} +[2.308520] (-) TimerEvent: {} +[2.409035] (-) TimerEvent: {} +[2.509624] (-) TimerEvent: {} +[2.610236] (-) TimerEvent: {} +[2.710704] (-) TimerEvent: {} +[2.811396] (-) TimerEvent: {} +[2.912096] (-) TimerEvent: {} +[3.012695] (-) TimerEvent: {} +[3.113291] (-) TimerEvent: {} +[3.213820] (-) TimerEvent: {} +[3.314637] (-) TimerEvent: {} +[3.415989] (-) TimerEvent: {} +[3.517206] (-) TimerEvent: {} +[3.617999] (-) TimerEvent: {} +[3.718701] (-) TimerEvent: {} +[3.819308] (-) TimerEvent: {} +[3.919857] (-) TimerEvent: {} +[4.020250] (-) TimerEvent: {} +[4.120715] (-) TimerEvent: {} +[4.221291] (-) TimerEvent: {} +[4.321961] (-) TimerEvent: {} +[4.422650] (-) TimerEvent: {} +[4.523284] (-) TimerEvent: {} +[4.623956] (-) TimerEvent: {} +[4.724529] (-) TimerEvent: {} +[4.825010] (-) TimerEvent: {} +[4.925526] (-) TimerEvent: {} +[5.026053] (-) TimerEvent: {} +[5.126568] (-) TimerEvent: {} +[5.227167] (-) TimerEvent: {} +[5.327853] (-) TimerEvent: {} +[5.428451] (-) TimerEvent: {} +[5.528957] (-) TimerEvent: {} +[5.629429] (-) TimerEvent: {} +[5.730170] (-) TimerEvent: {} +[5.830960] (-) TimerEvent: {} +[5.931568] (-) TimerEvent: {} +[6.032332] (-) TimerEvent: {} +[6.152386] (-) TimerEvent: {} +[6.253036] (-) TimerEvent: {} +[6.353601] (-) TimerEvent: {} +[6.462055] (-) TimerEvent: {} +[6.602177] (-) TimerEvent: {} +[6.703138] (-) TimerEvent: {} +[6.804036] (-) TimerEvent: {} +[6.904723] (-) TimerEvent: {} +[7.005586] (-) TimerEvent: {} +[7.106395] (-) TimerEvent: {} +[7.207256] (-) TimerEvent: {} +[7.308044] (-) TimerEvent: {} +[7.408834] (-) TimerEvent: {} +[7.509401] (-) TimerEvent: {} +[7.610206] (-) TimerEvent: {} +[7.711079] (-) TimerEvent: {} +[7.812040] (-) TimerEvent: {} +[7.912808] (-) TimerEvent: {} +[8.048210] (-) TimerEvent: {} +[8.149304] (-) TimerEvent: {} +[8.250032] (-) TimerEvent: {} +[8.350612] (-) TimerEvent: {} +[8.451148] (-) TimerEvent: {} +[8.551711] (-) TimerEvent: {} +[8.652187] (-) TimerEvent: {} +[8.752769] (-) TimerEvent: {} +[8.853466] (-) TimerEvent: {} +[8.953987] (-) TimerEvent: {} +[9.054564] (-) TimerEvent: {} +[9.155098] (-) TimerEvent: {} +[9.255561] (-) TimerEvent: {} +[9.355992] (-) TimerEvent: {} +[9.456434] (-) TimerEvent: {} +[9.556942] (-) TimerEvent: {} +[9.657381] (-) TimerEvent: {} +[9.757854] (-) TimerEvent: {} +[9.858417] (-) TimerEvent: {} +[9.958854] (-) TimerEvent: {} +[10.059362] (-) TimerEvent: {} +[10.159910] (-) TimerEvent: {} +[10.260427] (-) TimerEvent: {} +[10.360985] (-) TimerEvent: {} +[10.377073] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[10.378047] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:110:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kpi\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[10.378332] (b_obstacle_detector) StderrLine: {'line': b' 11 | are_parameter>("ignore_angle_range_list",[rad(3.0*\x1b[01;31m\x1b[Kpi\x1b[m\x1b[K/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]);\n'} +[10.378596] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~\x1b[m\x1b[K\n'} +[10.379098] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[10.379291] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:135:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kalready captured \xe2\x80\x98\x1b[01m\x1b[Krad\x1b[m\x1b[K\xe2\x80\x99 in lambda expression\n'} +[10.379516] (b_obstacle_detector) StderrLine: {'line': b' 11 | >("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0\x1b[01;35m\x1b[K)\x1b[m\x1b[K, rad(11.0*pi/16.0)]);\n'} +[10.379705] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^\x1b[m\x1b[K\n'} +[10.379902] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[10.380219] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:154:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kalready captured \xe2\x80\x98\x1b[01m\x1b[Krad\x1b[m\x1b[K\xe2\x80\x99 in lambda expression\n'} +[10.380890] (b_obstacle_detector) StderrLine: {'line': b' 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0\x1b[01;35m\x1b[K)\x1b[m\x1b[K]);\n'} +[10.381440] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^\x1b[m\x1b[K\n'} +[10.381769] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[10.382027] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In lambda function:\n'} +[10.382630] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:156:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kexpected \xe2\x80\x98\x1b[01m\x1b[K{\x1b[m\x1b[K\xe2\x80\x99 before \xe2\x80\x98\x1b[01m\x1b[K)\x1b[m\x1b[K\xe2\x80\x99 token\n'} +[10.382980] (b_obstacle_detector) StderrLine: {'line': b' 11 | gnore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)]\x1b[01;31m\x1b[K)\x1b[m\x1b[K;\n'} +[10.383201] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^\x1b[m\x1b[K\n'} +[10.383416] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[10.383643] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[10.383861] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:74:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::declare_parameter > >(const char [24], ObstacleDetector::ObstacleDetector()::)\x1b[m\x1b[K\xe2\x80\x99\n'} +[10.384081] (b_obstacle_detector) StderrLine: {'line': b' 11 | gnore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter>("ignore_angle_range_list",[rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)])\x1b[m\x1b[K;\n'} +[10.384252] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[10.384461] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[10.384626] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321\x1b[m\x1b[K,\n'} +[10.384732] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[10.384829] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[10.384975] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[10.385236] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[10.385411] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[10.385642] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kauto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[10.385931] (b_obstacle_detector) StderrLine: {'line': b' 195 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[10.386200] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[10.386394] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 2 from \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()::\x1b[m\x1b[K\xe2\x80\x99 to \xe2\x80\x98\x1b[01m\x1b[Kconst std::vector >&\x1b[m\x1b[K\xe2\x80\x99\n'} +[10.386502] (b_obstacle_detector) StderrLine: {'line': b' 197 | \x1b[01;36m\x1b[Kconst ParameterT & default_value\x1b[m\x1b[K,\n'} +[10.386591] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[10.386722] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kauto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[10.387662] (b_obstacle_detector) StderrLine: {'line': b' 215 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[10.387977] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[10.388347] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 2 from \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()::\x1b[m\x1b[K\xe2\x80\x99 to \xe2\x80\x98\x1b[01m\x1b[Kconst ParameterDescriptor&\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kconst rcl_interfaces::msg::ParameterDescriptor_ >&\x1b[m\x1b[K\xe2\x80\x99}\n'} +[10.388609] (b_obstacle_detector) StderrLine: {'line': b' 217 | \x1b[01;36m\x1b[Kconst rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor\x1b[m\x1b[K,\n'} +[10.388890] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[10.461150] (-) TimerEvent: {} +[10.561604] (-) TimerEvent: {} +[10.662187] (-) TimerEvent: {} +[10.762780] (-) TimerEvent: {} +[10.863481] (-) TimerEvent: {} +[10.964021] (-) TimerEvent: {} +[11.064520] (-) TimerEvent: {} +[11.165013] (-) TimerEvent: {} +[11.265617] (-) TimerEvent: {} +[11.366270] (-) TimerEvent: {} +[11.466980] (-) TimerEvent: {} +[11.567583] (-) TimerEvent: {} +[11.668165] (-) TimerEvent: {} +[11.768656] (-) TimerEvent: {} +[11.869144] (-) TimerEvent: {} +[11.969793] (-) TimerEvent: {} +[12.070373] (-) TimerEvent: {} +[12.170832] (-) TimerEvent: {} +[12.271607] (-) TimerEvent: {} +[12.372231] (-) TimerEvent: {} +[12.472935] (-) TimerEvent: {} +[12.573712] (-) TimerEvent: {} +[12.674405] (-) TimerEvent: {} +[12.774920] (-) TimerEvent: {} +[12.875383] (-) TimerEvent: {} +[12.975960] (-) TimerEvent: {} +[13.076514] (-) TimerEvent: {} +[13.177156] (-) TimerEvent: {} +[13.277739] (-) TimerEvent: {} +[13.378352] (-) TimerEvent: {} +[13.479740] (-) TimerEvent: {} +[13.580921] (-) TimerEvent: {} +[13.681914] (-) TimerEvent: {} +[13.782706] (-) TimerEvent: {} +[13.884113] (-) TimerEvent: {} +[13.984905] (-) TimerEvent: {} +[14.085533] (-) TimerEvent: {} +[14.186112] (-) TimerEvent: {} +[14.286737] (-) TimerEvent: {} +[14.387424] (-) TimerEvent: {} +[14.488010] (-) TimerEvent: {} +[14.588689] (-) TimerEvent: {} +[14.689435] (-) TimerEvent: {} +[14.790032] (-) TimerEvent: {} +[14.890856] (-) TimerEvent: {} +[14.991371] (-) TimerEvent: {} +[15.002948] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[15.003849] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[15.004310] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[15.012886] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[15.091719] (-) TimerEvent: {} +[15.160579] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[15.171598] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_05-31-35/logger_all.log b/log/build_2024-03-15_05-31-35/logger_all.log new file mode 100644 index 0000000..63f56be --- /dev/null +++ b/log/build_2024-03-15_05-31-35/logger_all.log @@ -0,0 +1,118 @@ +[1.698s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.698s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[1.816s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[1.817s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[1.817s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[1.817s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[1.817s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[1.817s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[1.817s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[1.817s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[1.818s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[1.818s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[1.818s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[1.819s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[1.819s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[1.819s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[1.819s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[1.819s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[1.855s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[1.856s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[1.856s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[1.856s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[1.856s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[1.856s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[1.864s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[1.864s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[1.864s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[1.864s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[1.864s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[1.864s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[1.864s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[1.865s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[1.865s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[1.865s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[1.865s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[1.865s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[1.865s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[1.866s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[1.866s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[1.866s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[1.866s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[1.866s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[1.866s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[1.987s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[1.987s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[1.988s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.988s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[1.988s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[1.988s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[1.988s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[1.988s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[1.988s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.988s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.005s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.025s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.026s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.026s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.057s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.058s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.058s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.152s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[17.043s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[17.106s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[17.129s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[17.136s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[17.137s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[17.152s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[17.155s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[17.157s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[17.159s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[17.160s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[17.160s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[17.165s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[17.166s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[17.178s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[17.181s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[17.182s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[17.184s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[17.187s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[17.188s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[17.200s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[17.200s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[17.200s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[17.201s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[17.267s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[17.268s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[17.268s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[17.268s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[17.277s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[17.277s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[17.325s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[17.337s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[17.350s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[17.388s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[17.393s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[17.401s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[17.441s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[17.445s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[17.479s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[17.482s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_05-32-51/b_obstacle_detector/command.log b/log/build_2024-03-15_05-32-51/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_05-32-51/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_05-32-51/b_obstacle_detector/stderr.log b/log/build_2024-03-15_05-32-51/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..448ca90 --- /dev/null +++ b/log/build_2024-03-15_05-32-51/b_obstacle_detector/stderr.log @@ -0,0 +1,34 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:110: error: ‘pi’ was not declared in this scope + 11 | are_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); + | ^~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:102: error: ‘rad’ was not declared in this scope; did you mean ‘read’? + 11 | is->declare_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); + | ^~~ + | read +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:74: error: no matching function for call to ‘ObstacleDetector::declare_parameter > >(const char [24], )’ + 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘’ to ‘const std::vector >&’ + 197 | const ParameterT & default_value, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 215 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} + 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_05-32-51/b_obstacle_detector/stdout.log b/log/build_2024-03-15_05-32-51/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_05-32-51/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_05-32-51/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_05-32-51/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..67bb422 --- /dev/null +++ b/log/build_2024-03-15_05-32-51/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,36 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:110: error: ‘pi’ was not declared in this scope + 11 | are_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); + | ^~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:102: error: ‘rad’ was not declared in this scope; did you mean ‘read’? + 11 | is->declare_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); + | ^~~ + | read +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:74: error: no matching function for call to ‘ObstacleDetector::declare_parameter > >(const char [24], )’ + 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘’ to ‘const std::vector >&’ + 197 | const ParameterT & default_value, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 215 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} + 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_05-32-51/b_obstacle_detector/streams.log b/log/build_2024-03-15_05-32-51/b_obstacle_detector/streams.log new file mode 100644 index 0000000..e18b0a8 --- /dev/null +++ b/log/build_2024-03-15_05-32-51/b_obstacle_detector/streams.log @@ -0,0 +1,38 @@ +[0.099s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.157s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.184s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[4.405s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[4.405s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:110: error: ‘pi’ was not declared in this scope +[4.405s] 11 | are_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); +[4.405s] | ^~ +[4.406s] +[4.412s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:102: error: ‘rad’ was not declared in this scope; did you mean ‘read’? +[4.413s] 11 | is->declare_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); +[4.413s] | ^~~ +[4.413s] | read +[4.414s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:74: error: no matching function for call to ‘ObstacleDetector::declare_parameter > >(const char [24], )’ +[4.414s] 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)}); +[4.414s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[4.414s] +[4.414s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, +[4.415s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[4.415s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[4.415s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[4.415s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[4.415s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[4.415s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ +[4.416s] 195 | Node::declare_parameter( +[4.416s] | ^~~~ +[4.416s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘’ to ‘const std::vector >&’ +[4.416s] 197 | const ParameterT & default_value, +[4.416s] | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +[4.416s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ +[4.416s] 215 | Node::declare_parameter( +[4.417s] | ^~~~ +[4.417s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} +[4.417s] 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, +[4.417s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +[9.017s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[9.018s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[9.019s] gmake: *** [Makefile:146: all] Error 2 +[9.027s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_05-32-51/events.log b/log/build_2024-03-15_05-32-51/events.log new file mode 100644 index 0000000..419a1c2 --- /dev/null +++ b/log/build_2024-03-15_05-32-51/events.log @@ -0,0 +1,136 @@ +[0.000000] (-) TimerEvent: {} +[0.000581] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.000732] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.089496] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.091112] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.092506] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.099540] (-) TimerEvent: {} +[0.157250] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.184554] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.199788] (-) TimerEvent: {} +[0.300300] (-) TimerEvent: {} +[0.400750] (-) TimerEvent: {} +[0.501401] (-) TimerEvent: {} +[0.601995] (-) TimerEvent: {} +[0.702462] (-) TimerEvent: {} +[0.802976] (-) TimerEvent: {} +[0.903530] (-) TimerEvent: {} +[1.004084] (-) TimerEvent: {} +[1.104602] (-) TimerEvent: {} +[1.205207] (-) TimerEvent: {} +[1.305734] (-) TimerEvent: {} +[1.406251] (-) TimerEvent: {} +[1.506983] (-) TimerEvent: {} +[1.607699] (-) TimerEvent: {} +[1.708566] (-) TimerEvent: {} +[1.809083] (-) TimerEvent: {} +[1.909642] (-) TimerEvent: {} +[2.010226] (-) TimerEvent: {} +[2.110861] (-) TimerEvent: {} +[2.211393] (-) TimerEvent: {} +[2.312107] (-) TimerEvent: {} +[2.412616] (-) TimerEvent: {} +[2.513120] (-) TimerEvent: {} +[2.613560] (-) TimerEvent: {} +[2.714159] (-) TimerEvent: {} +[2.814725] (-) TimerEvent: {} +[2.915311] (-) TimerEvent: {} +[3.015882] (-) TimerEvent: {} +[3.116358] (-) TimerEvent: {} +[3.216934] (-) TimerEvent: {} +[3.317564] (-) TimerEvent: {} +[3.418019] (-) TimerEvent: {} +[3.518590] (-) TimerEvent: {} +[3.619197] (-) TimerEvent: {} +[3.719951] (-) TimerEvent: {} +[3.820554] (-) TimerEvent: {} +[3.921150] (-) TimerEvent: {} +[4.021863] (-) TimerEvent: {} +[4.122648] (-) TimerEvent: {} +[4.223319] (-) TimerEvent: {} +[4.323828] (-) TimerEvent: {} +[4.405319] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[4.405712] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:110:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kpi\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[4.405920] (b_obstacle_detector) StderrLine: {'line': b' 11 | are_parameter>("ignore_angle_range_list",{rad(3.0*\x1b[01;31m\x1b[Kpi\x1b[m\x1b[K/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)});\n'} +[4.406104] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~\x1b[m\x1b[K\n'} +[4.406274] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[4.412388] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:102:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Krad\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope; did you mean \xe2\x80\x98\x1b[01m\x1b[Kread\x1b[m\x1b[K\xe2\x80\x99?\n'} +[4.413165] (b_obstacle_detector) StderrLine: {'line': b' 11 | is->declare_parameter>("ignore_angle_range_list",{\x1b[01;31m\x1b[Krad\x1b[m\x1b[K(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)});\n'} +[4.413808] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~\x1b[m\x1b[K\n'} +[4.414083] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[32m\x1b[Kread\x1b[m\x1b[K\n'} +[4.414281] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:74:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::declare_parameter > >(const char [24], )\x1b[m\x1b[K\xe2\x80\x99\n'} +[4.414556] (b_obstacle_detector) StderrLine: {'line': b' 11 | gnore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter>("ignore_angle_range_list",{rad(3.0*pi/16.0), rad(5.0*pi/16.0), rad(11.0*pi/16.0)})\x1b[m\x1b[K;\n'} +[4.414722] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[4.414914] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[4.415118] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321\x1b[m\x1b[K,\n'} +[4.415325] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[4.415543] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[4.415657] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[4.415816] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[4.415963] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[4.416108] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kauto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[4.416282] (b_obstacle_detector) StderrLine: {'line': b' 195 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[4.416448] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[4.416596] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 2 from \xe2\x80\x98\x1b[01m\x1b[K\x1b[m\x1b[K\xe2\x80\x99 to \xe2\x80\x98\x1b[01m\x1b[Kconst std::vector >&\x1b[m\x1b[K\xe2\x80\x99\n'} +[4.416737] (b_obstacle_detector) StderrLine: {'line': b' 197 | \x1b[01;36m\x1b[Kconst ParameterT & default_value\x1b[m\x1b[K,\n'} +[4.416885] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[4.417054] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kauto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = std::vector >; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[4.417166] (b_obstacle_detector) StderrLine: {'line': b' 215 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[4.417256] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[4.417338] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 2 from \xe2\x80\x98\x1b[01m\x1b[K\x1b[m\x1b[K\xe2\x80\x99 to \xe2\x80\x98\x1b[01m\x1b[Kconst ParameterDescriptor&\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kconst rcl_interfaces::msg::ParameterDescriptor_ >&\x1b[m\x1b[K\xe2\x80\x99}\n'} +[4.417457] (b_obstacle_detector) StderrLine: {'line': b' 217 | \x1b[01;36m\x1b[Kconst rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor\x1b[m\x1b[K,\n'} +[4.417527] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[4.424058] (-) TimerEvent: {} +[4.524567] (-) TimerEvent: {} +[4.625172] (-) TimerEvent: {} +[4.725796] (-) TimerEvent: {} +[4.826408] (-) TimerEvent: {} +[4.926973] (-) TimerEvent: {} +[5.027615] (-) TimerEvent: {} +[5.128185] (-) TimerEvent: {} +[5.228624] (-) TimerEvent: {} +[5.329128] (-) TimerEvent: {} +[5.429648] (-) TimerEvent: {} +[5.530485] (-) TimerEvent: {} +[5.631153] (-) TimerEvent: {} +[5.731777] (-) TimerEvent: {} +[5.832211] (-) TimerEvent: {} +[5.932693] (-) TimerEvent: {} +[6.033217] (-) TimerEvent: {} +[6.133769] (-) TimerEvent: {} +[6.234407] (-) TimerEvent: {} +[6.335001] (-) TimerEvent: {} +[6.435676] (-) TimerEvent: {} +[6.536178] (-) TimerEvent: {} +[6.636715] (-) TimerEvent: {} +[6.737270] (-) TimerEvent: {} +[6.837847] (-) TimerEvent: {} +[6.938429] (-) TimerEvent: {} +[7.039089] (-) TimerEvent: {} +[7.139688] (-) TimerEvent: {} +[7.240226] (-) TimerEvent: {} +[7.340728] (-) TimerEvent: {} +[7.441308] (-) TimerEvent: {} +[7.541762] (-) TimerEvent: {} +[7.642285] (-) TimerEvent: {} +[7.742792] (-) TimerEvent: {} +[7.843367] (-) TimerEvent: {} +[7.943862] (-) TimerEvent: {} +[8.044464] (-) TimerEvent: {} +[8.145164] (-) TimerEvent: {} +[8.245808] (-) TimerEvent: {} +[8.346487] (-) TimerEvent: {} +[8.447027] (-) TimerEvent: {} +[8.547687] (-) TimerEvent: {} +[8.648325] (-) TimerEvent: {} +[8.748854] (-) TimerEvent: {} +[8.849423] (-) TimerEvent: {} +[8.950069] (-) TimerEvent: {} +[9.017278] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[9.018094] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[9.019495] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[9.027038] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[9.050362] (-) TimerEvent: {} +[9.150815] (-) TimerEvent: {} +[9.176780] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[9.244083] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_05-32-51/logger_all.log b/log/build_2024-03-15_05-32-51/logger_all.log new file mode 100644 index 0000000..7aa1c0f --- /dev/null +++ b/log/build_2024-03-15_05-32-51/logger_all.log @@ -0,0 +1,118 @@ +[1.532s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.532s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[1.613s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[1.613s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[1.613s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[1.613s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[1.613s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[1.613s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[1.614s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[1.614s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[1.637s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[1.637s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[1.637s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[1.637s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[1.637s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[1.638s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[1.638s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[1.638s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[1.638s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[1.638s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[1.639s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[1.639s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[1.639s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[1.639s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[1.645s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[1.645s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[1.646s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[1.646s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[1.646s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[1.646s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[1.646s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[1.646s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[1.646s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[1.646s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[1.647s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[1.647s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[1.647s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[1.647s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[1.647s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[1.647s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[1.735s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.735s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[1.749s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.765s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.766s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[1.766s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[1.793s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.794s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.794s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.867s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[10.796s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[10.855s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[10.880s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[10.881s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[10.881s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[10.901s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[10.903s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[10.904s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[10.906s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[10.907s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[10.907s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[10.911s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[10.912s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[10.937s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[10.938s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[10.940s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[10.941s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[10.943s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[10.944s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[10.945s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[10.946s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[10.946s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[10.946s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[11.063s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[11.063s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[11.063s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[11.063s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[11.070s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[11.071s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[11.126s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[11.135s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[11.141s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[11.165s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[11.167s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[11.169s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[11.195s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[11.196s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[11.222s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[11.223s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_05-50-42/b_obstacle_detector/command.log b/log/build_2024-03-15_05-50-42/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_05-50-42/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_05-50-42/b_obstacle_detector/stderr.log b/log/build_2024-03-15_05-50-42/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..936d615 --- /dev/null +++ b/log/build_2024-03-15_05-50-42/b_obstacle_detector/stderr.log @@ -0,0 +1,44 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression + 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:112: error: ‘pi’ was not declared in this scope + 11 | e_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ^~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ + 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 434 | declare_parameter( + | ^~~~~~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_05-50-42/b_obstacle_detector/stdout.log b/log/build_2024-03-15_05-50-42/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_05-50-42/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_05-50-42/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_05-50-42/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..7046078 --- /dev/null +++ b/log/build_2024-03-15_05-50-42/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,46 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression + 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:112: error: ‘pi’ was not declared in this scope + 11 | e_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ^~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ + 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 434 | declare_parameter( + | ^~~~~~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_05-50-42/b_obstacle_detector/streams.log b/log/build_2024-03-15_05-50-42/b_obstacle_detector/streams.log new file mode 100644 index 0000000..f38c698 --- /dev/null +++ b/log/build_2024-03-15_05-50-42/b_obstacle_detector/streams.log @@ -0,0 +1,48 @@ +[0.122s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.360s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.417s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[5.417s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[5.417s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression +[5.417s] 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[5.417s] | ^~~~~~~~~~~~~~~~~~~~~~~~ +[5.423s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:112: error: ‘pi’ was not declared in this scope +[5.423s] 11 | e_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[5.423s] | ^~ +[5.424s] +[5.425s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ +[5.426s] 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[5.426s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[5.426s] +[5.427s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, +[5.427s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[5.427s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[5.428s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[5.428s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[5.428s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[5.428s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ +[5.429s] 195 | Node::declare_parameter( +[5.429s] | ^~~~ +[5.430s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +[5.430s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ +[5.430s] 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[5.431s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[5.431s] +[5.432s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +[5.432s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[5.433s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[5.433s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[5.433s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[5.433s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[5.433s] /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ +[5.434s] 434 | declare_parameter( +[5.434s] | ^~~~~~~~~~~~~~~~~ +[5.434s] /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +[5.434s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ +[5.435s] 11 | _angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[5.435s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[5.435s] +[5.435s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +[9.339s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[9.339s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[9.340s] gmake: *** [Makefile:146: all] Error 2 +[9.357s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_05-50-42/events.log b/log/build_2024-03-15_05-50-42/events.log new file mode 100644 index 0000000..28a5455 --- /dev/null +++ b/log/build_2024-03-15_05-50-42/events.log @@ -0,0 +1,151 @@ +[0.000000] (-) TimerEvent: {} +[0.003007] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.004915] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.099079] (-) TimerEvent: {} +[0.105115] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.109844] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.111786] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.199274] (-) TimerEvent: {} +[0.299690] (-) TimerEvent: {} +[0.364606] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.399895] (-) TimerEvent: {} +[0.421734] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.500099] (-) TimerEvent: {} +[0.600565] (-) TimerEvent: {} +[0.700996] (-) TimerEvent: {} +[0.801463] (-) TimerEvent: {} +[0.902080] (-) TimerEvent: {} +[1.002633] (-) TimerEvent: {} +[1.103196] (-) TimerEvent: {} +[1.204020] (-) TimerEvent: {} +[1.304824] (-) TimerEvent: {} +[1.405530] (-) TimerEvent: {} +[1.505992] (-) TimerEvent: {} +[1.606544] (-) TimerEvent: {} +[1.707064] (-) TimerEvent: {} +[1.807542] (-) TimerEvent: {} +[1.908031] (-) TimerEvent: {} +[2.008551] (-) TimerEvent: {} +[2.109071] (-) TimerEvent: {} +[2.209592] (-) TimerEvent: {} +[2.310039] (-) TimerEvent: {} +[2.410632] (-) TimerEvent: {} +[2.511202] (-) TimerEvent: {} +[2.611697] (-) TimerEvent: {} +[2.712142] (-) TimerEvent: {} +[2.812679] (-) TimerEvent: {} +[2.913118] (-) TimerEvent: {} +[3.013573] (-) TimerEvent: {} +[3.114068] (-) TimerEvent: {} +[3.215318] (-) TimerEvent: {} +[3.315982] (-) TimerEvent: {} +[3.416808] (-) TimerEvent: {} +[3.517709] (-) TimerEvent: {} +[3.618846] (-) TimerEvent: {} +[3.719842] (-) TimerEvent: {} +[3.820328] (-) TimerEvent: {} +[3.920833] (-) TimerEvent: {} +[4.021570] (-) TimerEvent: {} +[4.122366] (-) TimerEvent: {} +[4.223037] (-) TimerEvent: {} +[4.323680] (-) TimerEvent: {} +[4.424246] (-) TimerEvent: {} +[4.524803] (-) TimerEvent: {} +[4.625402] (-) TimerEvent: {} +[4.725890] (-) TimerEvent: {} +[4.826361] (-) TimerEvent: {} +[4.926775] (-) TimerEvent: {} +[5.027230] (-) TimerEvent: {} +[5.127755] (-) TimerEvent: {} +[5.228305] (-) TimerEvent: {} +[5.328887] (-) TimerEvent: {} +[5.420717] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[5.421980] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kuse of \xe2\x80\x98\x1b[01m\x1b[Kthis\x1b[m\x1b[K\xe2\x80\x99 in a constant expression\n'} +[5.422220] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = this->declare_parameter<\x1b[01;31m\x1b[Kignore_angle_range_list_\x1b[m\x1b[K>("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)});\n'} +[5.422370] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[5.427737] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:112:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kpi\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[5.428023] (b_obstacle_detector) StderrLine: {'line': b' 11 | e_parameter("ignore_angle_range_list",{(3.0*\x1b[01;31m\x1b[Kpi\x1b[m\x1b[K/16.0), (5.0*pi/16.0), (11.0*pi/16.0)});\n'} +[5.428344] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~\x1b[m\x1b[K\n'} +[5.428547] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[5.429033] (-) TimerEvent: {} +[5.430103] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )\x1b[m\x1b[K\xe2\x80\x99\n'} +[5.430494] (b_obstacle_detector) StderrLine: {'line': b' 11 | _angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)})\x1b[m\x1b[K;\n'} +[5.430702] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[5.430890] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[5.431582] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321\x1b[m\x1b[K,\n'} +[5.431941] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[5.432231] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[5.432468] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[5.432647] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[5.432793] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[5.432954] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[5.433766] (b_obstacle_detector) StderrLine: {'line': b' 195 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[5.434117] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[5.434393] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K template argument deduction/substitution failed:\n'} +[5.434926] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Ktype/value mismatch at argument 1 in template parameter list for \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[5.435258] (b_obstacle_detector) StderrLine: {'line': b' 11 | _angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)})\x1b[m\x1b[K;\n'} +[5.435660] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[5.436196] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[5.436483] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K expected a type, got \xe2\x80\x98\x1b[01m\x1b[K((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_\x1b[m\x1b[K\xe2\x80\x99\n'} +[5.437184] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[5.437535] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[5.437765] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[5.437961] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[5.438132] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[5.438447] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[5.438659] (b_obstacle_detector) StderrLine: {'line': b' 434 | \x1b[01;36m\x1b[Kdeclare_parameter\x1b[m\x1b[K(\n'} +[5.438876] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[5.439105] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K template argument deduction/substitution failed:\n'} +[5.439294] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Ktype/value mismatch at argument 1 in template parameter list for \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[5.439469] (b_obstacle_detector) StderrLine: {'line': b' 11 | _angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)})\x1b[m\x1b[K;\n'} +[5.439680] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[5.439890] (b_obstacle_detector) StderrLine: {'line': b'\n'} +[5.440088] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K expected a type, got \xe2\x80\x98\x1b[01m\x1b[K((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_\x1b[m\x1b[K\xe2\x80\x99\n'} +[5.529222] (-) TimerEvent: {} +[5.629733] (-) TimerEvent: {} +[5.730265] (-) TimerEvent: {} +[5.830858] (-) TimerEvent: {} +[5.931476] (-) TimerEvent: {} +[6.032347] (-) TimerEvent: {} +[6.133067] (-) TimerEvent: {} +[6.233553] (-) TimerEvent: {} +[6.334510] (-) TimerEvent: {} +[6.435488] (-) TimerEvent: {} +[6.536120] (-) TimerEvent: {} +[6.636550] (-) TimerEvent: {} +[6.737123] (-) TimerEvent: {} +[6.837627] (-) TimerEvent: {} +[6.938205] (-) TimerEvent: {} +[7.038843] (-) TimerEvent: {} +[7.139494] (-) TimerEvent: {} +[7.240021] (-) TimerEvent: {} +[7.340469] (-) TimerEvent: {} +[7.441026] (-) TimerEvent: {} +[7.541586] (-) TimerEvent: {} +[7.642090] (-) TimerEvent: {} +[7.742637] (-) TimerEvent: {} +[7.843299] (-) TimerEvent: {} +[7.943821] (-) TimerEvent: {} +[8.044393] (-) TimerEvent: {} +[8.144938] (-) TimerEvent: {} +[8.245474] (-) TimerEvent: {} +[8.346004] (-) TimerEvent: {} +[8.446560] (-) TimerEvent: {} +[8.547034] (-) TimerEvent: {} +[8.647501] (-) TimerEvent: {} +[8.748017] (-) TimerEvent: {} +[8.848531] (-) TimerEvent: {} +[8.949033] (-) TimerEvent: {} +[9.049522] (-) TimerEvent: {} +[9.150027] (-) TimerEvent: {} +[9.250631] (-) TimerEvent: {} +[9.343481] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[9.344156] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[9.344654] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[9.350835] (-) TimerEvent: {} +[9.360255] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[9.451187] (-) TimerEvent: {} +[9.553734] (-) TimerEvent: {} +[9.655897] (-) TimerEvent: {} +[9.699439] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[9.715039] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_05-50-42/logger_all.log b/log/build_2024-03-15_05-50-42/logger_all.log new file mode 100644 index 0000000..3f71c4f --- /dev/null +++ b/log/build_2024-03-15_05-50-42/logger_all.log @@ -0,0 +1,118 @@ +[1.637s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[1.637s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[1.727s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[1.727s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[1.728s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[1.728s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[1.728s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[1.728s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[1.728s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[1.728s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[1.729s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[1.729s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[1.729s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[1.729s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[1.729s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[1.729s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[1.729s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[1.729s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[1.754s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[1.755s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[1.755s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[1.755s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[1.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[1.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[1.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[1.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[1.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[1.756s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[1.764s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[1.764s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[1.765s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[1.765s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[1.765s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[1.765s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[1.765s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[1.765s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[1.765s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[1.765s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[1.766s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[1.766s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[1.766s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[1.766s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[1.766s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[1.766s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[1.766s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[1.767s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[1.767s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[1.767s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[1.767s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[1.767s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[1.767s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[1.767s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[1.767s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[1.767s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[1.767s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[1.767s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[1.767s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[1.920s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[1.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[1.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[1.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[1.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[1.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[1.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[1.921s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.921s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[1.933s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.947s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.948s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[1.949s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[1.979s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.980s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.980s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.075s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[11.310s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[11.466s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[11.529s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[11.544s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[11.546s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[11.579s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[11.585s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[11.588s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[11.594s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[11.595s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[11.595s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[11.603s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[11.604s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[11.628s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[11.631s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[11.633s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[11.638s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[11.642s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[11.644s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[11.658s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[11.660s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[11.661s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[11.662s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[11.893s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[11.894s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[11.894s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[11.894s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[11.912s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[11.913s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[11.939s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[11.943s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[11.949s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[11.976s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[11.982s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[11.984s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[12.007s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[12.011s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[12.033s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[12.036s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-11-48/b_obstacle_detector/command.log b/log/build_2024-03-15_06-11-48/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-11-48/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-11-48/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-11-48/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..b35d81e --- /dev/null +++ b/log/build_2024-03-15_06-11-48/b_obstacle_detector/stderr.log @@ -0,0 +1,15 @@ +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:12:10: fatal error: math.hpp: No such file or directory + 12 | #include  + | ^~~~~~~~~~ +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:12:10: fatal error: math.hpp: No such file or directory + 12 | #include  + | ^~~~~~~~~~ +compilation terminated. +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-11-48/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-11-48/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..94e40f7 --- /dev/null +++ b/log/build_2024-03-15_06-11-48/b_obstacle_detector/stdout.log @@ -0,0 +1,3 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_06-11-48/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-11-48/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..4d53904 --- /dev/null +++ b/log/build_2024-03-15_06-11-48/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,18 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:12:10: fatal error: math.hpp: No such file or directory + 12 | #include  + | ^~~~~~~~~~ +In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:12:10: fatal error: math.hpp: No such file or directory + 12 | #include  + | ^~~~~~~~~~ +compilation terminated. +compilation terminated. +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-11-48/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-11-48/b_obstacle_detector/streams.log new file mode 100644 index 0000000..5a0c83f --- /dev/null +++ b/log/build_2024-03-15_06-11-48/b_obstacle_detector/streams.log @@ -0,0 +1,20 @@ +[0.214s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.611s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.695s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.698s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[1.414s] In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +[1.415s] /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:12:10: fatal error: math.hpp: No such file or directory +[1.415s] 12 | #include  +[1.415s] | ^~~~~~~~~~ +[1.415s] In file included from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[1.415s] /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:12:10: fatal error: math.hpp: No such file or directory +[1.416s] 12 | #include  +[1.416s] | ^~~~~~~~~~ +[1.416s] compilation terminated. +[1.416s] compilation terminated. +[1.424s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[1.425s] gmake[2]: *** Waiting for unfinished jobs.... +[1.426s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +[1.426s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[1.426s] gmake: *** [Makefile:146: all] Error 2 +[1.432s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-11-48/events.log b/log/build_2024-03-15_06-11-48/events.log new file mode 100644 index 0000000..2edc9bf --- /dev/null +++ b/log/build_2024-03-15_06-11-48/events.log @@ -0,0 +1,43 @@ +[0.000000] (-) TimerEvent: {} +[0.000645] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.000865] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.095829] (-) TimerEvent: {} +[0.190257] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.195181] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.197631] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.215798] (-) TimerEvent: {} +[0.316475] (-) TimerEvent: {} +[0.417268] (-) TimerEvent: {} +[0.517879] (-) TimerEvent: {} +[0.611639] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.618100] (-) TimerEvent: {} +[0.695847] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.698490] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.718371] (-) TimerEvent: {} +[0.819037] (-) TimerEvent: {} +[0.919747] (-) TimerEvent: {} +[1.020426] (-) TimerEvent: {} +[1.120972] (-) TimerEvent: {} +[1.221517] (-) TimerEvent: {} +[1.322105] (-) TimerEvent: {} +[1.414921] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1\x1b[m\x1b[K:\n'} +[1.415352] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:12:10:\x1b[m\x1b[K \x1b[01;31m\x1b[Kfatal error: \x1b[m\x1b[Kmath.hpp: No such file or directory\n'} +[1.415592] (b_obstacle_detector) StderrLine: {'line': b' 12 | #include \x1b[01;31m\x1b[K\x1b[m\x1b[K\n'} +[1.415828] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~\x1b[m\x1b[K\n'} +[1.416102] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[1.416316] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:12:10:\x1b[m\x1b[K \x1b[01;31m\x1b[Kfatal error: \x1b[m\x1b[Kmath.hpp: No such file or directory\n'} +[1.416557] (b_obstacle_detector) StderrLine: {'line': b' 12 | #include \x1b[01;31m\x1b[K\x1b[m\x1b[K\n'} +[1.416777] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~\x1b[m\x1b[K\n'} +[1.416981] (b_obstacle_detector) StderrLine: {'line': b'compilation terminated.\n'} +[1.417225] (b_obstacle_detector) StderrLine: {'line': b'compilation terminated.\n'} +[1.422326] (-) TimerEvent: {} +[1.424782] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[1.425241] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** Waiting for unfinished jobs....\n'} +[1.426241] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1\n'} +[1.426658] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[1.426972] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[1.432132] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[1.525649] (-) TimerEvent: {} +[1.627486] (-) TimerEvent: {} +[1.643878] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[1.655000] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-11-48/logger_all.log b/log/build_2024-03-15_06-11-48/logger_all.log new file mode 100644 index 0000000..29af593 --- /dev/null +++ b/log/build_2024-03-15_06-11-48/logger_all.log @@ -0,0 +1,118 @@ +[2.520s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.520s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.644s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.645s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.645s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.645s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.645s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.645s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.645s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.645s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.684s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.684s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.684s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.685s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.685s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.685s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.685s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.685s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.685s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.686s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.686s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.686s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.686s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.687s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.697s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.697s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.698s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.698s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.698s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.698s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.698s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.699s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.699s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.699s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.700s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.700s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.700s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.701s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.701s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.701s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.701s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.701s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.701s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.702s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.702s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.702s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.702s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.703s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.703s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.703s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.703s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.703s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.703s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.852s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.852s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.852s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.853s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.853s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.853s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.853s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.853s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.853s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.853s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.871s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.895s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.896s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.897s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.940s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.941s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.941s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.114s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[4.331s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[4.419s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[4.461s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[4.465s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[4.466s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[4.487s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[4.489s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[4.491s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[4.493s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[4.494s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[4.494s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[4.500s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[4.501s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[4.525s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[4.530s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[4.532s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[4.536s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[4.539s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[4.541s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[4.552s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[4.552s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[4.553s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[4.553s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[4.610s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[4.611s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[4.611s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[4.611s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[4.617s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[4.618s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[4.662s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[4.666s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[4.671s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[4.698s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[4.700s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[4.701s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[4.730s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[4.732s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[4.762s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[4.763s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-12-17/b_obstacle_detector/command.log b/log/build_2024-03-15_06-12-17/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-12-17/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-12-17/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-12-17/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..eea1302 --- /dev/null +++ b/log/build_2024-03-15_06-12-17/b_obstacle_detector/stderr.log @@ -0,0 +1,40 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression + 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:112: error: ‘pi’ was not declared in this scope + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ^~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 434 | declare_parameter( + | ^~~~~~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-12-17/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-12-17/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..dc1ce72 --- /dev/null +++ b/log/build_2024-03-15_06-12-17/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_06-12-17/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-12-17/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..fe04184 --- /dev/null +++ b/log/build_2024-03-15_06-12-17/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,42 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression + 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:112: error: ‘pi’ was not declared in this scope + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ^~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 434 | declare_parameter( + | ^~~~~~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-12-17/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-12-17/b_obstacle_detector/streams.log new file mode 100644 index 0000000..7192175 --- /dev/null +++ b/log/build_2024-03-15_06-12-17/b_obstacle_detector/streams.log @@ -0,0 +1,44 @@ +[0.158s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.262s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.263s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[13.801s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[13.816s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression +[13.817s] 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[13.818s] | ^~~~~~~~~~~~~~~~~~~~~~~~ +[13.820s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:112: error: ‘pi’ was not declared in this scope +[13.820s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[13.822s] | ^~ +[13.824s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ +[13.825s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[13.826s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[13.826s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, +[13.827s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[13.827s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[13.828s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[13.828s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[13.828s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[13.829s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ +[13.829s] 195 | Node::declare_parameter( +[13.829s] | ^~~~ +[13.830s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +[13.830s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ +[13.830s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[13.831s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[13.831s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +[13.834s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[13.836s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[13.837s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[13.838s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[13.842s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[13.842s] /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ +[13.843s] 434 | declare_parameter( +[13.843s] | ^~~~~~~~~~~~~~~~~ +[13.843s] /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +[13.843s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ +[13.844s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)}); +[13.844s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[13.844s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +[32.726s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[32.733s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[32.737s] gmake: *** [Makefile:146: all] Error 2 +[32.838s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-12-17/events.log b/log/build_2024-03-15_06-12-17/events.log new file mode 100644 index 0000000..7bca399 --- /dev/null +++ b/log/build_2024-03-15_06-12-17/events.log @@ -0,0 +1,371 @@ +[0.000000] (-) TimerEvent: {} +[0.000811] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001044] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.095966] (-) TimerEvent: {} +[0.144718] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.146687] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.148365] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.196159] (-) TimerEvent: {} +[0.262390] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.263763] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.296351] (-) TimerEvent: {} +[0.396892] (-) TimerEvent: {} +[0.497412] (-) TimerEvent: {} +[0.597949] (-) TimerEvent: {} +[0.698564] (-) TimerEvent: {} +[0.799280] (-) TimerEvent: {} +[0.899939] (-) TimerEvent: {} +[1.000748] (-) TimerEvent: {} +[1.101357] (-) TimerEvent: {} +[1.201944] (-) TimerEvent: {} +[1.302540] (-) TimerEvent: {} +[1.403139] (-) TimerEvent: {} +[1.503734] (-) TimerEvent: {} +[1.604328] (-) TimerEvent: {} +[1.704989] (-) TimerEvent: {} +[1.805588] (-) TimerEvent: {} +[1.906326] (-) TimerEvent: {} +[2.007025] (-) TimerEvent: {} +[2.107687] (-) TimerEvent: {} +[2.208412] (-) TimerEvent: {} +[2.309054] (-) TimerEvent: {} +[2.410143] (-) TimerEvent: {} +[2.511002] (-) TimerEvent: {} +[2.611869] (-) TimerEvent: {} +[2.712589] (-) TimerEvent: {} +[2.813395] (-) TimerEvent: {} +[2.914097] (-) TimerEvent: {} +[3.014761] (-) TimerEvent: {} +[3.115851] (-) TimerEvent: {} +[3.216624] (-) TimerEvent: {} +[3.317355] (-) TimerEvent: {} +[3.417916] (-) TimerEvent: {} +[3.518523] (-) TimerEvent: {} +[3.619153] (-) TimerEvent: {} +[3.719738] (-) TimerEvent: {} +[3.820462] (-) TimerEvent: {} +[3.921075] (-) TimerEvent: {} +[4.021750] (-) TimerEvent: {} +[4.122475] (-) TimerEvent: {} +[4.223175] (-) TimerEvent: {} +[4.323789] (-) TimerEvent: {} +[4.424431] (-) TimerEvent: {} +[4.525260] (-) TimerEvent: {} +[4.626099] (-) TimerEvent: {} +[4.747686] (-) TimerEvent: {} +[4.848264] (-) TimerEvent: {} +[4.960592] (-) TimerEvent: {} +[5.101515] (-) TimerEvent: {} +[5.272308] (-) TimerEvent: {} +[5.374510] (-) TimerEvent: {} +[5.488237] (-) TimerEvent: {} +[5.603273] (-) TimerEvent: {} +[5.707977] (-) TimerEvent: {} +[5.812250] (-) TimerEvent: {} +[5.923083] (-) TimerEvent: {} +[6.025283] (-) TimerEvent: {} +[6.126065] (-) TimerEvent: {} +[6.248145] (-) TimerEvent: {} +[6.351112] (-) TimerEvent: {} +[6.452269] (-) TimerEvent: {} +[6.553295] (-) TimerEvent: {} +[6.693078] (-) TimerEvent: {} +[6.811469] (-) TimerEvent: {} +[6.969099] (-) TimerEvent: {} +[7.077981] (-) TimerEvent: {} +[7.178530] (-) TimerEvent: {} +[7.279333] (-) TimerEvent: {} +[7.380045] (-) TimerEvent: {} +[7.480829] (-) TimerEvent: {} +[7.581524] (-) TimerEvent: {} +[7.682140] (-) TimerEvent: {} +[7.783003] (-) TimerEvent: {} +[7.883712] (-) TimerEvent: {} +[7.984402] (-) TimerEvent: {} +[8.085001] (-) TimerEvent: {} +[8.185718] (-) TimerEvent: {} +[8.286760] (-) TimerEvent: {} +[8.387554] (-) TimerEvent: {} +[8.488516] (-) TimerEvent: {} +[8.589196] (-) TimerEvent: {} +[8.690019] (-) TimerEvent: {} +[8.790868] (-) TimerEvent: {} +[8.891477] (-) TimerEvent: {} +[8.992041] (-) TimerEvent: {} +[9.092770] (-) TimerEvent: {} +[9.193514] (-) TimerEvent: {} +[9.294177] (-) TimerEvent: {} +[9.394989] (-) TimerEvent: {} +[9.495541] (-) TimerEvent: {} +[9.596322] (-) TimerEvent: {} +[9.696982] (-) TimerEvent: {} +[9.797769] (-) TimerEvent: {} +[9.898417] (-) TimerEvent: {} +[9.999298] (-) TimerEvent: {} +[10.099861] (-) TimerEvent: {} +[10.200472] (-) TimerEvent: {} +[10.301049] (-) TimerEvent: {} +[10.401761] (-) TimerEvent: {} +[10.502303] (-) TimerEvent: {} +[10.602919] (-) TimerEvent: {} +[10.703935] (-) TimerEvent: {} +[10.804998] (-) TimerEvent: {} +[10.905955] (-) TimerEvent: {} +[11.007008] (-) TimerEvent: {} +[11.107717] (-) TimerEvent: {} +[11.208807] (-) TimerEvent: {} +[11.309752] (-) TimerEvent: {} +[11.410738] (-) TimerEvent: {} +[11.512045] (-) TimerEvent: {} +[11.612695] (-) TimerEvent: {} +[11.713363] (-) TimerEvent: {} +[11.814055] (-) TimerEvent: {} +[11.914751] (-) TimerEvent: {} +[12.015343] (-) TimerEvent: {} +[12.116171] (-) TimerEvent: {} +[12.217011] (-) TimerEvent: {} +[12.317636] (-) TimerEvent: {} +[12.418215] (-) TimerEvent: {} +[12.519001] (-) TimerEvent: {} +[12.619634] (-) TimerEvent: {} +[12.720188] (-) TimerEvent: {} +[12.820835] (-) TimerEvent: {} +[12.921384] (-) TimerEvent: {} +[13.022016] (-) TimerEvent: {} +[13.122721] (-) TimerEvent: {} +[13.223378] (-) TimerEvent: {} +[13.324021] (-) TimerEvent: {} +[13.424615] (-) TimerEvent: {} +[13.525436] (-) TimerEvent: {} +[13.626202] (-) TimerEvent: {} +[13.726981] (-) TimerEvent: {} +[13.788262] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[13.813640] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kuse of \xe2\x80\x98\x1b[01m\x1b[Kthis\x1b[m\x1b[K\xe2\x80\x99 in a constant expression\n'} +[13.817677] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = this->declare_parameter<\x1b[01;31m\x1b[Kignore_angle_range_list_\x1b[m\x1b[K>("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)});\n'} +[13.818799] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[13.819125] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:112:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kpi\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[13.821203] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*\x1b[01;31m\x1b[Kpi\x1b[m\x1b[K/16.0), (5.0*pi/16.0), (11.0*pi/16.0)});\n'} +[13.821635] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~\x1b[m\x1b[K\n'} +[13.823025] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.826132] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)})\x1b[m\x1b[K;\n'} +[13.826655] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[13.827046] (-) TimerEvent: {} +[13.827383] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321\x1b[m\x1b[K,\n'} +[13.827675] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[13.828127] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[13.828494] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[13.828846] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[13.829246] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[13.829524] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.829971] (b_obstacle_detector) StderrLine: {'line': b' 195 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[13.830257] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[13.830489] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K template argument deduction/substitution failed:\n'} +[13.830926] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Ktype/value mismatch at argument 1 in template parameter list for \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.831204] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)})\x1b[m\x1b[K;\n'} +[13.831526] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[13.831804] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K expected a type, got \xe2\x80\x98\x1b[01m\x1b[K((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.833907] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[13.836582] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[13.836998] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[13.838823] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[13.840857] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[13.843139] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.843482] (b_obstacle_detector) StderrLine: {'line': b' 434 | \x1b[01;36m\x1b[Kdeclare_parameter\x1b[m\x1b[K(\n'} +[13.843799] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[13.844117] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K template argument deduction/substitution failed:\n'} +[13.844380] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Ktype/value mismatch at argument 1 in template parameter list for \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.844652] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*pi/16.0), (5.0*pi/16.0), (11.0*pi/16.0)})\x1b[m\x1b[K;\n'} +[13.844937] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[13.845216] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K expected a type, got \xe2\x80\x98\x1b[01m\x1b[K((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_\x1b[m\x1b[K\xe2\x80\x99\n'} +[13.927336] (-) TimerEvent: {} +[14.031648] (-) TimerEvent: {} +[14.132274] (-) TimerEvent: {} +[14.232941] (-) TimerEvent: {} +[14.339780] (-) TimerEvent: {} +[14.452343] (-) TimerEvent: {} +[14.552946] (-) TimerEvent: {} +[14.668492] (-) TimerEvent: {} +[14.793192] (-) TimerEvent: {} +[14.893744] (-) TimerEvent: {} +[15.011314] (-) TimerEvent: {} +[15.121818] (-) TimerEvent: {} +[15.229790] (-) TimerEvent: {} +[15.343697] (-) TimerEvent: {} +[15.444445] (-) TimerEvent: {} +[15.588715] (-) TimerEvent: {} +[15.689272] (-) TimerEvent: {} +[15.807784] (-) TimerEvent: {} +[15.924206] (-) TimerEvent: {} +[16.025431] (-) TimerEvent: {} +[16.126608] (-) TimerEvent: {} +[16.228756] (-) TimerEvent: {} +[16.381162] (-) TimerEvent: {} +[16.523050] (-) TimerEvent: {} +[16.641044] (-) TimerEvent: {} +[16.794511] (-) TimerEvent: {} +[16.940476] (-) TimerEvent: {} +[17.090469] (-) TimerEvent: {} +[17.191800] (-) TimerEvent: {} +[17.300143] (-) TimerEvent: {} +[17.407966] (-) TimerEvent: {} +[17.508677] (-) TimerEvent: {} +[17.609375] (-) TimerEvent: {} +[17.710024] (-) TimerEvent: {} +[17.810827] (-) TimerEvent: {} +[17.911516] (-) TimerEvent: {} +[18.012115] (-) TimerEvent: {} +[18.112749] (-) TimerEvent: {} +[18.213359] (-) TimerEvent: {} +[18.313943] (-) TimerEvent: {} +[18.414898] (-) TimerEvent: {} +[18.515856] (-) TimerEvent: {} +[18.616745] (-) TimerEvent: {} +[18.717589] (-) TimerEvent: {} +[18.818307] (-) TimerEvent: {} +[18.918994] (-) TimerEvent: {} +[19.019749] (-) TimerEvent: {} +[19.120389] (-) TimerEvent: {} +[19.221082] (-) TimerEvent: {} +[19.321730] (-) TimerEvent: {} +[19.422856] (-) TimerEvent: {} +[19.542033] (-) TimerEvent: {} +[19.642804] (-) TimerEvent: {} +[19.743500] (-) TimerEvent: {} +[19.844109] (-) TimerEvent: {} +[19.944761] (-) TimerEvent: {} +[20.046669] (-) TimerEvent: {} +[20.147862] (-) TimerEvent: {} +[20.248497] (-) TimerEvent: {} +[20.349682] (-) TimerEvent: {} +[20.457134] (-) TimerEvent: {} +[20.561922] (-) TimerEvent: {} +[20.662576] (-) TimerEvent: {} +[20.763682] (-) TimerEvent: {} +[20.864552] (-) TimerEvent: {} +[20.965244] (-) TimerEvent: {} +[21.065943] (-) TimerEvent: {} +[21.166487] (-) TimerEvent: {} +[21.267046] (-) TimerEvent: {} +[21.367600] (-) TimerEvent: {} +[21.468291] (-) TimerEvent: {} +[21.568955] (-) TimerEvent: {} +[21.669587] (-) TimerEvent: {} +[21.770274] (-) TimerEvent: {} +[21.870971] (-) TimerEvent: {} +[21.971537] (-) TimerEvent: {} +[22.072126] (-) TimerEvent: {} +[22.172929] (-) TimerEvent: {} +[22.273879] (-) TimerEvent: {} +[22.374647] (-) TimerEvent: {} +[22.475345] (-) TimerEvent: {} +[22.576066] (-) TimerEvent: {} +[22.679101] (-) TimerEvent: {} +[22.779898] (-) TimerEvent: {} +[22.880647] (-) TimerEvent: {} +[22.987988] (-) TimerEvent: {} +[23.088578] (-) TimerEvent: {} +[23.189123] (-) TimerEvent: {} +[23.327902] (-) TimerEvent: {} +[23.480431] (-) TimerEvent: {} +[23.606107] (-) TimerEvent: {} +[23.706955] (-) TimerEvent: {} +[23.809960] (-) TimerEvent: {} +[23.910614] (-) TimerEvent: {} +[24.017933] (-) TimerEvent: {} +[24.119441] (-) TimerEvent: {} +[24.222166] (-) TimerEvent: {} +[24.323364] (-) TimerEvent: {} +[24.426861] (-) TimerEvent: {} +[24.532747] (-) TimerEvent: {} +[24.633521] (-) TimerEvent: {} +[24.742698] (-) TimerEvent: {} +[24.843784] (-) TimerEvent: {} +[24.985600] (-) TimerEvent: {} +[25.086190] (-) TimerEvent: {} +[25.186944] (-) TimerEvent: {} +[25.287594] (-) TimerEvent: {} +[25.414122] (-) TimerEvent: {} +[25.519407] (-) TimerEvent: {} +[25.625574] (-) TimerEvent: {} +[25.726234] (-) TimerEvent: {} +[25.827669] (-) TimerEvent: {} +[25.934526] (-) TimerEvent: {} +[26.037714] (-) TimerEvent: {} +[26.148744] (-) TimerEvent: {} +[26.249476] (-) TimerEvent: {} +[26.351187] (-) TimerEvent: {} +[26.453459] (-) TimerEvent: {} +[26.556088] (-) TimerEvent: {} +[26.657667] (-) TimerEvent: {} +[26.763175] (-) TimerEvent: {} +[26.864075] (-) TimerEvent: {} +[26.964859] (-) TimerEvent: {} +[27.065656] (-) TimerEvent: {} +[27.166547] (-) TimerEvent: {} +[27.267264] (-) TimerEvent: {} +[27.367869] (-) TimerEvent: {} +[27.468385] (-) TimerEvent: {} +[27.569004] (-) TimerEvent: {} +[27.669927] (-) TimerEvent: {} +[27.770548] (-) TimerEvent: {} +[27.871217] (-) TimerEvent: {} +[27.971922] (-) TimerEvent: {} +[28.072553] (-) TimerEvent: {} +[28.173168] (-) TimerEvent: {} +[28.273958] (-) TimerEvent: {} +[28.374725] (-) TimerEvent: {} +[28.475391] (-) TimerEvent: {} +[28.576167] (-) TimerEvent: {} +[28.677010] (-) TimerEvent: {} +[28.777916] (-) TimerEvent: {} +[28.878670] (-) TimerEvent: {} +[28.979397] (-) TimerEvent: {} +[29.080072] (-) TimerEvent: {} +[29.180828] (-) TimerEvent: {} +[29.281612] (-) TimerEvent: {} +[29.382352] (-) TimerEvent: {} +[29.483520] (-) TimerEvent: {} +[29.584555] (-) TimerEvent: {} +[29.685152] (-) TimerEvent: {} +[29.785726] (-) TimerEvent: {} +[29.886395] (-) TimerEvent: {} +[29.987239] (-) TimerEvent: {} +[30.088021] (-) TimerEvent: {} +[30.188760] (-) TimerEvent: {} +[30.289602] (-) TimerEvent: {} +[30.390206] (-) TimerEvent: {} +[30.490899] (-) TimerEvent: {} +[30.591442] (-) TimerEvent: {} +[30.692109] (-) TimerEvent: {} +[30.792757] (-) TimerEvent: {} +[30.893341] (-) TimerEvent: {} +[30.994326] (-) TimerEvent: {} +[31.094989] (-) TimerEvent: {} +[31.195760] (-) TimerEvent: {} +[31.296403] (-) TimerEvent: {} +[31.397287] (-) TimerEvent: {} +[31.498118] (-) TimerEvent: {} +[31.598856] (-) TimerEvent: {} +[31.699618] (-) TimerEvent: {} +[31.800251] (-) TimerEvent: {} +[31.901125] (-) TimerEvent: {} +[32.001783] (-) TimerEvent: {} +[32.102513] (-) TimerEvent: {} +[32.203194] (-) TimerEvent: {} +[32.303962] (-) TimerEvent: {} +[32.404671] (-) TimerEvent: {} +[32.505447] (-) TimerEvent: {} +[32.605945] (-) TimerEvent: {} +[32.706589] (-) TimerEvent: {} +[32.726090] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[32.733854] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[32.737412] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[32.814282] (-) TimerEvent: {} +[32.833102] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[32.914570] (-) TimerEvent: {} +[33.015190] (-) TimerEvent: {} +[33.115806] (-) TimerEvent: {} +[33.221013] (-) TimerEvent: {} +[33.322404] (-) TimerEvent: {} +[33.365869] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[33.382226] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-12-17/logger_all.log b/log/build_2024-03-15_06-12-17/logger_all.log new file mode 100644 index 0000000..d31bb75 --- /dev/null +++ b/log/build_2024-03-15_06-12-17/logger_all.log @@ -0,0 +1,118 @@ +[2.341s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.341s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.493s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.493s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.493s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.493s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.493s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.493s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.493s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.493s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.494s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.494s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.494s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.494s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.494s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.494s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.494s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.494s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.517s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.518s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.518s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.518s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.518s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.518s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.518s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.519s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.519s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.519s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.519s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.519s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.519s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.519s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.524s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.525s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.525s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.525s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.525s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.525s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.525s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.526s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.527s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.527s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.527s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.527s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.527s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.527s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.527s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.527s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.527s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.694s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.695s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.695s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.695s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.695s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.695s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.695s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.695s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.695s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.695s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.720s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.741s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.742s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.742s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.774s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.775s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.775s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.902s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[35.596s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[35.933s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[35.987s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[35.992s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[35.994s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[36.025s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[36.035s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[36.037s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[36.047s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[36.048s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[36.048s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[36.066s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[36.067s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[36.097s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[36.102s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[36.103s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[36.105s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[36.108s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[36.111s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[36.130s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[36.132s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[36.133s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[36.134s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[36.229s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[36.230s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[36.230s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[36.231s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[36.236s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[36.238s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[36.274s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[36.279s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[36.283s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[36.318s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[36.321s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[36.322s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[36.353s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[36.355s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[36.386s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[36.388s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-13-35/b_obstacle_detector/command.log b/log/build_2024-03-15_06-13-35/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-13-35/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-13-35/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-13-35/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..610222f --- /dev/null +++ b/log/build_2024-03-15_06-13-35/b_obstacle_detector/stderr.log @@ -0,0 +1,37 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression + 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 434 | declare_parameter( + | ^~~~~~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-13-35/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-13-35/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_06-13-35/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_06-13-35/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-13-35/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..8988d2a --- /dev/null +++ b/log/build_2024-03-15_06-13-35/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,39 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression + 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 434 | declare_parameter( + | ^~~~~~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-13-35/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-13-35/b_obstacle_detector/streams.log new file mode 100644 index 0000000..1ec1d77 --- /dev/null +++ b/log/build_2024-03-15_06-13-35/b_obstacle_detector/streams.log @@ -0,0 +1,41 @@ +[0.166s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.361s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.501s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[9.405s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[9.406s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54: error: use of ‘this’ in a constant expression +[9.407s] 11 | ignore_angle_range_list_ = this->declare_parameter<ignore_angle_range_list_>("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); +[9.407s] | ^~~~~~~~~~~~~~~~~~~~~~~~ +[9.408s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: no matching function for call to ‘ObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )’ +[9.409s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); +[9.409s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[9.410s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, +[9.410s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[9.411s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[9.411s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[9.411s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[9.412s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[9.412s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ +[9.413s] 195 | Node::declare_parameter( +[9.413s] | ^~~~ +[9.413s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note:  template argument deduction/substitution failed: +[9.414s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)’ +[9.414s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); +[9.415s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[9.415s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +[9.415s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[9.416s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[9.423s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[9.425s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[9.425s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[9.426s] /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note: candidate: ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ +[9.426s] 434 | declare_parameter( +[9.426s] | ^~~~~~~~~~~~~~~~~ +[9.427s] /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3: note:  template argument deduction/substitution failed: +[9.427s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: error: type/value mismatch at argument 1 in template parameter list for ‘template auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)’ +[9.427s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); +[9.428s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[9.428s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79: note:  expected a type, got ‘((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_’ +[18.882s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[18.882s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[18.883s] gmake: *** [Makefile:146: all] Error 2 +[18.888s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-13-35/events.log b/log/build_2024-03-15_06-13-35/events.log new file mode 100644 index 0000000..bce64bc --- /dev/null +++ b/log/build_2024-03-15_06-13-35/events.log @@ -0,0 +1,237 @@ +[0.000000] (-) TimerEvent: {} +[0.001303] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001578] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.097710] (-) TimerEvent: {} +[0.158892] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.160113] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.162267] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.197990] (-) TimerEvent: {} +[0.298640] (-) TimerEvent: {} +[0.361671] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.399070] (-) TimerEvent: {} +[0.499975] (-) TimerEvent: {} +[0.502706] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.600381] (-) TimerEvent: {} +[0.701038] (-) TimerEvent: {} +[0.801543] (-) TimerEvent: {} +[0.902052] (-) TimerEvent: {} +[1.002698] (-) TimerEvent: {} +[1.103430] (-) TimerEvent: {} +[1.204125] (-) TimerEvent: {} +[1.304793] (-) TimerEvent: {} +[1.405541] (-) TimerEvent: {} +[1.506465] (-) TimerEvent: {} +[1.607879] (-) TimerEvent: {} +[1.708969] (-) TimerEvent: {} +[1.809641] (-) TimerEvent: {} +[1.910215] (-) TimerEvent: {} +[2.010875] (-) TimerEvent: {} +[2.111819] (-) TimerEvent: {} +[2.212578] (-) TimerEvent: {} +[2.313349] (-) TimerEvent: {} +[2.413909] (-) TimerEvent: {} +[2.514477] (-) TimerEvent: {} +[2.615127] (-) TimerEvent: {} +[2.715768] (-) TimerEvent: {} +[2.816594] (-) TimerEvent: {} +[2.917379] (-) TimerEvent: {} +[3.018276] (-) TimerEvent: {} +[3.119116] (-) TimerEvent: {} +[3.219878] (-) TimerEvent: {} +[3.320514] (-) TimerEvent: {} +[3.421334] (-) TimerEvent: {} +[3.522102] (-) TimerEvent: {} +[3.622637] (-) TimerEvent: {} +[3.723398] (-) TimerEvent: {} +[3.824072] (-) TimerEvent: {} +[3.924807] (-) TimerEvent: {} +[4.025502] (-) TimerEvent: {} +[4.126302] (-) TimerEvent: {} +[4.226986] (-) TimerEvent: {} +[4.327585] (-) TimerEvent: {} +[4.428222] (-) TimerEvent: {} +[4.528831] (-) TimerEvent: {} +[4.629419] (-) TimerEvent: {} +[4.730062] (-) TimerEvent: {} +[4.830769] (-) TimerEvent: {} +[4.931548] (-) TimerEvent: {} +[5.032400] (-) TimerEvent: {} +[5.133076] (-) TimerEvent: {} +[5.233842] (-) TimerEvent: {} +[5.334442] (-) TimerEvent: {} +[5.435099] (-) TimerEvent: {} +[5.535940] (-) TimerEvent: {} +[5.636502] (-) TimerEvent: {} +[5.737076] (-) TimerEvent: {} +[5.837677] (-) TimerEvent: {} +[5.938558] (-) TimerEvent: {} +[6.039319] (-) TimerEvent: {} +[6.139892] (-) TimerEvent: {} +[6.240533] (-) TimerEvent: {} +[6.341650] (-) TimerEvent: {} +[6.442485] (-) TimerEvent: {} +[6.543303] (-) TimerEvent: {} +[6.644119] (-) TimerEvent: {} +[6.744730] (-) TimerEvent: {} +[6.845478] (-) TimerEvent: {} +[6.946159] (-) TimerEvent: {} +[7.047048] (-) TimerEvent: {} +[7.147632] (-) TimerEvent: {} +[7.248197] (-) TimerEvent: {} +[7.349330] (-) TimerEvent: {} +[7.450029] (-) TimerEvent: {} +[7.550605] (-) TimerEvent: {} +[7.651245] (-) TimerEvent: {} +[7.751881] (-) TimerEvent: {} +[7.852416] (-) TimerEvent: {} +[7.953052] (-) TimerEvent: {} +[8.053939] (-) TimerEvent: {} +[8.154700] (-) TimerEvent: {} +[8.255487] (-) TimerEvent: {} +[8.356155] (-) TimerEvent: {} +[8.456734] (-) TimerEvent: {} +[8.557456] (-) TimerEvent: {} +[8.658260] (-) TimerEvent: {} +[8.759070] (-) TimerEvent: {} +[8.859984] (-) TimerEvent: {} +[8.960757] (-) TimerEvent: {} +[9.061476] (-) TimerEvent: {} +[9.162012] (-) TimerEvent: {} +[9.262613] (-) TimerEvent: {} +[9.363289] (-) TimerEvent: {} +[9.406814] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[9.407356] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:54:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kuse of \xe2\x80\x98\x1b[01m\x1b[Kthis\x1b[m\x1b[K\xe2\x80\x99 in a constant expression\n'} +[9.408375] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = this->declare_parameter<\x1b[01;31m\x1b[Kignore_angle_range_list_\x1b[m\x1b[K>("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)});\n'} +[9.408774] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[9.409706] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::declare_parameter<((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_>(const char [24], )\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.410244] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)})\x1b[m\x1b[K;\n'} +[9.410759] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[9.411286] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321\x1b[m\x1b[K,\n'} +[9.411727] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[9.412112] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[9.412544] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[9.412938] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[9.413495] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[9.413761] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.414142] (b_obstacle_detector) StderrLine: {'line': b' 195 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[9.414431] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[9.414804] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K template argument deduction/substitution failed:\n'} +[9.415211] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Ktype/value mismatch at argument 1 in template parameter list for \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.415507] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)})\x1b[m\x1b[K;\n'} +[9.415956] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[9.416315] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K expected a type, got \xe2\x80\x98\x1b[01m\x1b[K((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.416710] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[9.417057] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[9.423548] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[9.424584] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[9.426522] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[9.426966] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.427398] (b_obstacle_detector) StderrLine: {'line': b' 434 | \x1b[01;36m\x1b[Kdeclare_parameter\x1b[m\x1b[K(\n'} +[9.427821] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[9.428161] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:434:3:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K template argument deduction/substitution failed:\n'} +[9.428446] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Ktype/value mismatch at argument 1 in template parameter list for \xe2\x80\x98\x1b[01m\x1b[Ktemplate auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool)\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.428836] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)})\x1b[m\x1b[K;\n'} +[9.429140] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[9.429456] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:79:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K expected a type, got \xe2\x80\x98\x1b[01m\x1b[K((ObstacleDetector*)this)->ObstacleDetector::ignore_angle_range_list_\x1b[m\x1b[K\xe2\x80\x99\n'} +[9.463417] (-) TimerEvent: {} +[9.564140] (-) TimerEvent: {} +[9.664824] (-) TimerEvent: {} +[9.765550] (-) TimerEvent: {} +[9.866241] (-) TimerEvent: {} +[9.966836] (-) TimerEvent: {} +[10.067599] (-) TimerEvent: {} +[10.168171] (-) TimerEvent: {} +[10.268734] (-) TimerEvent: {} +[10.369373] (-) TimerEvent: {} +[10.470263] (-) TimerEvent: {} +[10.571255] (-) TimerEvent: {} +[10.672111] (-) TimerEvent: {} +[10.772748] (-) TimerEvent: {} +[10.873344] (-) TimerEvent: {} +[10.974080] (-) TimerEvent: {} +[11.074771] (-) TimerEvent: {} +[11.175339] (-) TimerEvent: {} +[11.275984] (-) TimerEvent: {} +[11.376706] (-) TimerEvent: {} +[11.477314] (-) TimerEvent: {} +[11.578019] (-) TimerEvent: {} +[11.678608] (-) TimerEvent: {} +[11.779384] (-) TimerEvent: {} +[11.880337] (-) TimerEvent: {} +[11.980994] (-) TimerEvent: {} +[12.081640] (-) TimerEvent: {} +[12.182158] (-) TimerEvent: {} +[12.282951] (-) TimerEvent: {} +[12.383824] (-) TimerEvent: {} +[12.484770] (-) TimerEvent: {} +[12.585745] (-) TimerEvent: {} +[12.686694] (-) TimerEvent: {} +[12.787524] (-) TimerEvent: {} +[12.888140] (-) TimerEvent: {} +[12.988723] (-) TimerEvent: {} +[13.089524] (-) TimerEvent: {} +[13.190278] (-) TimerEvent: {} +[13.291030] (-) TimerEvent: {} +[13.391570] (-) TimerEvent: {} +[13.492172] (-) TimerEvent: {} +[13.592848] (-) TimerEvent: {} +[13.693842] (-) TimerEvent: {} +[13.794536] (-) TimerEvent: {} +[13.895382] (-) TimerEvent: {} +[13.995973] (-) TimerEvent: {} +[14.096619] (-) TimerEvent: {} +[14.197156] (-) TimerEvent: {} +[14.297872] (-) TimerEvent: {} +[14.398512] (-) TimerEvent: {} +[14.499039] (-) TimerEvent: {} +[14.599686] (-) TimerEvent: {} +[14.700246] (-) TimerEvent: {} +[14.801081] (-) TimerEvent: {} +[14.901954] (-) TimerEvent: {} +[15.002551] (-) TimerEvent: {} +[15.103258] (-) TimerEvent: {} +[15.203970] (-) TimerEvent: {} +[15.304635] (-) TimerEvent: {} +[15.405205] (-) TimerEvent: {} +[15.505860] (-) TimerEvent: {} +[15.606571] (-) TimerEvent: {} +[15.707667] (-) TimerEvent: {} +[15.808448] (-) TimerEvent: {} +[15.909114] (-) TimerEvent: {} +[16.009833] (-) TimerEvent: {} +[16.110468] (-) TimerEvent: {} +[16.211117] (-) TimerEvent: {} +[16.311966] (-) TimerEvent: {} +[16.412570] (-) TimerEvent: {} +[16.513561] (-) TimerEvent: {} +[16.614463] (-) TimerEvent: {} +[16.715177] (-) TimerEvent: {} +[16.816277] (-) TimerEvent: {} +[16.917063] (-) TimerEvent: {} +[17.017945] (-) TimerEvent: {} +[17.118609] (-) TimerEvent: {} +[17.219220] (-) TimerEvent: {} +[17.319869] (-) TimerEvent: {} +[17.420595] (-) TimerEvent: {} +[17.521418] (-) TimerEvent: {} +[17.622213] (-) TimerEvent: {} +[17.722910] (-) TimerEvent: {} +[17.823752] (-) TimerEvent: {} +[17.924578] (-) TimerEvent: {} +[18.025315] (-) TimerEvent: {} +[18.126088] (-) TimerEvent: {} +[18.226648] (-) TimerEvent: {} +[18.327208] (-) TimerEvent: {} +[18.427763] (-) TimerEvent: {} +[18.528515] (-) TimerEvent: {} +[18.629170] (-) TimerEvent: {} +[18.729761] (-) TimerEvent: {} +[18.830508] (-) TimerEvent: {} +[18.882994] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[18.883802] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[18.884602] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[18.889128] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[18.930743] (-) TimerEvent: {} +[19.031260] (-) TimerEvent: {} +[19.066641] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[19.078225] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-13-35/logger_all.log b/log/build_2024-03-15_06-13-35/logger_all.log new file mode 100644 index 0000000..04c990a --- /dev/null +++ b/log/build_2024-03-15_06-13-35/logger_all.log @@ -0,0 +1,118 @@ +[2.470s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.471s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.992s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.993s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.993s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.993s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.993s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.994s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.994s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.994s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.995s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.996s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.996s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.996s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.997s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.997s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.997s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.997s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.054s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.054s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.054s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.054s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.054s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.055s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.055s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.055s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.055s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.055s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.056s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.056s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.056s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.056s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.069s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.070s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.070s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.070s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.072s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.072s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.072s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.073s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.073s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.073s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.074s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.074s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.075s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.075s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.075s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.075s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.075s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.075s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.075s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.076s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.076s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.077s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.077s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.077s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.077s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.356s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.356s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.406s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.444s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.445s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.445s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.492s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.493s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.493s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.613s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[22.338s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[22.430s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[22.452s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[22.455s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[22.455s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[22.472s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[22.473s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[22.474s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[22.476s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[22.476s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[22.476s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[22.479s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[22.479s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[22.507s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[22.510s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[22.510s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[22.512s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[22.513s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[22.514s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[22.525s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[22.526s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[22.526s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[22.526s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[22.574s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[22.575s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[22.575s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[22.575s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[22.581s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[22.582s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[22.623s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[22.627s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[22.630s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[22.667s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[22.671s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[22.673s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[22.698s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[22.699s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[22.725s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[22.727s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-14-28/b_obstacle_detector/command.log b/log/build_2024-03-15_06-14-28/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-14-28/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-14-28/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-14-28/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..24a6d4e --- /dev/null +++ b/log/build_2024-03-15_06-14-28/b_obstacle_detector/stderr.log @@ -0,0 +1,25 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:61: error: no matching function for call to ‘ObstacleDetector::declare_parameter(const char [24], )’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘’ to ‘const double&’ + 197 | const ParameterT & default_value, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 215 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} + 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-14-28/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-14-28/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_06-14-28/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_06-14-28/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-14-28/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..c563ca2 --- /dev/null +++ b/log/build_2024-03-15_06-14-28/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,27 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:61: error: no matching function for call to ‘ObstacleDetector::declare_parameter(const char [24], )’ + 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 195 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘’ to ‘const double&’ + 197 | const ParameterT & default_value, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ + 215 | Node::declare_parameter( + | ^~~~ +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} + 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-14-28/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-14-28/b_obstacle_detector/streams.log new file mode 100644 index 0000000..19b51b5 --- /dev/null +++ b/log/build_2024-03-15_06-14-28/b_obstacle_detector/streams.log @@ -0,0 +1,29 @@ +[0.352s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.432s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.480s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[7.528s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[7.529s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:61: error: no matching function for call to ‘ObstacleDetector::declare_parameter(const char [24], )’ +[7.529s] 11 | ignore_angle_range_list_ = this->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)}); +[7.529s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[7.531s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321, +[7.531s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28, +[7.531s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22, +[7.532s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[7.532s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[7.532s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[7.533s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ +[7.533s] 195 | Node::declare_parameter( +[7.534s] | ^~~~ +[7.534s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22: note:  no known conversion for argument 2 from ‘’ to ‘const double&’ +[7.534s] 197 | const ParameterT & default_value, +[7.534s] | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ +[7.534s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1: note: candidate: ‘auto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]’ +[7.535s] 215 | Node::declare_parameter( +[7.535s] | ^~~~ +[7.535s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52: note:  no known conversion for argument 2 from ‘’ to ‘const ParameterDescriptor&’ {aka ‘const rcl_interfaces::msg::ParameterDescriptor_ >&’} +[7.535s] 217 | const rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor, +[7.535s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ +[16.160s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[16.161s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[16.162s] gmake: *** [Makefile:146: all] Error 2 +[16.168s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-14-28/events.log b/log/build_2024-03-15_06-14-28/events.log new file mode 100644 index 0000000..3e81ffe --- /dev/null +++ b/log/build_2024-03-15_06-14-28/events.log @@ -0,0 +1,198 @@ +[0.000000] (-) TimerEvent: {} +[0.001697] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001858] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.096672] (-) TimerEvent: {} +[0.199730] (-) TimerEvent: {} +[0.306959] (-) TimerEvent: {} +[0.315372] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.317112] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.319592] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.407117] (-) TimerEvent: {} +[0.433918] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.481967] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.507305] (-) TimerEvent: {} +[0.608031] (-) TimerEvent: {} +[0.708766] (-) TimerEvent: {} +[0.809464] (-) TimerEvent: {} +[0.910645] (-) TimerEvent: {} +[1.012095] (-) TimerEvent: {} +[1.112984] (-) TimerEvent: {} +[1.213702] (-) TimerEvent: {} +[1.314352] (-) TimerEvent: {} +[1.414969] (-) TimerEvent: {} +[1.515546] (-) TimerEvent: {} +[1.616239] (-) TimerEvent: {} +[1.716895] (-) TimerEvent: {} +[1.817522] (-) TimerEvent: {} +[1.918244] (-) TimerEvent: {} +[2.018835] (-) TimerEvent: {} +[2.119493] (-) TimerEvent: {} +[2.220383] (-) TimerEvent: {} +[2.321009] (-) TimerEvent: {} +[2.421903] (-) TimerEvent: {} +[2.522596] (-) TimerEvent: {} +[2.623578] (-) TimerEvent: {} +[2.724221] (-) TimerEvent: {} +[2.824944] (-) TimerEvent: {} +[2.925652] (-) TimerEvent: {} +[3.026306] (-) TimerEvent: {} +[3.126919] (-) TimerEvent: {} +[3.227672] (-) TimerEvent: {} +[3.328379] (-) TimerEvent: {} +[3.429025] (-) TimerEvent: {} +[3.529658] (-) TimerEvent: {} +[3.630369] (-) TimerEvent: {} +[3.731134] (-) TimerEvent: {} +[3.838186] (-) TimerEvent: {} +[3.938922] (-) TimerEvent: {} +[4.039786] (-) TimerEvent: {} +[4.140517] (-) TimerEvent: {} +[4.241100] (-) TimerEvent: {} +[4.341699] (-) TimerEvent: {} +[4.442424] (-) TimerEvent: {} +[4.543145] (-) TimerEvent: {} +[4.643794] (-) TimerEvent: {} +[4.744457] (-) TimerEvent: {} +[4.845368] (-) TimerEvent: {} +[4.946232] (-) TimerEvent: {} +[5.047270] (-) TimerEvent: {} +[5.148251] (-) TimerEvent: {} +[5.249081] (-) TimerEvent: {} +[5.349711] (-) TimerEvent: {} +[5.450460] (-) TimerEvent: {} +[5.551287] (-) TimerEvent: {} +[5.652074] (-) TimerEvent: {} +[5.752925] (-) TimerEvent: {} +[5.853553] (-) TimerEvent: {} +[5.954389] (-) TimerEvent: {} +[6.055161] (-) TimerEvent: {} +[6.155771] (-) TimerEvent: {} +[6.256383] (-) TimerEvent: {} +[6.356966] (-) TimerEvent: {} +[6.457576] (-) TimerEvent: {} +[6.558230] (-) TimerEvent: {} +[6.658912] (-) TimerEvent: {} +[6.759566] (-) TimerEvent: {} +[6.860250] (-) TimerEvent: {} +[6.961017] (-) TimerEvent: {} +[7.061700] (-) TimerEvent: {} +[7.162569] (-) TimerEvent: {} +[7.263426] (-) TimerEvent: {} +[7.364192] (-) TimerEvent: {} +[7.464864] (-) TimerEvent: {} +[7.529839] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[7.530429] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:61:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::declare_parameter(const char [24], )\x1b[m\x1b[K\xe2\x80\x99\n'} +[7.530676] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = \x1b[01;31m\x1b[Kthis->declare_parameter("ignore_angle_range_list",{(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)})\x1b[m\x1b[K;\n'} +[7.530914] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[7.532499] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321\x1b[m\x1b[K,\n'} +[7.532942] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28\x1b[m\x1b[K,\n'} +[7.533204] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22\x1b[m\x1b[K,\n'} +[7.533382] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[7.533929] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[7.534186] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[7.534519] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:195:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kauto rclcpp::Node::declare_parameter(const string&, const ParameterT&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[7.535013] (b_obstacle_detector) StderrLine: {'line': b' 195 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[7.535355] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[7.535584] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:197:22:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 2 from \xe2\x80\x98\x1b[01m\x1b[K\x1b[m\x1b[K\xe2\x80\x99 to \xe2\x80\x98\x1b[01m\x1b[Kconst double&\x1b[m\x1b[K\xe2\x80\x99\n'} +[7.535847] (b_obstacle_detector) StderrLine: {'line': b' 197 | \x1b[01;36m\x1b[Kconst ParameterT & default_value\x1b[m\x1b[K,\n'} +[7.536083] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[7.536266] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:215:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kauto rclcpp::Node::declare_parameter(const string&, const ParameterDescriptor&, bool) [with ParameterT = double; std::string = std::__cxx11::basic_string; rcl_interfaces::msg::ParameterDescriptor = rcl_interfaces::msg::ParameterDescriptor_ >]\x1b[m\x1b[K\xe2\x80\x99\n'} +[7.536466] (b_obstacle_detector) StderrLine: {'line': b' 215 | \x1b[01;36m\x1b[KNode\x1b[m\x1b[K::declare_parameter(\n'} +[7.536699] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[7.536846] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:217:52:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K no known conversion for argument 2 from \xe2\x80\x98\x1b[01m\x1b[K\x1b[m\x1b[K\xe2\x80\x99 to \xe2\x80\x98\x1b[01m\x1b[Kconst ParameterDescriptor&\x1b[m\x1b[K\xe2\x80\x99 {aka \xe2\x80\x98\x1b[01m\x1b[Kconst rcl_interfaces::msg::ParameterDescriptor_ >&\x1b[m\x1b[K\xe2\x80\x99}\n'} +[7.537026] (b_obstacle_detector) StderrLine: {'line': b' 217 | \x1b[01;36m\x1b[Kconst rcl_interfaces::msg::ParameterDescriptor & parameter_descriptor\x1b[m\x1b[K,\n'} +[7.537248] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[7.565149] (-) TimerEvent: {} +[7.665899] (-) TimerEvent: {} +[7.766878] (-) TimerEvent: {} +[7.867563] (-) TimerEvent: {} +[7.968368] (-) TimerEvent: {} +[8.069131] (-) TimerEvent: {} +[8.169921] (-) TimerEvent: {} +[8.270589] (-) TimerEvent: {} +[8.371185] (-) TimerEvent: {} +[8.471773] (-) TimerEvent: {} +[8.572448] (-) TimerEvent: {} +[8.673152] (-) TimerEvent: {} +[8.773786] (-) TimerEvent: {} +[8.874410] (-) TimerEvent: {} +[8.975017] (-) TimerEvent: {} +[9.075708] (-) TimerEvent: {} +[9.176339] (-) TimerEvent: {} +[9.277041] (-) TimerEvent: {} +[9.377805] (-) TimerEvent: {} +[9.478531] (-) TimerEvent: {} +[9.579337] (-) TimerEvent: {} +[9.680066] (-) TimerEvent: {} +[9.780719] (-) TimerEvent: {} +[9.881587] (-) TimerEvent: {} +[9.982415] (-) TimerEvent: {} +[10.083128] (-) TimerEvent: {} +[10.183848] (-) TimerEvent: {} +[10.284487] (-) TimerEvent: {} +[10.385047] (-) TimerEvent: {} +[10.485723] (-) TimerEvent: {} +[10.586635] (-) TimerEvent: {} +[10.687374] (-) TimerEvent: {} +[10.787996] (-) TimerEvent: {} +[10.888973] (-) TimerEvent: {} +[10.989582] (-) TimerEvent: {} +[11.090411] (-) TimerEvent: {} +[11.190965] (-) TimerEvent: {} +[11.291551] (-) TimerEvent: {} +[11.392176] (-) TimerEvent: {} +[11.492954] (-) TimerEvent: {} +[11.593701] (-) TimerEvent: {} +[11.694411] (-) TimerEvent: {} +[11.795126] (-) TimerEvent: {} +[11.895934] (-) TimerEvent: {} +[11.996745] (-) TimerEvent: {} +[12.101273] (-) TimerEvent: {} +[12.202095] (-) TimerEvent: {} +[12.302996] (-) TimerEvent: {} +[12.404108] (-) TimerEvent: {} +[12.504809] (-) TimerEvent: {} +[12.605360] (-) TimerEvent: {} +[12.706312] (-) TimerEvent: {} +[12.807197] (-) TimerEvent: {} +[12.907745] (-) TimerEvent: {} +[13.008377] (-) TimerEvent: {} +[13.108970] (-) TimerEvent: {} +[13.209881] (-) TimerEvent: {} +[13.310426] (-) TimerEvent: {} +[13.411047] (-) TimerEvent: {} +[13.511830] (-) TimerEvent: {} +[13.612716] (-) TimerEvent: {} +[13.713451] (-) TimerEvent: {} +[13.814064] (-) TimerEvent: {} +[13.914801] (-) TimerEvent: {} +[14.015456] (-) TimerEvent: {} +[14.116171] (-) TimerEvent: {} +[14.217405] (-) TimerEvent: {} +[14.318068] (-) TimerEvent: {} +[14.418903] (-) TimerEvent: {} +[14.519868] (-) TimerEvent: {} +[14.620797] (-) TimerEvent: {} +[14.722511] (-) TimerEvent: {} +[14.823271] (-) TimerEvent: {} +[14.933551] (-) TimerEvent: {} +[15.035641] (-) TimerEvent: {} +[15.136303] (-) TimerEvent: {} +[15.237178] (-) TimerEvent: {} +[15.337882] (-) TimerEvent: {} +[15.438746] (-) TimerEvent: {} +[15.539800] (-) TimerEvent: {} +[15.640490] (-) TimerEvent: {} +[15.742341] (-) TimerEvent: {} +[15.842990] (-) TimerEvent: {} +[15.943672] (-) TimerEvent: {} +[16.044369] (-) TimerEvent: {} +[16.145192] (-) TimerEvent: {} +[16.161948] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[16.162729] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[16.163374] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[16.169117] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[16.245664] (-) TimerEvent: {} +[16.346864] (-) TimerEvent: {} +[16.425888] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[16.437805] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-14-28/logger_all.log b/log/build_2024-03-15_06-14-28/logger_all.log new file mode 100644 index 0000000..585b8bd --- /dev/null +++ b/log/build_2024-03-15_06-14-28/logger_all.log @@ -0,0 +1,118 @@ +[3.081s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.082s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.185s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.185s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.206s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.206s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.206s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.206s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.206s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.206s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.207s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.207s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.207s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.207s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.207s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.207s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.207s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.207s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.215s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.216s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.216s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.216s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.217s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.218s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.218s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.218s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.218s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.219s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.219s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.362s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.363s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.380s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.404s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.405s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.405s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.450s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.451s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.452s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.761s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[19.577s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[19.681s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[19.730s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[19.732s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[19.733s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[19.774s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[19.776s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[19.777s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[19.779s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[19.779s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[19.780s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[19.783s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[19.784s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[19.820s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[19.823s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[19.825s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[19.827s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[19.829s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[19.832s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[19.843s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[19.844s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[19.844s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[19.845s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[19.905s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[19.905s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[19.905s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[19.905s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[19.911s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[19.911s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[19.944s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[19.948s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[19.954s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[19.989s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[19.990s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[19.991s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[20.030s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[20.031s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[20.075s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[20.078s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-15-29/b_obstacle_detector/command.log b/log/build_2024-03-15_06-15-29/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-15_06-15-29/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_06-15-29/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-15-29/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-15_06-15-29/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-15-29/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_06-15-29/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_06-15-29/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-15-29/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_06-15-29/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_06-15-29/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-15-29/b_obstacle_detector/streams.log new file mode 100644 index 0000000..70d0714 --- /dev/null +++ b/log/build_2024-03-15_06-15-29/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.146s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.207s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.250s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[60.211s] [ 66%] Linking CXX executable b_obstacle_detector_node +[62.383s] [100%] Built target b_obstacle_detector_node +[62.483s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[62.597s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[62.633s] -- Install configuration: "RelWithDebInfo" +[62.648s] -- Execute custom install script +[62.669s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[62.680s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[62.686s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[62.688s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[62.689s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[62.695s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[62.696s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[62.697s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[62.699s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[62.700s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[62.701s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[62.705s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[62.707s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[62.708s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[62.749s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[62.750s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[62.750s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[62.752s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[62.752s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[62.754s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[62.764s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_06-15-29/events.log b/log/build_2024-03-15_06-15-29/events.log new file mode 100644 index 0000000..2cc6619 --- /dev/null +++ b/log/build_2024-03-15_06-15-29/events.log @@ -0,0 +1,662 @@ +[0.000000] (-) TimerEvent: {} +[0.000748] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.000925] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.096858] (-) TimerEvent: {} +[0.132348] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.133546] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.135226] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.197233] (-) TimerEvent: {} +[0.207791] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.251152] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.297504] (-) TimerEvent: {} +[0.398060] (-) TimerEvent: {} +[0.498641] (-) TimerEvent: {} +[0.599296] (-) TimerEvent: {} +[0.700038] (-) TimerEvent: {} +[0.800759] (-) TimerEvent: {} +[0.901862] (-) TimerEvent: {} +[1.002795] (-) TimerEvent: {} +[1.103507] (-) TimerEvent: {} +[1.204266] (-) TimerEvent: {} +[1.305211] (-) TimerEvent: {} +[1.406206] (-) TimerEvent: {} +[1.507045] (-) TimerEvent: {} +[1.607650] (-) TimerEvent: {} +[1.708362] (-) TimerEvent: {} +[1.808969] (-) TimerEvent: {} +[1.909787] (-) TimerEvent: {} +[2.010628] (-) TimerEvent: {} +[2.111325] (-) TimerEvent: {} +[2.212117] (-) TimerEvent: {} +[2.312849] (-) TimerEvent: {} +[2.413555] (-) TimerEvent: {} +[2.514286] (-) TimerEvent: {} +[2.615101] (-) TimerEvent: {} +[2.716063] (-) TimerEvent: {} +[2.816806] (-) TimerEvent: {} +[2.917638] (-) TimerEvent: {} +[3.018358] (-) TimerEvent: {} +[3.119194] (-) TimerEvent: {} +[3.219843] (-) TimerEvent: {} +[3.320548] (-) TimerEvent: {} +[3.421283] (-) TimerEvent: {} +[3.522116] (-) TimerEvent: {} +[3.622880] (-) TimerEvent: {} +[3.723584] (-) TimerEvent: {} +[3.824265] (-) TimerEvent: {} +[3.925028] (-) TimerEvent: {} +[4.025710] (-) TimerEvent: {} +[4.126468] (-) TimerEvent: {} +[4.227081] (-) TimerEvent: {} +[4.327656] (-) TimerEvent: {} +[4.428257] (-) TimerEvent: {} +[4.529188] (-) TimerEvent: {} +[4.630121] (-) TimerEvent: {} +[4.730796] (-) TimerEvent: {} +[4.831380] (-) TimerEvent: {} +[4.932053] (-) TimerEvent: {} +[5.032681] (-) TimerEvent: {} +[5.135022] (-) TimerEvent: {} +[5.258493] (-) TimerEvent: {} +[5.359391] (-) TimerEvent: {} +[5.460165] (-) TimerEvent: {} +[5.560758] (-) TimerEvent: {} +[5.661513] (-) TimerEvent: {} +[5.762685] (-) TimerEvent: {} +[5.863280] (-) TimerEvent: {} +[5.964059] (-) TimerEvent: {} +[6.064922] (-) TimerEvent: {} +[6.165784] (-) TimerEvent: {} +[6.267790] (-) TimerEvent: {} +[6.368705] (-) TimerEvent: {} +[6.477708] (-) TimerEvent: {} +[6.578365] (-) TimerEvent: {} +[6.679107] (-) TimerEvent: {} +[6.779925] (-) TimerEvent: {} +[6.881370] (-) TimerEvent: {} +[6.981995] (-) TimerEvent: {} +[7.082660] (-) TimerEvent: {} +[7.183307] (-) TimerEvent: {} +[7.283927] (-) TimerEvent: {} +[7.384547] (-) TimerEvent: {} +[7.485006] (-) TimerEvent: {} +[7.585663] (-) TimerEvent: {} +[7.686349] (-) TimerEvent: {} +[7.787007] (-) TimerEvent: {} +[7.887620] (-) TimerEvent: {} +[7.988204] (-) TimerEvent: {} +[8.088955] (-) TimerEvent: {} +[8.189764] (-) TimerEvent: {} +[8.290398] (-) TimerEvent: {} +[8.391013] (-) TimerEvent: {} +[8.491730] (-) TimerEvent: {} +[8.592427] (-) TimerEvent: {} +[8.693065] (-) TimerEvent: {} +[8.793585] (-) TimerEvent: {} +[8.894112] (-) TimerEvent: {} +[8.994775] (-) TimerEvent: {} +[9.095480] (-) TimerEvent: {} +[9.196223] (-) TimerEvent: {} +[9.296866] (-) TimerEvent: {} +[9.397949] (-) TimerEvent: {} +[9.498714] (-) TimerEvent: {} +[9.599361] (-) TimerEvent: {} +[9.700153] (-) TimerEvent: {} +[9.801066] (-) TimerEvent: {} +[9.903030] (-) TimerEvent: {} +[10.003877] (-) TimerEvent: {} +[10.104964] (-) TimerEvent: {} +[10.205630] (-) TimerEvent: {} +[10.306235] (-) TimerEvent: {} +[10.406992] (-) TimerEvent: {} +[10.507919] (-) TimerEvent: {} +[10.608655] (-) TimerEvent: {} +[10.709446] (-) TimerEvent: {} +[10.810170] (-) TimerEvent: {} +[10.910897] (-) TimerEvent: {} +[11.011571] (-) TimerEvent: {} +[11.112097] (-) TimerEvent: {} +[11.212743] (-) TimerEvent: {} +[11.313406] (-) TimerEvent: {} +[11.414183] (-) TimerEvent: {} +[11.514815] (-) TimerEvent: {} +[11.615583] (-) TimerEvent: {} +[11.716316] (-) TimerEvent: {} +[11.817071] (-) TimerEvent: {} +[11.918061] (-) TimerEvent: {} +[12.018922] (-) TimerEvent: {} +[12.119544] (-) TimerEvent: {} +[12.220248] (-) TimerEvent: {} +[12.320873] (-) TimerEvent: {} +[12.422341] (-) TimerEvent: {} +[12.523090] (-) TimerEvent: {} +[12.623745] (-) TimerEvent: {} +[12.724225] (-) TimerEvent: {} +[12.824812] (-) TimerEvent: {} +[12.925852] (-) TimerEvent: {} +[13.026754] (-) TimerEvent: {} +[13.127672] (-) TimerEvent: {} +[13.228594] (-) TimerEvent: {} +[13.329422] (-) TimerEvent: {} +[13.430197] (-) TimerEvent: {} +[13.530825] (-) TimerEvent: {} +[13.631438] (-) TimerEvent: {} +[13.732151] (-) TimerEvent: {} +[13.832853] (-) TimerEvent: {} +[13.933613] (-) TimerEvent: {} +[14.034456] (-) TimerEvent: {} +[14.135241] (-) TimerEvent: {} +[14.235993] (-) TimerEvent: {} +[14.336642] (-) TimerEvent: {} +[14.437191] (-) TimerEvent: {} +[14.537675] (-) TimerEvent: {} +[14.638223] (-) TimerEvent: {} +[14.738826] (-) TimerEvent: {} +[14.839594] (-) TimerEvent: {} +[14.940328] (-) TimerEvent: {} +[15.041081] (-) TimerEvent: {} +[15.141701] (-) TimerEvent: {} +[15.242332] (-) TimerEvent: {} +[15.342904] (-) TimerEvent: {} +[15.443533] (-) TimerEvent: {} +[15.544069] (-) TimerEvent: {} +[15.644635] (-) TimerEvent: {} +[15.745232] (-) TimerEvent: {} +[15.845896] (-) TimerEvent: {} +[15.946423] (-) TimerEvent: {} +[16.047188] (-) TimerEvent: {} +[16.147855] (-) TimerEvent: {} +[16.248465] (-) TimerEvent: {} +[16.349198] (-) TimerEvent: {} +[16.449920] (-) TimerEvent: {} +[16.550638] (-) TimerEvent: {} +[16.651416] (-) TimerEvent: {} +[16.752058] (-) TimerEvent: {} +[16.852595] (-) TimerEvent: {} +[16.953145] (-) TimerEvent: {} +[17.053872] (-) TimerEvent: {} +[17.154797] (-) TimerEvent: {} +[17.255798] (-) TimerEvent: {} +[17.356621] (-) TimerEvent: {} +[17.457211] (-) TimerEvent: {} +[17.558194] (-) TimerEvent: {} +[17.659148] (-) TimerEvent: {} +[17.759938] (-) TimerEvent: {} +[17.861255] (-) TimerEvent: {} +[17.962609] (-) TimerEvent: {} +[18.064049] (-) TimerEvent: {} +[18.165116] (-) TimerEvent: {} +[18.270135] (-) TimerEvent: {} +[18.371091] (-) TimerEvent: {} +[18.471863] (-) TimerEvent: {} +[18.572939] (-) TimerEvent: {} +[18.673894] (-) TimerEvent: {} +[18.774782] (-) TimerEvent: {} +[18.875499] (-) TimerEvent: {} +[18.976115] (-) TimerEvent: {} +[19.077103] (-) TimerEvent: {} +[19.177951] (-) TimerEvent: {} +[19.278986] (-) TimerEvent: {} +[19.379614] (-) TimerEvent: {} +[19.480356] (-) TimerEvent: {} +[19.581291] (-) TimerEvent: {} +[19.682034] (-) TimerEvent: {} +[19.782683] (-) TimerEvent: {} +[19.883272] (-) TimerEvent: {} +[19.983975] (-) TimerEvent: {} +[20.084633] (-) TimerEvent: {} +[20.185406] (-) TimerEvent: {} +[20.285902] (-) TimerEvent: {} +[20.386506] (-) TimerEvent: {} +[20.487079] (-) TimerEvent: {} +[20.587906] (-) TimerEvent: {} +[20.688614] (-) TimerEvent: {} +[20.789352] (-) TimerEvent: {} +[20.890078] (-) TimerEvent: {} +[20.990736] (-) TimerEvent: {} +[21.091436] (-) TimerEvent: {} +[21.192066] (-) TimerEvent: {} +[21.292726] (-) TimerEvent: {} +[21.393365] (-) TimerEvent: {} +[21.494074] (-) TimerEvent: {} +[21.594812] (-) TimerEvent: {} +[21.695572] (-) TimerEvent: {} +[21.796314] (-) TimerEvent: {} +[21.897726] (-) TimerEvent: {} +[21.998467] (-) TimerEvent: {} +[22.099387] (-) TimerEvent: {} +[22.200112] (-) TimerEvent: {} +[22.300749] (-) TimerEvent: {} +[22.401396] (-) TimerEvent: {} +[22.502061] (-) TimerEvent: {} +[22.602659] (-) TimerEvent: {} +[22.703220] (-) TimerEvent: {} +[22.803951] (-) TimerEvent: {} +[22.904672] (-) TimerEvent: {} +[23.005215] (-) TimerEvent: {} +[23.105813] (-) TimerEvent: {} +[23.206481] (-) TimerEvent: {} +[23.307347] (-) TimerEvent: {} +[23.408263] (-) TimerEvent: {} +[23.509039] (-) TimerEvent: {} +[23.609843] (-) TimerEvent: {} +[23.710373] (-) TimerEvent: {} +[23.811205] (-) TimerEvent: {} +[23.912090] (-) TimerEvent: {} +[24.012996] (-) TimerEvent: {} +[24.113736] (-) TimerEvent: {} +[24.214385] (-) TimerEvent: {} +[24.315219] (-) TimerEvent: {} +[24.415926] (-) TimerEvent: {} +[24.516546] (-) TimerEvent: {} +[24.617145] (-) TimerEvent: {} +[24.717733] (-) TimerEvent: {} +[24.818349] (-) TimerEvent: {} +[24.919155] (-) TimerEvent: {} +[25.020165] (-) TimerEvent: {} +[25.121041] (-) TimerEvent: {} +[25.221719] (-) TimerEvent: {} +[25.322322] (-) TimerEvent: {} +[25.423076] (-) TimerEvent: {} +[25.524074] (-) TimerEvent: {} +[25.624867] (-) TimerEvent: {} +[25.725728] (-) TimerEvent: {} +[25.826647] (-) TimerEvent: {} +[25.927646] (-) TimerEvent: {} +[26.028704] (-) TimerEvent: {} +[26.129572] (-) TimerEvent: {} +[26.230484] (-) TimerEvent: {} +[26.331267] (-) TimerEvent: {} +[26.431999] (-) TimerEvent: {} +[26.532582] (-) TimerEvent: {} +[26.633248] (-) TimerEvent: {} +[26.733896] (-) TimerEvent: {} +[26.834683] (-) TimerEvent: {} +[26.935432] (-) TimerEvent: {} +[27.036317] (-) TimerEvent: {} +[27.142297] (-) TimerEvent: {} +[27.242850] (-) TimerEvent: {} +[27.343384] (-) TimerEvent: {} +[27.444052] (-) TimerEvent: {} +[27.544605] (-) TimerEvent: {} +[27.645392] (-) TimerEvent: {} +[27.746149] (-) TimerEvent: {} +[27.847021] (-) TimerEvent: {} +[27.947727] (-) TimerEvent: {} +[28.048579] (-) TimerEvent: {} +[28.149302] (-) TimerEvent: {} +[28.249815] (-) TimerEvent: {} +[28.350510] (-) TimerEvent: {} +[28.451191] (-) TimerEvent: {} +[28.551994] (-) TimerEvent: {} +[28.652512] (-) TimerEvent: {} +[28.753247] (-) TimerEvent: {} +[28.853887] (-) TimerEvent: {} +[28.954460] (-) TimerEvent: {} +[29.055102] (-) TimerEvent: {} +[29.156147] (-) TimerEvent: {} +[29.256756] (-) TimerEvent: {} +[29.357371] (-) TimerEvent: {} +[29.458187] (-) TimerEvent: {} +[29.559202] (-) TimerEvent: {} +[29.660049] (-) TimerEvent: {} +[29.760712] (-) TimerEvent: {} +[29.861347] (-) TimerEvent: {} +[29.962057] (-) TimerEvent: {} +[30.062673] (-) TimerEvent: {} +[30.163448] (-) TimerEvent: {} +[30.264158] (-) TimerEvent: {} +[30.364806] (-) TimerEvent: {} +[30.465430] (-) TimerEvent: {} +[30.566219] (-) TimerEvent: {} +[30.666842] (-) TimerEvent: {} +[30.767332] (-) TimerEvent: {} +[30.867928] (-) TimerEvent: {} +[30.968619] (-) TimerEvent: {} +[31.069426] (-) TimerEvent: {} +[31.170234] (-) TimerEvent: {} +[31.270952] (-) TimerEvent: {} +[31.371669] (-) TimerEvent: {} +[31.473273] (-) TimerEvent: {} +[31.573933] (-) TimerEvent: {} +[31.674668] (-) TimerEvent: {} +[31.775442] (-) TimerEvent: {} +[31.876323] (-) TimerEvent: {} +[31.977122] (-) TimerEvent: {} +[32.078090] (-) TimerEvent: {} +[32.178899] (-) TimerEvent: {} +[32.279661] (-) TimerEvent: {} +[32.380392] (-) TimerEvent: {} +[32.481223] (-) TimerEvent: {} +[32.581863] (-) TimerEvent: {} +[32.682616] (-) TimerEvent: {} +[32.783331] (-) TimerEvent: {} +[32.883965] (-) TimerEvent: {} +[32.984461] (-) TimerEvent: {} +[33.085134] (-) TimerEvent: {} +[33.185687] (-) TimerEvent: {} +[33.286309] (-) TimerEvent: {} +[33.387393] (-) TimerEvent: {} +[33.488158] (-) TimerEvent: {} +[33.588646] (-) TimerEvent: {} +[33.689176] (-) TimerEvent: {} +[33.789894] (-) TimerEvent: {} +[33.890904] (-) TimerEvent: {} +[33.991644] (-) TimerEvent: {} +[34.092308] (-) TimerEvent: {} +[34.192937] (-) TimerEvent: {} +[34.293716] (-) TimerEvent: {} +[34.394619] (-) TimerEvent: {} +[34.495803] (-) TimerEvent: {} +[34.596464] (-) TimerEvent: {} +[34.697029] (-) TimerEvent: {} +[34.797604] (-) TimerEvent: {} +[34.898363] (-) TimerEvent: {} +[34.999184] (-) TimerEvent: {} +[35.099979] (-) TimerEvent: {} +[35.200709] (-) TimerEvent: {} +[35.301490] (-) TimerEvent: {} +[35.402212] (-) TimerEvent: {} +[35.503043] (-) TimerEvent: {} +[35.603825] (-) TimerEvent: {} +[35.704396] (-) TimerEvent: {} +[35.804922] (-) TimerEvent: {} +[35.905499] (-) TimerEvent: {} +[36.006012] (-) TimerEvent: {} +[36.106806] (-) TimerEvent: {} +[36.207438] (-) TimerEvent: {} +[36.308171] (-) TimerEvent: {} +[36.408782] (-) TimerEvent: {} +[36.509496] (-) TimerEvent: {} +[36.610208] (-) TimerEvent: {} +[36.710966] (-) TimerEvent: {} +[36.811676] (-) TimerEvent: {} +[36.912312] (-) TimerEvent: {} +[37.012860] (-) TimerEvent: {} +[37.113566] (-) TimerEvent: {} +[37.214273] (-) TimerEvent: {} +[37.315151] (-) TimerEvent: {} +[37.415800] (-) TimerEvent: {} +[37.516797] (-) TimerEvent: {} +[37.617704] (-) TimerEvent: {} +[37.718526] (-) TimerEvent: {} +[37.819236] (-) TimerEvent: {} +[37.919910] (-) TimerEvent: {} +[38.020889] (-) TimerEvent: {} +[38.121679] (-) TimerEvent: {} +[38.222482] (-) TimerEvent: {} +[38.323192] (-) TimerEvent: {} +[38.423881] (-) TimerEvent: {} +[38.524630] (-) TimerEvent: {} +[38.625376] (-) TimerEvent: {} +[38.726249] (-) TimerEvent: {} +[38.827016] (-) TimerEvent: {} +[38.928018] (-) TimerEvent: {} +[39.028808] (-) TimerEvent: {} +[39.129585] (-) TimerEvent: {} +[39.230229] (-) TimerEvent: {} +[39.330941] (-) TimerEvent: {} +[39.431707] (-) TimerEvent: {} +[39.532650] (-) TimerEvent: {} +[39.633460] (-) TimerEvent: {} +[39.734183] (-) TimerEvent: {} +[39.834862] (-) TimerEvent: {} +[39.935559] (-) TimerEvent: {} +[40.036041] (-) TimerEvent: {} +[40.136777] (-) TimerEvent: {} +[40.237820] (-) TimerEvent: {} +[40.338578] (-) TimerEvent: {} +[40.439259] (-) TimerEvent: {} +[40.549148] (-) TimerEvent: {} +[40.649920] (-) TimerEvent: {} +[40.750565] (-) TimerEvent: {} +[40.851388] (-) TimerEvent: {} +[40.952285] (-) TimerEvent: {} +[41.052960] (-) TimerEvent: {} +[41.153676] (-) TimerEvent: {} +[41.254425] (-) TimerEvent: {} +[41.355150] (-) TimerEvent: {} +[41.455805] (-) TimerEvent: {} +[41.556530] (-) TimerEvent: {} +[41.657413] (-) TimerEvent: {} +[41.758269] (-) TimerEvent: {} +[41.859150] (-) TimerEvent: {} +[41.960178] (-) TimerEvent: {} +[42.060862] (-) TimerEvent: {} +[42.161519] (-) TimerEvent: {} +[42.262235] (-) TimerEvent: {} +[42.363016] (-) TimerEvent: {} +[42.463663] (-) TimerEvent: {} +[42.564407] (-) TimerEvent: {} +[42.665189] (-) TimerEvent: {} +[42.765933] (-) TimerEvent: {} +[42.866614] (-) TimerEvent: {} +[42.967079] (-) TimerEvent: {} +[43.067831] (-) TimerEvent: {} +[43.168469] (-) TimerEvent: {} +[43.269093] (-) TimerEvent: {} +[43.370154] (-) TimerEvent: {} +[43.471001] (-) TimerEvent: {} +[43.571665] (-) TimerEvent: {} +[43.672553] (-) TimerEvent: {} +[43.773736] (-) TimerEvent: {} +[43.874487] (-) TimerEvent: {} +[43.975503] (-) TimerEvent: {} +[44.076494] (-) TimerEvent: {} +[44.177305] (-) TimerEvent: {} +[44.277907] (-) TimerEvent: {} +[44.378438] (-) TimerEvent: {} +[44.479013] (-) TimerEvent: {} +[44.579665] (-) TimerEvent: {} +[44.680323] (-) TimerEvent: {} +[44.781131] (-) TimerEvent: {} +[44.881766] (-) TimerEvent: {} +[44.982622] (-) TimerEvent: {} +[45.083168] (-) TimerEvent: {} +[45.183795] (-) TimerEvent: {} +[45.284444] (-) TimerEvent: {} +[45.385114] (-) TimerEvent: {} +[45.485769] (-) TimerEvent: {} +[45.586443] (-) TimerEvent: {} +[45.687051] (-) TimerEvent: {} +[45.787728] (-) TimerEvent: {} +[45.888332] (-) TimerEvent: {} +[45.988982] (-) TimerEvent: {} +[46.089741] (-) TimerEvent: {} +[46.190717] (-) TimerEvent: {} +[46.291489] (-) TimerEvent: {} +[46.392387] (-) TimerEvent: {} +[46.493355] (-) TimerEvent: {} +[46.594396] (-) TimerEvent: {} +[46.695962] (-) TimerEvent: {} +[46.797740] (-) TimerEvent: {} +[46.898996] (-) TimerEvent: {} +[46.999786] (-) TimerEvent: {} +[47.101038] (-) TimerEvent: {} +[47.202065] (-) TimerEvent: {} +[47.302987] (-) TimerEvent: {} +[47.403886] (-) TimerEvent: {} +[47.504606] (-) TimerEvent: {} +[47.605284] (-) TimerEvent: {} +[47.705902] (-) TimerEvent: {} +[47.806690] (-) TimerEvent: {} +[47.907877] (-) TimerEvent: {} +[48.008642] (-) TimerEvent: {} +[48.109279] (-) TimerEvent: {} +[48.209913] (-) TimerEvent: {} +[48.310747] (-) TimerEvent: {} +[48.411546] (-) TimerEvent: {} +[48.512318] (-) TimerEvent: {} +[48.613016] (-) TimerEvent: {} +[48.713656] (-) TimerEvent: {} +[48.814442] (-) TimerEvent: {} +[48.915054] (-) TimerEvent: {} +[49.015586] (-) TimerEvent: {} +[49.116199] (-) TimerEvent: {} +[49.216982] (-) TimerEvent: {} +[49.317659] (-) TimerEvent: {} +[49.418306] (-) TimerEvent: {} +[49.519037] (-) TimerEvent: {} +[49.619761] (-) TimerEvent: {} +[49.720458] (-) TimerEvent: {} +[49.821276] (-) TimerEvent: {} +[49.922473] (-) TimerEvent: {} +[50.023247] (-) TimerEvent: {} +[50.124074] (-) TimerEvent: {} +[50.225283] (-) TimerEvent: {} +[50.325933] (-) TimerEvent: {} +[50.426748] (-) TimerEvent: {} +[50.527624] (-) TimerEvent: {} +[50.628311] (-) TimerEvent: {} +[50.728822] (-) TimerEvent: {} +[50.829373] (-) TimerEvent: {} +[50.929938] (-) TimerEvent: {} +[51.035712] (-) TimerEvent: {} +[51.136367] (-) TimerEvent: {} +[51.236887] (-) TimerEvent: {} +[51.337499] (-) TimerEvent: {} +[51.438219] (-) TimerEvent: {} +[51.538987] (-) TimerEvent: {} +[51.639944] (-) TimerEvent: {} +[51.741542] (-) TimerEvent: {} +[51.843204] (-) TimerEvent: {} +[51.944017] (-) TimerEvent: {} +[52.056499] (-) TimerEvent: {} +[52.160180] (-) TimerEvent: {} +[52.261495] (-) TimerEvent: {} +[52.362145] (-) TimerEvent: {} +[52.462716] (-) TimerEvent: {} +[52.576135] (-) TimerEvent: {} +[52.682104] (-) TimerEvent: {} +[52.787048] (-) TimerEvent: {} +[52.887989] (-) TimerEvent: {} +[52.994500] (-) TimerEvent: {} +[53.122944] (-) TimerEvent: {} +[53.235386] (-) TimerEvent: {} +[53.337375] (-) TimerEvent: {} +[53.488076] (-) TimerEvent: {} +[53.665108] (-) TimerEvent: {} +[53.786630] (-) TimerEvent: {} +[53.903584] (-) TimerEvent: {} +[54.008975] (-) TimerEvent: {} +[54.122099] (-) TimerEvent: {} +[54.223007] (-) TimerEvent: {} +[54.327282] (-) TimerEvent: {} +[54.430098] (-) TimerEvent: {} +[54.530821] (-) TimerEvent: {} +[54.632004] (-) TimerEvent: {} +[54.732650] (-) TimerEvent: {} +[54.833415] (-) TimerEvent: {} +[54.934108] (-) TimerEvent: {} +[55.034767] (-) TimerEvent: {} +[55.135481] (-) TimerEvent: {} +[55.236342] (-) TimerEvent: {} +[55.337129] (-) TimerEvent: {} +[55.437978] (-) TimerEvent: {} +[55.538632] (-) TimerEvent: {} +[55.639394] (-) TimerEvent: {} +[55.740232] (-) TimerEvent: {} +[55.841348] (-) TimerEvent: {} +[55.942142] (-) TimerEvent: {} +[56.043307] (-) TimerEvent: {} +[56.144069] (-) TimerEvent: {} +[56.244750] (-) TimerEvent: {} +[56.345774] (-) TimerEvent: {} +[56.446388] (-) TimerEvent: {} +[56.547006] (-) TimerEvent: {} +[56.647840] (-) TimerEvent: {} +[56.748599] (-) TimerEvent: {} +[56.849545] (-) TimerEvent: {} +[56.950294] (-) TimerEvent: {} +[57.051004] (-) TimerEvent: {} +[57.151705] (-) TimerEvent: {} +[57.252527] (-) TimerEvent: {} +[57.353223] (-) TimerEvent: {} +[57.454052] (-) TimerEvent: {} +[57.554780] (-) TimerEvent: {} +[57.655401] (-) TimerEvent: {} +[57.756403] (-) TimerEvent: {} +[57.857008] (-) TimerEvent: {} +[57.958734] (-) TimerEvent: {} +[58.060469] (-) TimerEvent: {} +[58.161179] (-) TimerEvent: {} +[58.261870] (-) TimerEvent: {} +[58.362624] (-) TimerEvent: {} +[58.463292] (-) TimerEvent: {} +[58.563901] (-) TimerEvent: {} +[58.664695] (-) TimerEvent: {} +[58.765369] (-) TimerEvent: {} +[58.866024] (-) TimerEvent: {} +[58.966701] (-) TimerEvent: {} +[59.067376] (-) TimerEvent: {} +[59.168034] (-) TimerEvent: {} +[59.268696] (-) TimerEvent: {} +[59.369364] (-) TimerEvent: {} +[59.470107] (-) TimerEvent: {} +[59.570785] (-) TimerEvent: {} +[59.671608] (-) TimerEvent: {} +[59.772366] (-) TimerEvent: {} +[59.873116] (-) TimerEvent: {} +[59.974783] (-) TimerEvent: {} +[60.075450] (-) TimerEvent: {} +[60.176111] (-) TimerEvent: {} +[60.201769] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[60.276488] (-) TimerEvent: {} +[60.377417] (-) TimerEvent: {} +[60.478071] (-) TimerEvent: {} +[60.578837] (-) TimerEvent: {} +[60.679565] (-) TimerEvent: {} +[60.781018] (-) TimerEvent: {} +[60.882004] (-) TimerEvent: {} +[60.982780] (-) TimerEvent: {} +[61.083541] (-) TimerEvent: {} +[61.184145] (-) TimerEvent: {} +[61.285039] (-) TimerEvent: {} +[61.386301] (-) TimerEvent: {} +[61.487155] (-) TimerEvent: {} +[61.587976] (-) TimerEvent: {} +[61.688748] (-) TimerEvent: {} +[61.789560] (-) TimerEvent: {} +[61.890275] (-) TimerEvent: {} +[61.991032] (-) TimerEvent: {} +[62.091789] (-) TimerEvent: {} +[62.193460] (-) TimerEvent: {} +[62.294140] (-) TimerEvent: {} +[62.383568] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[62.394348] (-) TimerEvent: {} +[62.477505] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[62.510261] (-) TimerEvent: {} +[62.567783] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[62.597063] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[62.610608] (-) TimerEvent: {} +[62.633960] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[62.648872] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[62.669549] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[62.679344] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[62.686657] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[62.688505] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[62.689881] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[62.695352] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[62.696639] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[62.697764] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[62.699290] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[62.700573] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[62.701518] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[62.705329] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[62.707206] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[62.708454] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[62.710801] (-) TimerEvent: {} +[62.749312] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[62.750389] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[62.751075] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[62.752375] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[62.753081] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[62.754247] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[62.764549] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[62.811065] (-) TimerEvent: {} +[62.912554] (-) TimerEvent: {} +[63.015799] (-) TimerEvent: {} +[63.116601] (-) TimerEvent: {} +[63.217444] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[63.224847] (-) TimerEvent: {} +[63.225133] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-15-29/logger_all.log b/log/build_2024-03-15_06-15-29/logger_all.log new file mode 100644 index 0000000..b1092ba --- /dev/null +++ b/log/build_2024-03-15_06-15-29/logger_all.log @@ -0,0 +1,138 @@ +[2.436s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.436s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.531s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.533s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.533s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.533s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.534s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.534s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.534s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.534s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.534s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.535s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.535s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.569s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.570s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.570s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.570s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.570s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.570s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.579s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.579s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.579s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.579s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.579s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.579s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.579s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.580s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.581s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.581s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.581s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.581s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.581s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.581s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.581s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.581s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.581s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.581s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.581s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.581s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.704s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.704s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.728s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.750s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.751s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.751s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.794s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.795s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.796s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.899s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[65.252s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[65.351s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[65.516s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[65.518s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[65.648s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[65.650s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[65.652s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[65.680s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[65.690s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[65.693s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[65.699s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[65.700s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[65.700s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[65.714s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[65.716s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[65.755s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[65.758s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[65.760s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[65.763s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[65.768s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[65.774s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[65.859s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[65.889s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[65.891s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[65.892s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[65.920s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[65.922s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[65.923s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[65.924s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[65.926s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[65.926s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[65.927s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[65.927s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[65.961s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[65.962s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[65.963s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[65.963s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[65.964s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[65.966s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[65.969s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[65.973s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[65.974s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[65.975s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[66.080s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[66.080s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[66.080s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[66.081s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[66.092s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[66.092s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[66.130s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[66.134s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[66.139s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[66.176s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[66.179s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[66.182s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[66.207s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[66.208s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[66.246s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[66.250s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-20-59/b_obstacle_detector/command.log b/log/build_2024-03-15_06-20-59/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-20-59/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-20-59/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-20-59/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..ec00e25 --- /dev/null +++ b/log/build_2024-03-15_06-20-59/b_obstacle_detector/stderr.log @@ -0,0 +1,36 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:102: error: expected identifier before ‘(’ token + 11 | ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); + | ^ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:117: error: expected ‘]’ before ‘,’ token + 11 | ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); + | ^ + | ] +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:117: error: expected ‘{’ before ‘,’ token +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:152: error: expected ‘)’ before ‘]’ token + 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); + | ~ ^ + | ) +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:46:26: error: no matching function for call to ‘spin_some()’ + 46 | rclcpp::spin_some(); + | ~~~~~~~~~~~~~~~~~^~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)’ + 35 | spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr); + | ^~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note:  candidate expects 1 argument, 0 provided +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::Node::SharedPtr)’ + 39 | spin_some(rclcpp::Node::SharedPtr node_ptr); + | ^~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note:  candidate expects 1 argument, 0 provided +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:9: error: ‘loop_rate’ was not declared in this scope + 47 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-20-59/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-20-59/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_06-20-59/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_06-20-59/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-20-59/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..fc86ee7 --- /dev/null +++ b/log/build_2024-03-15_06-20-59/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,38 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:102: error: expected identifier before ‘(’ token + 11 | ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); + | ^ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:117: error: expected ‘]’ before ‘,’ token + 11 | ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); + | ^ + | ] +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:117: error: expected ‘{’ before ‘,’ token +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:152: error: expected ‘)’ before ‘]’ token + 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); + | ~ ^ + | ) +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:46:26: error: no matching function for call to ‘spin_some()’ + 46 | rclcpp::spin_some(); + | ~~~~~~~~~~~~~~~~~^~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)’ + 35 | spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr); + | ^~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note:  candidate expects 1 argument, 0 provided +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::Node::SharedPtr)’ + 39 | spin_some(rclcpp::Node::SharedPtr node_ptr); + | ^~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note:  candidate expects 1 argument, 0 provided +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:9: error: ‘loop_rate’ was not declared in this scope + 47 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-20-59/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-20-59/b_obstacle_detector/streams.log new file mode 100644 index 0000000..581f577 --- /dev/null +++ b/log/build_2024-03-15_06-20-59/b_obstacle_detector/streams.log @@ -0,0 +1,40 @@ +[0.153s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.414s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.538s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[10.329s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[10.330s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:102: error: expected identifier before ‘(’ token +[10.330s] 11 | ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); +[10.331s] | ^ +[10.333s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:117: error: expected ‘]’ before ‘,’ token +[10.333s] 11 | ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); +[10.334s] | ^ +[10.334s] | ] +[10.334s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In lambda function: +[10.334s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:117: error: expected ‘{’ before ‘,’ token +[10.335s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In constructor ‘ObstacleDetector::ObstacleDetector()’: +[10.335s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:152: error: expected ‘)’ before ‘]’ token +[10.335s] 11 | gnore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]); +[10.336s] | ~ ^ +[10.336s] | ) +[10.371s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[10.372s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:46:26: error: no matching function for call to ‘spin_some()’ +[10.372s] 46 | rclcpp::spin_some(); +[10.372s] | ~~~~~~~~~~~~~~~~~^~ +[10.372s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[10.373s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[10.373s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[10.373s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)’ +[10.373s] 35 | spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr); +[10.374s] | ^~~~~~~~~ +[10.375s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note:  candidate expects 1 argument, 0 provided +[10.376s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::Node::SharedPtr)’ +[10.376s] 39 | spin_some(rclcpp::Node::SharedPtr node_ptr); +[10.376s] | ^~~~~~~~~ +[10.377s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note:  candidate expects 1 argument, 0 provided +[10.395s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:9: error: ‘loop_rate’ was not declared in this scope +[10.395s] 47 | loop_rate.sleep(); +[10.396s] | ^~~~~~~~~ +[16.933s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[16.934s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[16.936s] gmake: *** [Makefile:146: all] Error 2 +[16.948s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-20-59/events.log b/log/build_2024-03-15_06-20-59/events.log new file mode 100644 index 0000000..7de65f1 --- /dev/null +++ b/log/build_2024-03-15_06-20-59/events.log @@ -0,0 +1,218 @@ +[0.000000] (-) TimerEvent: {} +[0.004862] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.005129] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098649] (-) TimerEvent: {} +[0.143201] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.145245] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.146624] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.198930] (-) TimerEvent: {} +[0.299660] (-) TimerEvent: {} +[0.400262] (-) TimerEvent: {} +[0.419412] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.501074] (-) TimerEvent: {} +[0.542961] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.601239] (-) TimerEvent: {} +[0.702324] (-) TimerEvent: {} +[0.803941] (-) TimerEvent: {} +[0.905191] (-) TimerEvent: {} +[1.005852] (-) TimerEvent: {} +[1.106520] (-) TimerEvent: {} +[1.207357] (-) TimerEvent: {} +[1.308133] (-) TimerEvent: {} +[1.409042] (-) TimerEvent: {} +[1.509834] (-) TimerEvent: {} +[1.610579] (-) TimerEvent: {} +[1.711395] (-) TimerEvent: {} +[1.812254] (-) TimerEvent: {} +[1.913055] (-) TimerEvent: {} +[2.013747] (-) TimerEvent: {} +[2.114320] (-) TimerEvent: {} +[2.215089] (-) TimerEvent: {} +[2.315985] (-) TimerEvent: {} +[2.416517] (-) TimerEvent: {} +[2.517064] (-) TimerEvent: {} +[2.617878] (-) TimerEvent: {} +[2.718464] (-) TimerEvent: {} +[2.819188] (-) TimerEvent: {} +[2.919900] (-) TimerEvent: {} +[3.020855] (-) TimerEvent: {} +[3.121527] (-) TimerEvent: {} +[3.222401] (-) TimerEvent: {} +[3.323139] (-) TimerEvent: {} +[3.423846] (-) TimerEvent: {} +[3.524526] (-) TimerEvent: {} +[3.625182] (-) TimerEvent: {} +[3.725946] (-) TimerEvent: {} +[3.826752] (-) TimerEvent: {} +[3.927520] (-) TimerEvent: {} +[4.028283] (-) TimerEvent: {} +[4.128911] (-) TimerEvent: {} +[4.229566] (-) TimerEvent: {} +[4.330422] (-) TimerEvent: {} +[4.431226] (-) TimerEvent: {} +[4.532245] (-) TimerEvent: {} +[4.633133] (-) TimerEvent: {} +[4.733899] (-) TimerEvent: {} +[4.834588] (-) TimerEvent: {} +[4.935153] (-) TimerEvent: {} +[5.035868] (-) TimerEvent: {} +[5.136846] (-) TimerEvent: {} +[5.237852] (-) TimerEvent: {} +[5.338879] (-) TimerEvent: {} +[5.439572] (-) TimerEvent: {} +[5.540495] (-) TimerEvent: {} +[5.641321] (-) TimerEvent: {} +[5.742034] (-) TimerEvent: {} +[5.842840] (-) TimerEvent: {} +[5.943516] (-) TimerEvent: {} +[6.044339] (-) TimerEvent: {} +[6.145204] (-) TimerEvent: {} +[6.246033] (-) TimerEvent: {} +[6.346794] (-) TimerEvent: {} +[6.447676] (-) TimerEvent: {} +[6.548422] (-) TimerEvent: {} +[6.648990] (-) TimerEvent: {} +[6.749567] (-) TimerEvent: {} +[6.850104] (-) TimerEvent: {} +[6.950689] (-) TimerEvent: {} +[7.051342] (-) TimerEvent: {} +[7.152067] (-) TimerEvent: {} +[7.252717] (-) TimerEvent: {} +[7.353290] (-) TimerEvent: {} +[7.453884] (-) TimerEvent: {} +[7.554633] (-) TimerEvent: {} +[7.655321] (-) TimerEvent: {} +[7.755897] (-) TimerEvent: {} +[7.856459] (-) TimerEvent: {} +[7.957046] (-) TimerEvent: {} +[8.057811] (-) TimerEvent: {} +[8.158451] (-) TimerEvent: {} +[8.259435] (-) TimerEvent: {} +[8.360109] (-) TimerEvent: {} +[8.460804] (-) TimerEvent: {} +[8.561599] (-) TimerEvent: {} +[8.662630] (-) TimerEvent: {} +[8.763592] (-) TimerEvent: {} +[8.864503] (-) TimerEvent: {} +[8.965154] (-) TimerEvent: {} +[9.065747] (-) TimerEvent: {} +[9.167940] (-) TimerEvent: {} +[9.268723] (-) TimerEvent: {} +[9.369784] (-) TimerEvent: {} +[9.470549] (-) TimerEvent: {} +[9.571367] (-) TimerEvent: {} +[9.671970] (-) TimerEvent: {} +[9.772473] (-) TimerEvent: {} +[9.873183] (-) TimerEvent: {} +[9.973759] (-) TimerEvent: {} +[10.074296] (-) TimerEvent: {} +[10.174871] (-) TimerEvent: {} +[10.275500] (-) TimerEvent: {} +[10.333967] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[10.335095] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:102:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kexpected identifier before \xe2\x80\x98\x1b[01m\x1b[K(\x1b[m\x1b[K\xe2\x80\x99 token\n'} +[10.335444] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[\x1b[01;31m\x1b[K(\x1b[m\x1b[K3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)]);\n'} +[10.335818] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^\x1b[m\x1b[K\n'} +[10.337607] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:117:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kexpected \xe2\x80\x98\x1b[01m\x1b[K]\x1b[m\x1b[K\xe2\x80\x99 before \xe2\x80\x98\x1b[01m\x1b[K,\x1b[m\x1b[K\xe2\x80\x99 token\n'} +[10.338319] (b_obstacle_detector) StderrLine: {'line': b' 11 | ignore_angle_range_list_ = this->declare_parameter>("ignore_angle_range_list",[(3.0*M_PI/16.0)\x1b[01;31m\x1b[K,\x1b[m\x1b[K (5.0*M_PI/16.0), (11.0*M_PI/16.0)]);\n'} +[10.338605] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^\x1b[m\x1b[K\n'} +[10.338870] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[32m\x1b[K]\x1b[m\x1b[K\n'} +[10.339171] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In lambda function:\n'} +[10.339506] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:117:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kexpected \xe2\x80\x98\x1b[01m\x1b[K{\x1b[m\x1b[K\xe2\x80\x99 before \xe2\x80\x98\x1b[01m\x1b[K,\x1b[m\x1b[K\xe2\x80\x99 token\n'} +[10.339771] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KObstacleDetector::ObstacleDetector()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[10.340049] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:11:152:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kexpected \xe2\x80\x98\x1b[01m\x1b[K)\x1b[m\x1b[K\xe2\x80\x99 before \xe2\x80\x98\x1b[01m\x1b[K]\x1b[m\x1b[K\xe2\x80\x99 token\n'} +[10.340315] (b_obstacle_detector) StderrLine: {'line': b' 11 | gnore_angle_range_list_ = this->declare_parameter>\x1b[34m\x1b[K(\x1b[m\x1b[K"ignore_angle_range_list",[(3.0*M_PI/16.0), (5.0*M_PI/16.0), (11.0*M_PI/16.0)\x1b[01;31m\x1b[K]\x1b[m\x1b[K);\n'} +[10.340578] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[34m\x1b[K~\x1b[m\x1b[K \x1b[01;31m\x1b[K^\x1b[m\x1b[K\n'} +[10.340939] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[32m\x1b[K)\x1b[m\x1b[K\n'} +[10.375718] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[10.376145] (-) TimerEvent: {} +[10.376723] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:46:26:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[Kspin_some()\x1b[m\x1b[K\xe2\x80\x99\n'} +[10.377026] (b_obstacle_detector) StderrLine: {'line': b' 46 | \x1b[01;31m\x1b[Krclcpp::spin_some()\x1b[m\x1b[K;\n'} +[10.377327] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~^~\x1b[m\x1b[K\n'} +[10.377511] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[10.377738] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[10.377938] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[10.378183] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kvoid rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)\x1b[m\x1b[K\xe2\x80\x99\n'} +[10.378424] (b_obstacle_detector) StderrLine: {'line': b' 35 | \x1b[01;36m\x1b[Kspin_some\x1b[m\x1b[K(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr);\n'} +[10.378659] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[10.380147] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K candidate expects 1 argument, 0 provided\n'} +[10.380497] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kvoid rclcpp::spin_some(rclcpp::Node::SharedPtr)\x1b[m\x1b[K\xe2\x80\x99\n'} +[10.380845] (b_obstacle_detector) StderrLine: {'line': b' 39 | \x1b[01;36m\x1b[Kspin_some\x1b[m\x1b[K(rclcpp::Node::SharedPtr node_ptr);\n'} +[10.381111] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[10.381359] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K candidate expects 1 argument, 0 provided\n'} +[10.399765] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[10.400291] (b_obstacle_detector) StderrLine: {'line': b' 47 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[10.400562] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[10.476376] (-) TimerEvent: {} +[10.576952] (-) TimerEvent: {} +[10.677615] (-) TimerEvent: {} +[10.778421] (-) TimerEvent: {} +[10.879181] (-) TimerEvent: {} +[10.979947] (-) TimerEvent: {} +[11.080721] (-) TimerEvent: {} +[11.181383] (-) TimerEvent: {} +[11.282057] (-) TimerEvent: {} +[11.382903] (-) TimerEvent: {} +[11.483505] (-) TimerEvent: {} +[11.584019] (-) TimerEvent: {} +[11.684597] (-) TimerEvent: {} +[11.785249] (-) TimerEvent: {} +[11.885746] (-) TimerEvent: {} +[11.986371] (-) TimerEvent: {} +[12.086984] (-) TimerEvent: {} +[12.187660] (-) TimerEvent: {} +[12.288290] (-) TimerEvent: {} +[12.389054] (-) TimerEvent: {} +[12.490008] (-) TimerEvent: {} +[12.590726] (-) TimerEvent: {} +[12.691607] (-) TimerEvent: {} +[12.792427] (-) TimerEvent: {} +[12.893311] (-) TimerEvent: {} +[12.994102] (-) TimerEvent: {} +[13.094767] (-) TimerEvent: {} +[13.195558] (-) TimerEvent: {} +[13.296337] (-) TimerEvent: {} +[13.397058] (-) TimerEvent: {} +[13.497723] (-) TimerEvent: {} +[13.598509] (-) TimerEvent: {} +[13.699188] (-) TimerEvent: {} +[13.799723] (-) TimerEvent: {} +[13.900370] (-) TimerEvent: {} +[14.001115] (-) TimerEvent: {} +[14.101894] (-) TimerEvent: {} +[14.202733] (-) TimerEvent: {} +[14.303630] (-) TimerEvent: {} +[14.404254] (-) TimerEvent: {} +[14.504910] (-) TimerEvent: {} +[14.605662] (-) TimerEvent: {} +[14.706451] (-) TimerEvent: {} +[14.807167] (-) TimerEvent: {} +[14.907761] (-) TimerEvent: {} +[15.008315] (-) TimerEvent: {} +[15.108868] (-) TimerEvent: {} +[15.209529] (-) TimerEvent: {} +[15.310242] (-) TimerEvent: {} +[15.410961] (-) TimerEvent: {} +[15.511610] (-) TimerEvent: {} +[15.612182] (-) TimerEvent: {} +[15.712851] (-) TimerEvent: {} +[15.813605] (-) TimerEvent: {} +[15.914281] (-) TimerEvent: {} +[16.014964] (-) TimerEvent: {} +[16.115745] (-) TimerEvent: {} +[16.217110] (-) TimerEvent: {} +[16.317976] (-) TimerEvent: {} +[16.418822] (-) TimerEvent: {} +[16.519633] (-) TimerEvent: {} +[16.620472] (-) TimerEvent: {} +[16.721336] (-) TimerEvent: {} +[16.821941] (-) TimerEvent: {} +[16.922531] (-) TimerEvent: {} +[16.938297] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[16.939297] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[16.940632] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[16.952149] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[17.022797] (-) TimerEvent: {} +[17.124953] (-) TimerEvent: {} +[17.226065] (-) TimerEvent: {} +[17.245095] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[17.257387] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-20-59/logger_all.log b/log/build_2024-03-15_06-20-59/logger_all.log new file mode 100644 index 0000000..08d5bbb --- /dev/null +++ b/log/build_2024-03-15_06-20-59/logger_all.log @@ -0,0 +1,118 @@ +[3.479s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.480s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.670s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.671s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.671s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.671s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.671s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.671s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.671s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.672s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.672s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.673s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.673s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.673s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.674s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.674s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.674s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.674s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.727s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.727s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.727s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.727s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.727s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.727s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.728s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.728s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.728s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.728s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.728s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.728s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.728s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.728s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.745s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.747s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.748s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.748s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.748s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.749s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.749s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.749s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.749s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.749s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.751s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.752s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.752s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.752s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.752s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.752s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.752s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.752s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.752s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.752s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.752s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.950s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.950s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.951s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.951s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.951s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.951s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.951s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.951s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.951s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.951s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.970s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[4.011s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[4.012s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[4.014s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[4.064s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[4.065s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[4.065s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[4.168s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[20.963s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[21.075s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[21.115s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[21.123s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[21.125s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[21.159s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[21.168s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[21.172s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[21.178s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[21.179s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[21.179s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[21.194s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[21.194s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[21.230s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[21.233s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[21.236s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[21.241s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[21.249s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[21.252s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[21.265s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[21.265s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[21.266s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[21.266s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[21.432s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[21.432s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[21.432s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[21.432s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[21.447s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[21.448s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[21.525s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[21.529s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[21.547s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[21.622s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[21.626s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[21.630s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[21.693s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[21.697s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[21.748s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[21.751s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-22-11/b_obstacle_detector/command.log b/log/build_2024-03-15_06-22-11/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-22-11/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-22-11/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-22-11/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..b205a3b --- /dev/null +++ b/log/build_2024-03-15_06-22-11/b_obstacle_detector/stderr.log @@ -0,0 +1,21 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:46:26: error: no matching function for call to ‘spin_some()’ + 46 | rclcpp::spin_some(b); + | ~~~~~~~~~~~~~~~~~^~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)’ + 35 | spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr); + | ^~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note:  candidate expects 1 argument, 0 provided +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::Node::SharedPtr)’ + 39 | spin_some(rclcpp::Node::SharedPtr node_ptr); + | ^~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note:  candidate expects 1 argument, 0 provided +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:9: error: ‘loop_rate’ was not declared in this scope + 47 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-22-11/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-22-11/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_06-22-11/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_06-22-11/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-22-11/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..52702c2 --- /dev/null +++ b/log/build_2024-03-15_06-22-11/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,23 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:46:26: error: no matching function for call to ‘spin_some()’ + 46 | rclcpp::spin_some(b); + | ~~~~~~~~~~~~~~~~~^~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)’ + 35 | spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr); + | ^~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note:  candidate expects 1 argument, 0 provided +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::Node::SharedPtr)’ + 39 | spin_some(rclcpp::Node::SharedPtr node_ptr); + | ^~~~~~~~~ +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note:  candidate expects 1 argument, 0 provided +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:9: error: ‘loop_rate’ was not declared in this scope + 47 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-22-11/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-22-11/b_obstacle_detector/streams.log new file mode 100644 index 0000000..e169453 --- /dev/null +++ b/log/build_2024-03-15_06-22-11/b_obstacle_detector/streams.log @@ -0,0 +1,25 @@ +[0.229s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.530s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.598s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[7.894s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[7.897s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:46:26: error: no matching function for call to ‘spin_some()’ +[7.898s] 46 | rclcpp::spin_some(b); +[7.898s] | ~~~~~~~~~~~~~~~~~^~ +[7.898s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[7.899s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[7.899s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1: +[7.899s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)’ +[7.900s] 35 | spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr); +[7.900s] | ^~~~~~~~~ +[7.900s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note:  candidate expects 1 argument, 0 provided +[7.905s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note: candidate: ‘void rclcpp::spin_some(rclcpp::Node::SharedPtr)’ +[7.907s] 39 | spin_some(rclcpp::Node::SharedPtr node_ptr); +[7.911s] | ^~~~~~~~~ +[7.912s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note:  candidate expects 1 argument, 0 provided +[7.927s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:9: error: ‘loop_rate’ was not declared in this scope +[7.927s] 47 | loop_rate.sleep(); +[7.928s] | ^~~~~~~~~ +[17.824s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[17.825s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[17.827s] gmake: *** [Makefile:146: all] Error 2 +[17.839s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-22-11/events.log b/log/build_2024-03-15_06-22-11/events.log new file mode 100644 index 0000000..2a629e6 --- /dev/null +++ b/log/build_2024-03-15_06-22-11/events.log @@ -0,0 +1,211 @@ +[0.000000] (-) TimerEvent: {} +[0.001703] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.002083] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.097430] (-) TimerEvent: {} +[0.198417] (-) TimerEvent: {} +[0.208629] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.214397] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.214983] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.298694] (-) TimerEvent: {} +[0.399639] (-) TimerEvent: {} +[0.500279] (-) TimerEvent: {} +[0.532006] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.600331] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.600795] (-) TimerEvent: {} +[0.701331] (-) TimerEvent: {} +[0.802161] (-) TimerEvent: {} +[0.902881] (-) TimerEvent: {} +[1.003657] (-) TimerEvent: {} +[1.104258] (-) TimerEvent: {} +[1.205549] (-) TimerEvent: {} +[1.306186] (-) TimerEvent: {} +[1.406944] (-) TimerEvent: {} +[1.507682] (-) TimerEvent: {} +[1.608325] (-) TimerEvent: {} +[1.708933] (-) TimerEvent: {} +[1.809489] (-) TimerEvent: {} +[1.910236] (-) TimerEvent: {} +[2.011095] (-) TimerEvent: {} +[2.111748] (-) TimerEvent: {} +[2.212441] (-) TimerEvent: {} +[2.313152] (-) TimerEvent: {} +[2.414338] (-) TimerEvent: {} +[2.515625] (-) TimerEvent: {} +[2.616416] (-) TimerEvent: {} +[2.717190] (-) TimerEvent: {} +[2.817961] (-) TimerEvent: {} +[2.918657] (-) TimerEvent: {} +[3.019275] (-) TimerEvent: {} +[3.120000] (-) TimerEvent: {} +[3.220783] (-) TimerEvent: {} +[3.321670] (-) TimerEvent: {} +[3.422285] (-) TimerEvent: {} +[3.522986] (-) TimerEvent: {} +[3.623585] (-) TimerEvent: {} +[3.724331] (-) TimerEvent: {} +[3.825126] (-) TimerEvent: {} +[3.925863] (-) TimerEvent: {} +[4.026785] (-) TimerEvent: {} +[4.127479] (-) TimerEvent: {} +[4.228342] (-) TimerEvent: {} +[4.329283] (-) TimerEvent: {} +[4.429936] (-) TimerEvent: {} +[4.530463] (-) TimerEvent: {} +[4.631006] (-) TimerEvent: {} +[4.731782] (-) TimerEvent: {} +[4.832493] (-) TimerEvent: {} +[4.933058] (-) TimerEvent: {} +[5.033695] (-) TimerEvent: {} +[5.134284] (-) TimerEvent: {} +[5.235016] (-) TimerEvent: {} +[5.335817] (-) TimerEvent: {} +[5.436743] (-) TimerEvent: {} +[5.537431] (-) TimerEvent: {} +[5.638120] (-) TimerEvent: {} +[5.738830] (-) TimerEvent: {} +[5.839437] (-) TimerEvent: {} +[5.940171] (-) TimerEvent: {} +[6.041096] (-) TimerEvent: {} +[6.141888] (-) TimerEvent: {} +[6.242546] (-) TimerEvent: {} +[6.343434] (-) TimerEvent: {} +[6.444094] (-) TimerEvent: {} +[6.544666] (-) TimerEvent: {} +[6.645250] (-) TimerEvent: {} +[6.745859] (-) TimerEvent: {} +[6.846477] (-) TimerEvent: {} +[6.947132] (-) TimerEvent: {} +[7.047725] (-) TimerEvent: {} +[7.148302] (-) TimerEvent: {} +[7.248882] (-) TimerEvent: {} +[7.349418] (-) TimerEvent: {} +[7.450135] (-) TimerEvent: {} +[7.550781] (-) TimerEvent: {} +[7.651813] (-) TimerEvent: {} +[7.753654] (-) TimerEvent: {} +[7.854535] (-) TimerEvent: {} +[7.895507] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[7.898621] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:46:26:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kno matching function for call to \xe2\x80\x98\x1b[01m\x1b[Kspin_some()\x1b[m\x1b[K\xe2\x80\x99\n'} +[7.899259] (b_obstacle_detector) StderrLine: {'line': b' 46 | \x1b[01;31m\x1b[Krclcpp::spin_some(b\x1b[m\x1b[K);\n'} +[7.900096] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~~~~~~^~\x1b[m\x1b[K\n'} +[7.900459] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[7.900731] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[7.901009] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:1\x1b[m\x1b[K:\n'} +[7.901347] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kvoid rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)\x1b[m\x1b[K\xe2\x80\x99\n'} +[7.901653] (b_obstacle_detector) StderrLine: {'line': b' 35 | \x1b[01;36m\x1b[Kspin_some\x1b[m\x1b[K(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr);\n'} +[7.901960] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[7.902185] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K candidate expects 1 argument, 0 provided\n'} +[7.906539] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kcandidate: \xe2\x80\x98\x1b[01m\x1b[Kvoid rclcpp::spin_some(rclcpp::Node::SharedPtr)\x1b[m\x1b[K\xe2\x80\x99\n'} +[7.907960] (b_obstacle_detector) StderrLine: {'line': b' 39 | \x1b[01;36m\x1b[Kspin_some\x1b[m\x1b[K(rclcpp::Node::SharedPtr node_ptr);\n'} +[7.910007] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[7.913562] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K candidate expects 1 argument, 0 provided\n'} +[7.928310] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[7.928911] (b_obstacle_detector) StderrLine: {'line': b' 47 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[7.930024] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[7.965627] (-) TimerEvent: {} +[8.071012] (-) TimerEvent: {} +[8.171992] (-) TimerEvent: {} +[8.285925] (-) TimerEvent: {} +[8.386562] (-) TimerEvent: {} +[8.487266] (-) TimerEvent: {} +[8.587899] (-) TimerEvent: {} +[8.688571] (-) TimerEvent: {} +[8.789247] (-) TimerEvent: {} +[8.890026] (-) TimerEvent: {} +[8.990712] (-) TimerEvent: {} +[9.136769] (-) TimerEvent: {} +[9.237474] (-) TimerEvent: {} +[9.338399] (-) TimerEvent: {} +[9.439410] (-) TimerEvent: {} +[9.540584] (-) TimerEvent: {} +[9.641379] (-) TimerEvent: {} +[9.742050] (-) TimerEvent: {} +[9.842703] (-) TimerEvent: {} +[9.943434] (-) TimerEvent: {} +[10.044164] (-) TimerEvent: {} +[10.144884] (-) TimerEvent: {} +[10.245514] (-) TimerEvent: {} +[10.346083] (-) TimerEvent: {} +[10.446845] (-) TimerEvent: {} +[10.547675] (-) TimerEvent: {} +[10.648395] (-) TimerEvent: {} +[10.749036] (-) TimerEvent: {} +[10.849840] (-) TimerEvent: {} +[10.950547] (-) TimerEvent: {} +[11.051104] (-) TimerEvent: {} +[11.151673] (-) TimerEvent: {} +[11.252282] (-) TimerEvent: {} +[11.352794] (-) TimerEvent: {} +[11.453390] (-) TimerEvent: {} +[11.554008] (-) TimerEvent: {} +[11.654640] (-) TimerEvent: {} +[11.755399] (-) TimerEvent: {} +[11.856081] (-) TimerEvent: {} +[11.956850] (-) TimerEvent: {} +[12.057770] (-) TimerEvent: {} +[12.158746] (-) TimerEvent: {} +[12.259615] (-) TimerEvent: {} +[12.361268] (-) TimerEvent: {} +[12.462527] (-) TimerEvent: {} +[12.563294] (-) TimerEvent: {} +[12.664058] (-) TimerEvent: {} +[12.765214] (-) TimerEvent: {} +[12.865857] (-) TimerEvent: {} +[12.966513] (-) TimerEvent: {} +[13.067461] (-) TimerEvent: {} +[13.168477] (-) TimerEvent: {} +[13.269624] (-) TimerEvent: {} +[13.370639] (-) TimerEvent: {} +[13.471710] (-) TimerEvent: {} +[13.572652] (-) TimerEvent: {} +[13.673956] (-) TimerEvent: {} +[13.774955] (-) TimerEvent: {} +[13.875892] (-) TimerEvent: {} +[13.976827] (-) TimerEvent: {} +[14.077813] (-) TimerEvent: {} +[14.178444] (-) TimerEvent: {} +[14.279116] (-) TimerEvent: {} +[14.380066] (-) TimerEvent: {} +[14.480779] (-) TimerEvent: {} +[14.581539] (-) TimerEvent: {} +[14.682217] (-) TimerEvent: {} +[14.782913] (-) TimerEvent: {} +[14.883636] (-) TimerEvent: {} +[14.984331] (-) TimerEvent: {} +[15.085017] (-) TimerEvent: {} +[15.185612] (-) TimerEvent: {} +[15.286206] (-) TimerEvent: {} +[15.386859] (-) TimerEvent: {} +[15.487514] (-) TimerEvent: {} +[15.588081] (-) TimerEvent: {} +[15.688687] (-) TimerEvent: {} +[15.789391] (-) TimerEvent: {} +[15.890287] (-) TimerEvent: {} +[15.991231] (-) TimerEvent: {} +[16.092134] (-) TimerEvent: {} +[16.192844] (-) TimerEvent: {} +[16.293577] (-) TimerEvent: {} +[16.394196] (-) TimerEvent: {} +[16.494814] (-) TimerEvent: {} +[16.595517] (-) TimerEvent: {} +[16.696264] (-) TimerEvent: {} +[16.796835] (-) TimerEvent: {} +[16.897506] (-) TimerEvent: {} +[16.998193] (-) TimerEvent: {} +[17.099098] (-) TimerEvent: {} +[17.199845] (-) TimerEvent: {} +[17.300474] (-) TimerEvent: {} +[17.401147] (-) TimerEvent: {} +[17.501933] (-) TimerEvent: {} +[17.602637] (-) TimerEvent: {} +[17.703269] (-) TimerEvent: {} +[17.804112] (-) TimerEvent: {} +[17.825739] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[17.827268] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[17.828770] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[17.840171] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[17.905024] (-) TimerEvent: {} +[18.006605] (-) TimerEvent: {} +[18.108140] (-) TimerEvent: {} +[18.131546] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[18.143379] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-22-11/logger_all.log b/log/build_2024-03-15_06-22-11/logger_all.log new file mode 100644 index 0000000..29fabd2 --- /dev/null +++ b/log/build_2024-03-15_06-22-11/logger_all.log @@ -0,0 +1,118 @@ +[2.451s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.451s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.531s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.532s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.532s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.532s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.533s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.533s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.533s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.533s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.533s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.533s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.534s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.534s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.563s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.563s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.563s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.563s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.563s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.564s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.564s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.564s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.564s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.564s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.565s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.565s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.565s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.565s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.571s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.571s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.572s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.572s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.572s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.572s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.572s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.573s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.573s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.573s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.573s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.573s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.573s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.573s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.573s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.574s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.574s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.574s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.574s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.574s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.574s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.574s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.574s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.574s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.574s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.574s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.574s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.689s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.689s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.708s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.733s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.733s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.734s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.763s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.763s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.763s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.967s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[20.576s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[20.713s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[20.748s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[20.750s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[20.751s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[20.784s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[20.785s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[20.786s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[20.788s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[20.788s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[20.789s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[20.793s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[20.793s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[20.851s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[20.855s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[20.858s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[20.860s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[20.862s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[20.865s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[20.877s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[20.877s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[20.878s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[20.878s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[20.956s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[20.956s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[20.957s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[20.957s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[20.960s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[20.961s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[20.990s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[20.993s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[20.996s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[21.029s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[21.032s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[21.033s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[21.068s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[21.069s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[21.094s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[21.096s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-25-46/b_obstacle_detector/command.log b/log/build_2024-03-15_06-25-46/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-25-46/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-25-46/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-25-46/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..808abf5 --- /dev/null +++ b/log/build_2024-03-15_06-25-46/b_obstacle_detector/stderr.log @@ -0,0 +1,10 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘odecetor’ was not declared in this scope + 47 | rclcpp::spin_some(odecetor); + | ^~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-25-46/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-25-46/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_06-25-46/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_06-25-46/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-25-46/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..4f67fb5 --- /dev/null +++ b/log/build_2024-03-15_06-25-46/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,12 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘odecetor’ was not declared in this scope + 47 | rclcpp::spin_some(odecetor); + | ^~~~~~~~ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-25-46/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-25-46/b_obstacle_detector/streams.log new file mode 100644 index 0000000..ade71ca --- /dev/null +++ b/log/build_2024-03-15_06-25-46/b_obstacle_detector/streams.log @@ -0,0 +1,14 @@ +[0.247s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.431s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.538s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[7.830s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[7.831s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘odecetor’ was not declared in this scope +[7.831s] 47 | rclcpp::spin_some(odecetor); +[7.831s] | ^~~~~~~~ +[7.856s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope +[7.857s] 48 | loop_rate.sleep(); +[7.857s] | ^~~~~~~~~ +[14.877s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[14.877s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[14.878s] gmake: *** [Makefile:146: all] Error 2 +[14.887s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-25-46/events.log b/log/build_2024-03-15_06-25-46/events.log new file mode 100644 index 0000000..dd6b936 --- /dev/null +++ b/log/build_2024-03-15_06-25-46/events.log @@ -0,0 +1,171 @@ +[0.000000] (-) TimerEvent: {} +[0.001287] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.002658] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098771] (-) TimerEvent: {} +[0.204632] (-) TimerEvent: {} +[0.219823] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.222546] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.232963] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.304861] (-) TimerEvent: {} +[0.405518] (-) TimerEvent: {} +[0.434123] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.505887] (-) TimerEvent: {} +[0.540597] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.606020] (-) TimerEvent: {} +[0.706710] (-) TimerEvent: {} +[0.807527] (-) TimerEvent: {} +[0.908331] (-) TimerEvent: {} +[1.009478] (-) TimerEvent: {} +[1.110399] (-) TimerEvent: {} +[1.211260] (-) TimerEvent: {} +[1.312169] (-) TimerEvent: {} +[1.414172] (-) TimerEvent: {} +[1.515368] (-) TimerEvent: {} +[1.616347] (-) TimerEvent: {} +[1.717231] (-) TimerEvent: {} +[1.818424] (-) TimerEvent: {} +[1.919415] (-) TimerEvent: {} +[2.020233] (-) TimerEvent: {} +[2.121371] (-) TimerEvent: {} +[2.222665] (-) TimerEvent: {} +[2.323454] (-) TimerEvent: {} +[2.426289] (-) TimerEvent: {} +[2.526993] (-) TimerEvent: {} +[2.628024] (-) TimerEvent: {} +[2.729718] (-) TimerEvent: {} +[2.830491] (-) TimerEvent: {} +[2.931121] (-) TimerEvent: {} +[3.031666] (-) TimerEvent: {} +[3.132511] (-) TimerEvent: {} +[3.233344] (-) TimerEvent: {} +[3.334018] (-) TimerEvent: {} +[3.434671] (-) TimerEvent: {} +[3.535286] (-) TimerEvent: {} +[3.635971] (-) TimerEvent: {} +[3.736729] (-) TimerEvent: {} +[3.837299] (-) TimerEvent: {} +[3.937896] (-) TimerEvent: {} +[4.038804] (-) TimerEvent: {} +[4.139514] (-) TimerEvent: {} +[4.240200] (-) TimerEvent: {} +[4.340845] (-) TimerEvent: {} +[4.441687] (-) TimerEvent: {} +[4.542331] (-) TimerEvent: {} +[4.643014] (-) TimerEvent: {} +[4.743695] (-) TimerEvent: {} +[4.844350] (-) TimerEvent: {} +[4.944931] (-) TimerEvent: {} +[5.045508] (-) TimerEvent: {} +[5.146067] (-) TimerEvent: {} +[5.246650] (-) TimerEvent: {} +[5.347397] (-) TimerEvent: {} +[5.448163] (-) TimerEvent: {} +[5.548801] (-) TimerEvent: {} +[5.649520] (-) TimerEvent: {} +[5.750355] (-) TimerEvent: {} +[5.851129] (-) TimerEvent: {} +[5.952242] (-) TimerEvent: {} +[6.053192] (-) TimerEvent: {} +[6.154009] (-) TimerEvent: {} +[6.254646] (-) TimerEvent: {} +[6.355210] (-) TimerEvent: {} +[6.455837] (-) TimerEvent: {} +[6.556417] (-) TimerEvent: {} +[6.657125] (-) TimerEvent: {} +[6.757881] (-) TimerEvent: {} +[6.858769] (-) TimerEvent: {} +[6.959655] (-) TimerEvent: {} +[7.060719] (-) TimerEvent: {} +[7.161672] (-) TimerEvent: {} +[7.262182] (-) TimerEvent: {} +[7.362801] (-) TimerEvent: {} +[7.463568] (-) TimerEvent: {} +[7.564412] (-) TimerEvent: {} +[7.665137] (-) TimerEvent: {} +[7.765903] (-) TimerEvent: {} +[7.833251] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[7.833894] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kodecetor\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[7.834233] (b_obstacle_detector) StderrLine: {'line': b' 47 | rclcpp::spin_some(\x1b[01;31m\x1b[Kodecetor\x1b[m\x1b[K);\n'} +[7.834535] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~\x1b[m\x1b[K\n'} +[7.859415] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[7.859978] (b_obstacle_detector) StderrLine: {'line': b' 48 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[7.860488] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[7.866166] (-) TimerEvent: {} +[7.967024] (-) TimerEvent: {} +[8.067677] (-) TimerEvent: {} +[8.168388] (-) TimerEvent: {} +[8.269153] (-) TimerEvent: {} +[8.369929] (-) TimerEvent: {} +[8.471315] (-) TimerEvent: {} +[8.572127] (-) TimerEvent: {} +[8.672955] (-) TimerEvent: {} +[8.773539] (-) TimerEvent: {} +[8.874183] (-) TimerEvent: {} +[8.975011] (-) TimerEvent: {} +[9.075832] (-) TimerEvent: {} +[9.176554] (-) TimerEvent: {} +[9.277204] (-) TimerEvent: {} +[9.377738] (-) TimerEvent: {} +[9.478368] (-) TimerEvent: {} +[9.578972] (-) TimerEvent: {} +[9.679735] (-) TimerEvent: {} +[9.780322] (-) TimerEvent: {} +[9.880878] (-) TimerEvent: {} +[9.981492] (-) TimerEvent: {} +[10.081977] (-) TimerEvent: {} +[10.182541] (-) TimerEvent: {} +[10.283427] (-) TimerEvent: {} +[10.384179] (-) TimerEvent: {} +[10.484859] (-) TimerEvent: {} +[10.585613] (-) TimerEvent: {} +[10.686416] (-) TimerEvent: {} +[10.787115] (-) TimerEvent: {} +[10.887891] (-) TimerEvent: {} +[10.988563] (-) TimerEvent: {} +[11.089237] (-) TimerEvent: {} +[11.190111] (-) TimerEvent: {} +[11.290895] (-) TimerEvent: {} +[11.391678] (-) TimerEvent: {} +[11.492258] (-) TimerEvent: {} +[11.592971] (-) TimerEvent: {} +[11.694113] (-) TimerEvent: {} +[11.794699] (-) TimerEvent: {} +[11.895221] (-) TimerEvent: {} +[11.995815] (-) TimerEvent: {} +[12.096588] (-) TimerEvent: {} +[12.197354] (-) TimerEvent: {} +[12.298153] (-) TimerEvent: {} +[12.398704] (-) TimerEvent: {} +[12.499280] (-) TimerEvent: {} +[12.599853] (-) TimerEvent: {} +[12.700409] (-) TimerEvent: {} +[12.800966] (-) TimerEvent: {} +[12.901796] (-) TimerEvent: {} +[13.003039] (-) TimerEvent: {} +[13.103799] (-) TimerEvent: {} +[13.204437] (-) TimerEvent: {} +[13.305347] (-) TimerEvent: {} +[13.406091] (-) TimerEvent: {} +[13.506866] (-) TimerEvent: {} +[13.607740] (-) TimerEvent: {} +[13.708503] (-) TimerEvent: {} +[13.809414] (-) TimerEvent: {} +[13.910051] (-) TimerEvent: {} +[14.010595] (-) TimerEvent: {} +[14.111212] (-) TimerEvent: {} +[14.211962] (-) TimerEvent: {} +[14.312634] (-) TimerEvent: {} +[14.413345] (-) TimerEvent: {} +[14.513995] (-) TimerEvent: {} +[14.614598] (-) TimerEvent: {} +[14.715603] (-) TimerEvent: {} +[14.816383] (-) TimerEvent: {} +[14.879796] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[14.880504] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[14.881032] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[14.887520] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[14.916856] (-) TimerEvent: {} +[15.018190] (-) TimerEvent: {} +[15.129354] (-) TimerEvent: {} +[15.160902] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[15.172931] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-25-46/logger_all.log b/log/build_2024-03-15_06-25-46/logger_all.log new file mode 100644 index 0000000..633384f --- /dev/null +++ b/log/build_2024-03-15_06-25-46/logger_all.log @@ -0,0 +1,118 @@ +[2.229s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.229s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.334s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.334s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.334s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.334s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.334s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.334s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.334s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.335s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.335s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.335s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.335s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.335s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.335s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.335s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.336s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.336s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.376s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.377s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.377s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.377s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.377s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.377s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.378s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.378s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.378s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.378s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.378s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.378s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.378s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.378s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.390s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.391s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.391s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.391s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.392s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.392s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.392s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.393s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.393s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.394s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.394s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.395s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.395s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.395s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.395s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.396s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.396s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.396s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.396s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.396s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.396s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.397s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.397s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.397s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.582s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.582s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.583s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.583s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.583s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.583s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.583s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.583s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.583s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.583s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.622s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.648s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.648s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.649s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.692s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.693s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.693s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.899s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[17.539s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[17.664s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[17.720s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[17.723s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[17.723s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[17.750s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[17.756s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[17.759s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[17.763s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[17.763s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[17.763s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[17.768s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[17.769s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[17.798s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[17.800s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[17.801s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[17.803s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[17.805s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[17.808s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[17.820s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[17.821s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[17.821s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[17.821s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[17.881s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[17.881s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[17.881s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[17.881s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[17.888s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[17.889s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[17.927s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[17.929s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[17.932s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[17.953s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[17.954s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[17.955s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[17.986s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[17.987s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[18.008s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[18.009s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-29-40/b_obstacle_detector/command.log b/log/build_2024-03-15_06-29-40/b_obstacle_detector/command.log new file mode 100644 index 0000000..2577fbf --- /dev/null +++ b/log/build_2024-03-15_06-29-40/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '-2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-29-40/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-29-40/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..16f366f --- /dev/null +++ b/log/build_2024-03-15_06-29-40/b_obstacle_detector/stderr.log @@ -0,0 +1,4 @@ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Interrupt +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Interrupt +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Interrupt +gmake: *** [Makefile:146: all] Interrupt diff --git a/log/build_2024-03-15_06-29-40/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-29-40/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..94e40f7 --- /dev/null +++ b/log/build_2024-03-15_06-29-40/b_obstacle_detector/stdout.log @@ -0,0 +1,3 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_06-29-40/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-29-40/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..4811fa1 --- /dev/null +++ b/log/build_2024-03-15_06-29-40/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,7 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Interrupt +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Interrupt +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Interrupt +gmake: *** [Makefile:146: all] Interrupt diff --git a/log/build_2024-03-15_06-29-40/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-29-40/b_obstacle_detector/streams.log new file mode 100644 index 0000000..2aa9c72 --- /dev/null +++ b/log/build_2024-03-15_06-29-40/b_obstacle_detector/streams.log @@ -0,0 +1,9 @@ +[0.319s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.659s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.729s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.731s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[6.770s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Interrupt +[6.800s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Interrupt +[6.806s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Interrupt +[6.814s] gmake: *** [Makefile:146: all] Interrupt +[6.884s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '-2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-29-40/events.log b/log/build_2024-03-15_06-29-40/events.log new file mode 100644 index 0000000..4b8350e --- /dev/null +++ b/log/build_2024-03-15_06-29-40/events.log @@ -0,0 +1,91 @@ +[0.000000] (-) TimerEvent: {} +[0.005394] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.006628] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.097958] (-) TimerEvent: {} +[0.198663] (-) TimerEvent: {} +[0.287771] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.293335] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.296248] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.326144] (-) TimerEvent: {} +[0.426851] (-) TimerEvent: {} +[0.527562] (-) TimerEvent: {} +[0.628205] (-) TimerEvent: {} +[0.665539] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.728484] (-) TimerEvent: {} +[0.735434] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.737526] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.828666] (-) TimerEvent: {} +[0.929328] (-) TimerEvent: {} +[1.029876] (-) TimerEvent: {} +[1.130565] (-) TimerEvent: {} +[1.231394] (-) TimerEvent: {} +[1.332326] (-) TimerEvent: {} +[1.433221] (-) TimerEvent: {} +[1.533922] (-) TimerEvent: {} +[1.635490] (-) TimerEvent: {} +[1.736125] (-) TimerEvent: {} +[1.836874] (-) TimerEvent: {} +[1.937677] (-) TimerEvent: {} +[2.038316] (-) TimerEvent: {} +[2.138960] (-) TimerEvent: {} +[2.239769] (-) TimerEvent: {} +[2.340464] (-) TimerEvent: {} +[2.441211] (-) TimerEvent: {} +[2.542065] (-) TimerEvent: {} +[2.642900] (-) TimerEvent: {} +[2.743775] (-) TimerEvent: {} +[2.844505] (-) TimerEvent: {} +[2.945369] (-) TimerEvent: {} +[3.046057] (-) TimerEvent: {} +[3.146735] (-) TimerEvent: {} +[3.247800] (-) TimerEvent: {} +[3.348519] (-) TimerEvent: {} +[3.449374] (-) TimerEvent: {} +[3.550074] (-) TimerEvent: {} +[3.650862] (-) TimerEvent: {} +[3.751592] (-) TimerEvent: {} +[3.860755] (-) TimerEvent: {} +[3.961317] (-) TimerEvent: {} +[4.061940] (-) TimerEvent: {} +[4.162553] (-) TimerEvent: {} +[4.263255] (-) TimerEvent: {} +[4.364265] (-) TimerEvent: {} +[4.465380] (-) TimerEvent: {} +[4.566026] (-) TimerEvent: {} +[4.666704] (-) TimerEvent: {} +[4.767346] (-) TimerEvent: {} +[4.868004] (-) TimerEvent: {} +[4.968676] (-) TimerEvent: {} +[5.069668] (-) TimerEvent: {} +[5.170590] (-) TimerEvent: {} +[5.279505] (-) TimerEvent: {} +[5.380441] (-) TimerEvent: {} +[5.481868] (-) TimerEvent: {} +[5.589601] (-) TimerEvent: {} +[5.690337] (-) TimerEvent: {} +[5.791287] (-) TimerEvent: {} +[5.892288] (-) TimerEvent: {} +[5.993911] (-) TimerEvent: {} +[6.094792] (-) TimerEvent: {} +[6.198901] (-) TimerEvent: {} +[6.299884] (-) TimerEvent: {} +[6.400774] (-) TimerEvent: {} +[6.522645] (-) TimerEvent: {} +[6.623372] (-) TimerEvent: {} +[6.740541] (-) TimerEvent: {} +[6.775864] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Interrupt\n'} +[6.806475] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Interrupt\n'} +[6.812577] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Interrupt\n'} +[6.820765] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Interrupt\n'} +[6.840924] (-) TimerEvent: {} +[6.890216] (b_obstacle_detector) CommandEnded: {'returncode': -2} +[6.941130] (-) TimerEvent: {} +[7.044762] (-) TimerEvent: {} +[7.152766] (-) TimerEvent: {} +[7.253414] (-) TimerEvent: {} +[7.354197] (-) TimerEvent: {} +[7.455704] (-) TimerEvent: {} +[7.557960] (-) TimerEvent: {} +[7.663714] (-) TimerEvent: {} +[7.701314] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 'SIGINT'} +[7.715517] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-29-40/logger_all.log b/log/build_2024-03-15_06-29-40/logger_all.log new file mode 100644 index 0000000..b9dc5fa --- /dev/null +++ b/log/build_2024-03-15_06-29-40/logger_all.log @@ -0,0 +1,120 @@ +[3.356s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.356s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.489s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.490s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.490s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.490s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.490s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.490s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.490s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.490s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.491s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.491s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.491s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.491s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.491s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.491s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.491s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.491s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.528s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.528s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.528s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.528s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.528s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.529s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.529s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.529s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.529s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.529s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.529s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.529s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.529s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.530s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.542s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.543s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.543s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.543s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.544s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.544s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.544s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.544s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.544s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.545s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.545s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.545s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.545s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.546s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.546s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.546s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.546s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.546s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.546s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.547s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.547s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.547s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.547s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.547s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.547s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.547s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.547s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.547s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.547s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.709s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.710s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.710s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.710s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.710s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.710s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.710s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.710s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.710s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.710s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.734s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.765s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.769s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.770s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.813s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.813s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.814s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[4.090s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[10.457s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete was interrupted +[10.457s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete again +[10.655s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '-2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[11.013s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[11.156s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[11.195s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[11.196s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[11.282s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[11.297s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[11.300s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[11.316s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[11.317s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[11.318s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[11.336s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[11.336s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[11.417s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[11.432s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[11.435s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[11.442s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[11.448s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[11.454s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[11.471s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished +[11.471s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[11.476s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[11.479s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[11.701s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[11.702s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[11.702s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[11.702s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[11.729s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[11.730s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[11.788s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[11.792s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[11.804s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[11.866s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[11.870s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[11.873s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[11.930s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[11.936s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[12.004s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[12.006s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-29-55/b_obstacle_detector/command.log b/log/build_2024-03-15_06-29-55/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-29-55/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-29-55/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-29-55/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..1ca6d78 --- /dev/null +++ b/log/build_2024-03-15_06-29-55/b_obstacle_detector/stderr.log @@ -0,0 +1,18 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:10:3: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 10 | node_ = std::make_shared("b_obstacle_detector_node"); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 47 | rclcpp::spin_some(node_); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-29-55/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-29-55/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..dc1ce72 --- /dev/null +++ b/log/build_2024-03-15_06-29-55/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_06-29-55/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-29-55/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..a1bc06d --- /dev/null +++ b/log/build_2024-03-15_06-29-55/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,20 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:10:3: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 10 | node_ = std::make_shared("b_obstacle_detector_node"); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 47 | rclcpp::spin_some(node_); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-29-55/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-29-55/b_obstacle_detector/streams.log new file mode 100644 index 0000000..ffba1c8 --- /dev/null +++ b/log/build_2024-03-15_06-29-55/b_obstacle_detector/streams.log @@ -0,0 +1,22 @@ +[0.274s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.516s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.520s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[12.726s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +[12.742s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:10:3: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? +[12.743s] 10 | node_ = std::make_shared("b_obstacle_detector_node"); +[12.743s] | ^~~~~ +[12.744s] | mode_t +[13.426s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[13.426s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? +[13.427s] 47 | rclcpp::spin_some(node_); +[13.427s] | ^~~~~ +[13.427s] | mode_t +[13.448s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope +[13.448s] 48 | loop_rate.sleep(); +[13.449s] | ^~~~~~~~~ +[16.898s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +[16.901s] gmake[2]: *** Waiting for unfinished jobs.... +[23.491s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[23.495s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[23.500s] gmake: *** [Makefile:146: all] Error 2 +[23.553s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-29-55/events.log b/log/build_2024-03-15_06-29-55/events.log new file mode 100644 index 0000000..6c10695 --- /dev/null +++ b/log/build_2024-03-15_06-29-55/events.log @@ -0,0 +1,263 @@ +[0.000000] (-) TimerEvent: {} +[0.000311] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.000451] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.097806] (-) TimerEvent: {} +[0.198984] (-) TimerEvent: {} +[0.234073] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.237916] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.241142] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.299244] (-) TimerEvent: {} +[0.399909] (-) TimerEvent: {} +[0.500790] (-) TimerEvent: {} +[0.516224] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.519777] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.601112] (-) TimerEvent: {} +[0.701732] (-) TimerEvent: {} +[0.802241] (-) TimerEvent: {} +[0.902988] (-) TimerEvent: {} +[1.003561] (-) TimerEvent: {} +[1.104570] (-) TimerEvent: {} +[1.205341] (-) TimerEvent: {} +[1.306123] (-) TimerEvent: {} +[1.406794] (-) TimerEvent: {} +[1.507416] (-) TimerEvent: {} +[1.608003] (-) TimerEvent: {} +[1.708639] (-) TimerEvent: {} +[1.809320] (-) TimerEvent: {} +[1.910036] (-) TimerEvent: {} +[2.010755] (-) TimerEvent: {} +[2.111252] (-) TimerEvent: {} +[2.211977] (-) TimerEvent: {} +[2.312655] (-) TimerEvent: {} +[2.413318] (-) TimerEvent: {} +[2.513897] (-) TimerEvent: {} +[2.614533] (-) TimerEvent: {} +[2.715313] (-) TimerEvent: {} +[2.816123] (-) TimerEvent: {} +[2.916831] (-) TimerEvent: {} +[3.017660] (-) TimerEvent: {} +[3.118405] (-) TimerEvent: {} +[3.219263] (-) TimerEvent: {} +[3.320039] (-) TimerEvent: {} +[3.420926] (-) TimerEvent: {} +[3.521670] (-) TimerEvent: {} +[3.622644] (-) TimerEvent: {} +[3.723738] (-) TimerEvent: {} +[3.824765] (-) TimerEvent: {} +[3.925674] (-) TimerEvent: {} +[4.026492] (-) TimerEvent: {} +[4.127189] (-) TimerEvent: {} +[4.227703] (-) TimerEvent: {} +[4.328369] (-) TimerEvent: {} +[4.429217] (-) TimerEvent: {} +[4.529858] (-) TimerEvent: {} +[4.630522] (-) TimerEvent: {} +[4.731204] (-) TimerEvent: {} +[4.831806] (-) TimerEvent: {} +[4.932496] (-) TimerEvent: {} +[5.033086] (-) TimerEvent: {} +[5.134021] (-) TimerEvent: {} +[5.234961] (-) TimerEvent: {} +[5.342067] (-) TimerEvent: {} +[5.442807] (-) TimerEvent: {} +[5.543568] (-) TimerEvent: {} +[5.673616] (-) TimerEvent: {} +[5.774297] (-) TimerEvent: {} +[5.906146] (-) TimerEvent: {} +[6.006899] (-) TimerEvent: {} +[6.107483] (-) TimerEvent: {} +[6.208392] (-) TimerEvent: {} +[6.323811] (-) TimerEvent: {} +[6.424518] (-) TimerEvent: {} +[6.562644] (-) TimerEvent: {} +[6.665406] (-) TimerEvent: {} +[6.766218] (-) TimerEvent: {} +[6.867014] (-) TimerEvent: {} +[6.967750] (-) TimerEvent: {} +[7.070106] (-) TimerEvent: {} +[7.170785] (-) TimerEvent: {} +[7.271568] (-) TimerEvent: {} +[7.372319] (-) TimerEvent: {} +[7.473260] (-) TimerEvent: {} +[7.576810] (-) TimerEvent: {} +[7.677481] (-) TimerEvent: {} +[7.778254] (-) TimerEvent: {} +[7.879133] (-) TimerEvent: {} +[7.980070] (-) TimerEvent: {} +[8.080996] (-) TimerEvent: {} +[8.181818] (-) TimerEvent: {} +[8.282647] (-) TimerEvent: {} +[8.383267] (-) TimerEvent: {} +[8.483958] (-) TimerEvent: {} +[8.584475] (-) TimerEvent: {} +[8.685061] (-) TimerEvent: {} +[8.785804] (-) TimerEvent: {} +[8.886575] (-) TimerEvent: {} +[8.987377] (-) TimerEvent: {} +[9.088349] (-) TimerEvent: {} +[9.189005] (-) TimerEvent: {} +[9.289722] (-) TimerEvent: {} +[9.390539] (-) TimerEvent: {} +[9.491293] (-) TimerEvent: {} +[9.591930] (-) TimerEvent: {} +[9.692951] (-) TimerEvent: {} +[9.793622] (-) TimerEvent: {} +[9.894250] (-) TimerEvent: {} +[9.994935] (-) TimerEvent: {} +[10.095465] (-) TimerEvent: {} +[10.196169] (-) TimerEvent: {} +[10.296751] (-) TimerEvent: {} +[10.397464] (-) TimerEvent: {} +[10.498209] (-) TimerEvent: {} +[10.598868] (-) TimerEvent: {} +[10.699553] (-) TimerEvent: {} +[10.800137] (-) TimerEvent: {} +[10.900741] (-) TimerEvent: {} +[11.001395] (-) TimerEvent: {} +[11.102200] (-) TimerEvent: {} +[11.202915] (-) TimerEvent: {} +[11.303482] (-) TimerEvent: {} +[11.404147] (-) TimerEvent: {} +[11.504874] (-) TimerEvent: {} +[11.605667] (-) TimerEvent: {} +[11.708152] (-) TimerEvent: {} +[11.808857] (-) TimerEvent: {} +[11.909570] (-) TimerEvent: {} +[12.013986] (-) TimerEvent: {} +[12.147902] (-) TimerEvent: {} +[12.333885] (-) TimerEvent: {} +[12.437410] (-) TimerEvent: {} +[12.538341] (-) TimerEvent: {} +[12.641434] (-) TimerEvent: {} +[12.724505] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:\x1b[m\x1b[K In function \xe2\x80\x98\x1b[01m\x1b[Kint main(int, char**)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[12.727009] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:10:3:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Knode_\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope; did you mean \xe2\x80\x98\x1b[01m\x1b[Kmode_t\x1b[m\x1b[K\xe2\x80\x99?\n'} +[12.743111] (-) TimerEvent: {} +[12.743373] (b_obstacle_detector) StderrLine: {'line': b' 10 | \x1b[01;31m\x1b[Knode_\x1b[m\x1b[K = std::make_shared("b_obstacle_detector_node");\n'} +[12.743673] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~\x1b[m\x1b[K\n'} +[12.743898] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[32m\x1b[Kmode_t\x1b[m\x1b[K\n'} +[12.843522] (-) TimerEvent: {} +[12.944196] (-) TimerEvent: {} +[13.044927] (-) TimerEvent: {} +[13.145667] (-) TimerEvent: {} +[13.246398] (-) TimerEvent: {} +[13.347084] (-) TimerEvent: {} +[13.426023] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[13.426517] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Knode_\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope; did you mean \xe2\x80\x98\x1b[01m\x1b[Kmode_t\x1b[m\x1b[K\xe2\x80\x99?\n'} +[13.426804] (b_obstacle_detector) StderrLine: {'line': b' 47 | rclcpp::spin_some(\x1b[01;31m\x1b[Knode_\x1b[m\x1b[K);\n'} +[13.427361] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~\x1b[m\x1b[K\n'} +[13.427641] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[32m\x1b[Kmode_t\x1b[m\x1b[K\n'} +[13.447305] (-) TimerEvent: {} +[13.448213] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[13.448632] (b_obstacle_detector) StderrLine: {'line': b' 48 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[13.448938] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[13.547516] (-) TimerEvent: {} +[13.648174] (-) TimerEvent: {} +[13.748896] (-) TimerEvent: {} +[13.849587] (-) TimerEvent: {} +[13.950236] (-) TimerEvent: {} +[14.050825] (-) TimerEvent: {} +[14.151773] (-) TimerEvent: {} +[14.252638] (-) TimerEvent: {} +[14.353434] (-) TimerEvent: {} +[14.458318] (-) TimerEvent: {} +[14.560407] (-) TimerEvent: {} +[14.661164] (-) TimerEvent: {} +[14.761950] (-) TimerEvent: {} +[14.862813] (-) TimerEvent: {} +[14.963543] (-) TimerEvent: {} +[15.064278] (-) TimerEvent: {} +[15.165127] (-) TimerEvent: {} +[15.265808] (-) TimerEvent: {} +[15.366382] (-) TimerEvent: {} +[15.467118] (-) TimerEvent: {} +[15.567739] (-) TimerEvent: {} +[15.668295] (-) TimerEvent: {} +[15.768853] (-) TimerEvent: {} +[15.869562] (-) TimerEvent: {} +[15.970115] (-) TimerEvent: {} +[16.070797] (-) TimerEvent: {} +[16.171410] (-) TimerEvent: {} +[16.272265] (-) TimerEvent: {} +[16.372939] (-) TimerEvent: {} +[16.473670] (-) TimerEvent: {} +[16.574338] (-) TimerEvent: {} +[16.674967] (-) TimerEvent: {} +[16.775708] (-) TimerEvent: {} +[16.876539] (-) TimerEvent: {} +[16.898443] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1\n'} +[16.900971] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** Waiting for unfinished jobs....\n'} +[16.977004] (-) TimerEvent: {} +[17.077695] (-) TimerEvent: {} +[17.178530] (-) TimerEvent: {} +[17.279231] (-) TimerEvent: {} +[17.380024] (-) TimerEvent: {} +[17.480677] (-) TimerEvent: {} +[17.581365] (-) TimerEvent: {} +[17.682064] (-) TimerEvent: {} +[17.782759] (-) TimerEvent: {} +[17.883428] (-) TimerEvent: {} +[17.984139] (-) TimerEvent: {} +[18.084767] (-) TimerEvent: {} +[18.185510] (-) TimerEvent: {} +[18.286242] (-) TimerEvent: {} +[18.387157] (-) TimerEvent: {} +[18.521220] (-) TimerEvent: {} +[18.622073] (-) TimerEvent: {} +[18.722765] (-) TimerEvent: {} +[18.823490] (-) TimerEvent: {} +[18.924094] (-) TimerEvent: {} +[19.024772] (-) TimerEvent: {} +[19.125797] (-) TimerEvent: {} +[19.226540] (-) TimerEvent: {} +[19.327296] (-) TimerEvent: {} +[19.427980] (-) TimerEvent: {} +[19.528759] (-) TimerEvent: {} +[19.629602] (-) TimerEvent: {} +[19.730360] (-) TimerEvent: {} +[19.831030] (-) TimerEvent: {} +[19.931777] (-) TimerEvent: {} +[20.032529] (-) TimerEvent: {} +[20.133455] (-) TimerEvent: {} +[20.234189] (-) TimerEvent: {} +[20.334769] (-) TimerEvent: {} +[20.435406] (-) TimerEvent: {} +[20.536142] (-) TimerEvent: {} +[20.636824] (-) TimerEvent: {} +[20.737610] (-) TimerEvent: {} +[20.838490] (-) TimerEvent: {} +[20.939230] (-) TimerEvent: {} +[21.039810] (-) TimerEvent: {} +[21.140416] (-) TimerEvent: {} +[21.241031] (-) TimerEvent: {} +[21.341688] (-) TimerEvent: {} +[21.442321] (-) TimerEvent: {} +[21.543061] (-) TimerEvent: {} +[21.643644] (-) TimerEvent: {} +[21.744277] (-) TimerEvent: {} +[21.844963] (-) TimerEvent: {} +[21.945648] (-) TimerEvent: {} +[22.046544] (-) TimerEvent: {} +[22.147532] (-) TimerEvent: {} +[22.248224] (-) TimerEvent: {} +[22.349052] (-) TimerEvent: {} +[22.450243] (-) TimerEvent: {} +[22.553239] (-) TimerEvent: {} +[22.653924] (-) TimerEvent: {} +[22.754716] (-) TimerEvent: {} +[22.855845] (-) TimerEvent: {} +[22.956655] (-) TimerEvent: {} +[23.057697] (-) TimerEvent: {} +[23.158418] (-) TimerEvent: {} +[23.259029] (-) TimerEvent: {} +[23.359758] (-) TimerEvent: {} +[23.460414] (-) TimerEvent: {} +[23.490702] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[23.495576] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[23.500484] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[23.550201] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[23.565126] (-) TimerEvent: {} +[23.665868] (-) TimerEvent: {} +[23.767533] (-) TimerEvent: {} +[23.871640] (-) TimerEvent: {} +[23.877540] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[23.889452] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-29-55/logger_all.log b/log/build_2024-03-15_06-29-55/logger_all.log new file mode 100644 index 0000000..573c0c8 --- /dev/null +++ b/log/build_2024-03-15_06-29-55/logger_all.log @@ -0,0 +1,118 @@ +[2.945s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.946s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.083s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.083s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.083s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.083s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.084s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.084s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.084s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.084s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.084s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.084s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.085s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.085s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.085s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.085s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.085s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.085s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.123s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.123s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.123s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.123s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.123s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.124s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.132s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.133s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.133s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.133s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.133s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.134s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.134s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.134s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.134s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.134s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.134s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.135s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.135s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.135s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.135s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.135s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.135s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.136s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.136s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.136s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.136s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.136s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.136s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.136s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.136s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.137s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.137s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.137s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.137s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.318s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.319s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.319s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.319s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.319s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.319s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.319s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.319s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.319s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.319s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.349s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.373s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.374s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.374s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.417s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.417s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.417s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.650s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[26.931s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[27.104s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[27.135s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[27.140s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[27.141s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[27.175s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[27.180s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[27.182s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[27.186s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[27.186s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[27.186s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[27.194s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[27.194s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[27.235s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[27.238s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[27.239s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[27.245s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[27.250s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[27.252s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[27.265s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[27.266s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[27.266s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[27.266s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[27.342s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[27.343s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[27.343s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[27.343s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[27.348s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[27.350s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[27.396s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[27.398s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[27.401s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[27.430s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[27.431s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[27.433s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[27.460s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[27.462s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[27.504s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[27.505s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-34-16/b_obstacle_detector/command.log b/log/build_2024-03-15_06-34-16/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-34-16/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-34-16/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-34-16/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..8acdf9a --- /dev/null +++ b/log/build_2024-03-15_06-34-16/b_obstacle_detector/stderr.log @@ -0,0 +1,18 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:10:3: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 10 | node_ = rclcpp::Node::make_shared("b_obstacle_detector_node"); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 47 | rclcpp::spin_some(node_); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-34-16/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-34-16/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..94e40f7 --- /dev/null +++ b/log/build_2024-03-15_06-34-16/b_obstacle_detector/stdout.log @@ -0,0 +1,3 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_06-34-16/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-34-16/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..85df13b --- /dev/null +++ b/log/build_2024-03-15_06-34-16/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,21 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:10:3: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 10 | node_ = rclcpp::Node::make_shared("b_obstacle_detector_node"); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 47 | rclcpp::spin_some(node_); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[2]: *** Waiting for unfinished jobs.... +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-34-16/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-34-16/b_obstacle_detector/streams.log new file mode 100644 index 0000000..e2eaf79 --- /dev/null +++ b/log/build_2024-03-15_06-34-16/b_obstacle_detector/streams.log @@ -0,0 +1,23 @@ +[0.271s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.586s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.688s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[0.690s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[17.278s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main(int, char**)’: +[17.278s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:10:3: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? +[17.279s] 10 | node_ = rclcpp::Node::make_shared("b_obstacle_detector_node"); +[17.279s] | ^~~~~ +[17.279s] | mode_t +[17.390s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[17.390s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? +[17.391s] 47 | rclcpp::spin_some(node_); +[17.391s] | ^~~~~ +[17.392s] | mode_t +[17.412s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope +[17.413s] 48 | loop_rate.sleep(); +[17.413s] | ^~~~~~~~~ +[21.106s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +[21.107s] gmake[2]: *** Waiting for unfinished jobs.... +[26.538s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[26.539s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[26.540s] gmake: *** [Makefile:146: all] Error 2 +[26.553s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-34-16/events.log b/log/build_2024-03-15_06-34-16/events.log new file mode 100644 index 0000000..b74bba6 --- /dev/null +++ b/log/build_2024-03-15_06-34-16/events.log @@ -0,0 +1,296 @@ +[0.000000] (-) TimerEvent: {} +[0.004073] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.005193] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.099336] (-) TimerEvent: {} +[0.200238] (-) TimerEvent: {} +[0.252759] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.255790] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.257991] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.300485] (-) TimerEvent: {} +[0.401107] (-) TimerEvent: {} +[0.501763] (-) TimerEvent: {} +[0.591755] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.602045] (-) TimerEvent: {} +[0.693038] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.695671] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.702259] (-) TimerEvent: {} +[0.802943] (-) TimerEvent: {} +[0.903599] (-) TimerEvent: {} +[1.004224] (-) TimerEvent: {} +[1.104871] (-) TimerEvent: {} +[1.205526] (-) TimerEvent: {} +[1.306176] (-) TimerEvent: {} +[1.406851] (-) TimerEvent: {} +[1.507438] (-) TimerEvent: {} +[1.608108] (-) TimerEvent: {} +[1.708594] (-) TimerEvent: {} +[1.809261] (-) TimerEvent: {} +[1.909808] (-) TimerEvent: {} +[2.010389] (-) TimerEvent: {} +[2.111022] (-) TimerEvent: {} +[2.211711] (-) TimerEvent: {} +[2.312401] (-) TimerEvent: {} +[2.413194] (-) TimerEvent: {} +[2.513861] (-) TimerEvent: {} +[2.614454] (-) TimerEvent: {} +[2.715137] (-) TimerEvent: {} +[2.815789] (-) TimerEvent: {} +[2.916539] (-) TimerEvent: {} +[3.017251] (-) TimerEvent: {} +[3.117942] (-) TimerEvent: {} +[3.218563] (-) TimerEvent: {} +[3.319180] (-) TimerEvent: {} +[3.420013] (-) TimerEvent: {} +[3.520782] (-) TimerEvent: {} +[3.621361] (-) TimerEvent: {} +[3.721989] (-) TimerEvent: {} +[3.822569] (-) TimerEvent: {} +[3.923315] (-) TimerEvent: {} +[4.023941] (-) TimerEvent: {} +[4.124655] (-) TimerEvent: {} +[4.225179] (-) TimerEvent: {} +[4.325954] (-) TimerEvent: {} +[4.426697] (-) TimerEvent: {} +[4.527338] (-) TimerEvent: {} +[4.627946] (-) TimerEvent: {} +[4.728507] (-) TimerEvent: {} +[4.832453] (-) TimerEvent: {} +[4.933366] (-) TimerEvent: {} +[5.033964] (-) TimerEvent: {} +[5.134629] (-) TimerEvent: {} +[5.235253] (-) TimerEvent: {} +[5.336740] (-) TimerEvent: {} +[5.438141] (-) TimerEvent: {} +[5.539040] (-) TimerEvent: {} +[5.639965] (-) TimerEvent: {} +[5.740600] (-) TimerEvent: {} +[5.841236] (-) TimerEvent: {} +[5.941830] (-) TimerEvent: {} +[6.042383] (-) TimerEvent: {} +[6.143085] (-) TimerEvent: {} +[6.243704] (-) TimerEvent: {} +[6.344345] (-) TimerEvent: {} +[6.444964] (-) TimerEvent: {} +[6.545679] (-) TimerEvent: {} +[6.646286] (-) TimerEvent: {} +[6.746803] (-) TimerEvent: {} +[6.847455] (-) TimerEvent: {} +[6.948011] (-) TimerEvent: {} +[7.048672] (-) TimerEvent: {} +[7.149308] (-) TimerEvent: {} +[7.250015] (-) TimerEvent: {} +[7.350732] (-) TimerEvent: {} +[7.451261] (-) TimerEvent: {} +[7.552054] (-) TimerEvent: {} +[7.652732] (-) TimerEvent: {} +[7.754637] (-) TimerEvent: {} +[7.855517] (-) TimerEvent: {} +[7.956112] (-) TimerEvent: {} +[8.056729] (-) TimerEvent: {} +[8.157344] (-) TimerEvent: {} +[8.258012] (-) TimerEvent: {} +[8.358590] (-) TimerEvent: {} +[8.459155] (-) TimerEvent: {} +[8.559816] (-) TimerEvent: {} +[8.660353] (-) TimerEvent: {} +[8.760968] (-) TimerEvent: {} +[8.861590] (-) TimerEvent: {} +[8.962138] (-) TimerEvent: {} +[9.062705] (-) TimerEvent: {} +[9.163346] (-) TimerEvent: {} +[9.264046] (-) TimerEvent: {} +[9.364642] (-) TimerEvent: {} +[9.465239] (-) TimerEvent: {} +[9.565939] (-) TimerEvent: {} +[9.666647] (-) TimerEvent: {} +[9.767411] (-) TimerEvent: {} +[9.868118] (-) TimerEvent: {} +[9.968739] (-) TimerEvent: {} +[10.069400] (-) TimerEvent: {} +[10.172958] (-) TimerEvent: {} +[10.273713] (-) TimerEvent: {} +[10.406231] (-) TimerEvent: {} +[10.507273] (-) TimerEvent: {} +[10.608232] (-) TimerEvent: {} +[10.709265] (-) TimerEvent: {} +[10.810234] (-) TimerEvent: {} +[10.911221] (-) TimerEvent: {} +[11.012203] (-) TimerEvent: {} +[11.113212] (-) TimerEvent: {} +[11.213952] (-) TimerEvent: {} +[11.314974] (-) TimerEvent: {} +[11.415774] (-) TimerEvent: {} +[11.516457] (-) TimerEvent: {} +[11.617201] (-) TimerEvent: {} +[11.721893] (-) TimerEvent: {} +[11.823410] (-) TimerEvent: {} +[11.923993] (-) TimerEvent: {} +[12.025135] (-) TimerEvent: {} +[12.125864] (-) TimerEvent: {} +[12.226607] (-) TimerEvent: {} +[12.327275] (-) TimerEvent: {} +[12.427959] (-) TimerEvent: {} +[12.528593] (-) TimerEvent: {} +[12.629307] (-) TimerEvent: {} +[12.730028] (-) TimerEvent: {} +[12.830589] (-) TimerEvent: {} +[12.931222] (-) TimerEvent: {} +[13.031842] (-) TimerEvent: {} +[13.132461] (-) TimerEvent: {} +[13.233076] (-) TimerEvent: {} +[13.333620] (-) TimerEvent: {} +[13.434308] (-) TimerEvent: {} +[13.534998] (-) TimerEvent: {} +[13.635789] (-) TimerEvent: {} +[13.736488] (-) TimerEvent: {} +[13.837245] (-) TimerEvent: {} +[13.938027] (-) TimerEvent: {} +[14.038644] (-) TimerEvent: {} +[14.139409] (-) TimerEvent: {} +[14.240634] (-) TimerEvent: {} +[14.341508] (-) TimerEvent: {} +[14.443416] (-) TimerEvent: {} +[14.546079] (-) TimerEvent: {} +[14.646956] (-) TimerEvent: {} +[14.747696] (-) TimerEvent: {} +[14.865082] (-) TimerEvent: {} +[14.965694] (-) TimerEvent: {} +[15.066520] (-) TimerEvent: {} +[15.167302] (-) TimerEvent: {} +[15.268140] (-) TimerEvent: {} +[15.368984] (-) TimerEvent: {} +[15.469970] (-) TimerEvent: {} +[15.571756] (-) TimerEvent: {} +[15.672694] (-) TimerEvent: {} +[15.774499] (-) TimerEvent: {} +[15.875785] (-) TimerEvent: {} +[15.976704] (-) TimerEvent: {} +[16.077507] (-) TimerEvent: {} +[16.178165] (-) TimerEvent: {} +[16.279059] (-) TimerEvent: {} +[16.407527] (-) TimerEvent: {} +[16.573726] (-) TimerEvent: {} +[16.674985] (-) TimerEvent: {} +[16.781646] (-) TimerEvent: {} +[16.882461] (-) TimerEvent: {} +[16.983735] (-) TimerEvent: {} +[17.084493] (-) TimerEvent: {} +[17.185281] (-) TimerEvent: {} +[17.283192] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:\x1b[m\x1b[K In function \xe2\x80\x98\x1b[01m\x1b[Kint main(int, char**)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[17.283899] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:10:3:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Knode_\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope; did you mean \xe2\x80\x98\x1b[01m\x1b[Kmode_t\x1b[m\x1b[K\xe2\x80\x99?\n'} +[17.284245] (b_obstacle_detector) StderrLine: {'line': b' 10 | \x1b[01;31m\x1b[Knode_\x1b[m\x1b[K = rclcpp::Node::make_shared("b_obstacle_detector_node");\n'} +[17.284508] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~\x1b[m\x1b[K\n'} +[17.284869] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[32m\x1b[Kmode_t\x1b[m\x1b[K\n'} +[17.285456] (-) TimerEvent: {} +[17.385998] (-) TimerEvent: {} +[17.394928] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[17.395691] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Knode_\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope; did you mean \xe2\x80\x98\x1b[01m\x1b[Kmode_t\x1b[m\x1b[K\xe2\x80\x99?\n'} +[17.396146] (b_obstacle_detector) StderrLine: {'line': b' 47 | rclcpp::spin_some(\x1b[01;31m\x1b[Knode_\x1b[m\x1b[K);\n'} +[17.396469] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~\x1b[m\x1b[K\n'} +[17.397075] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[32m\x1b[Kmode_t\x1b[m\x1b[K\n'} +[17.417749] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[17.418243] (b_obstacle_detector) StderrLine: {'line': b' 48 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[17.418546] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[17.486190] (-) TimerEvent: {} +[17.586777] (-) TimerEvent: {} +[17.687456] (-) TimerEvent: {} +[17.788017] (-) TimerEvent: {} +[17.888713] (-) TimerEvent: {} +[17.989426] (-) TimerEvent: {} +[18.090032] (-) TimerEvent: {} +[18.190627] (-) TimerEvent: {} +[18.291201] (-) TimerEvent: {} +[18.401506] (-) TimerEvent: {} +[18.502111] (-) TimerEvent: {} +[18.602768] (-) TimerEvent: {} +[18.703393] (-) TimerEvent: {} +[18.804034] (-) TimerEvent: {} +[18.904606] (-) TimerEvent: {} +[19.005281] (-) TimerEvent: {} +[19.105952] (-) TimerEvent: {} +[19.207353] (-) TimerEvent: {} +[19.308170] (-) TimerEvent: {} +[19.408938] (-) TimerEvent: {} +[19.509885] (-) TimerEvent: {} +[19.610952] (-) TimerEvent: {} +[19.711651] (-) TimerEvent: {} +[19.812469] (-) TimerEvent: {} +[19.913312] (-) TimerEvent: {} +[20.014016] (-) TimerEvent: {} +[20.114696] (-) TimerEvent: {} +[20.215368] (-) TimerEvent: {} +[20.316360] (-) TimerEvent: {} +[20.417054] (-) TimerEvent: {} +[20.518058] (-) TimerEvent: {} +[20.618850] (-) TimerEvent: {} +[20.719712] (-) TimerEvent: {} +[20.820430] (-) TimerEvent: {} +[20.921043] (-) TimerEvent: {} +[21.021964] (-) TimerEvent: {} +[21.111806] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1\n'} +[21.112282] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** Waiting for unfinished jobs....\n'} +[21.122231] (-) TimerEvent: {} +[21.222870] (-) TimerEvent: {} +[21.323588] (-) TimerEvent: {} +[21.424279] (-) TimerEvent: {} +[21.524893] (-) TimerEvent: {} +[21.625703] (-) TimerEvent: {} +[21.726384] (-) TimerEvent: {} +[21.827037] (-) TimerEvent: {} +[21.927863] (-) TimerEvent: {} +[22.028904] (-) TimerEvent: {} +[22.129915] (-) TimerEvent: {} +[22.230979] (-) TimerEvent: {} +[22.334217] (-) TimerEvent: {} +[22.435000] (-) TimerEvent: {} +[22.535612] (-) TimerEvent: {} +[22.636524] (-) TimerEvent: {} +[22.737661] (-) TimerEvent: {} +[22.838520] (-) TimerEvent: {} +[22.939084] (-) TimerEvent: {} +[23.039748] (-) TimerEvent: {} +[23.140692] (-) TimerEvent: {} +[23.241453] (-) TimerEvent: {} +[23.342145] (-) TimerEvent: {} +[23.442822] (-) TimerEvent: {} +[23.543597] (-) TimerEvent: {} +[23.644261] (-) TimerEvent: {} +[23.745056] (-) TimerEvent: {} +[23.845696] (-) TimerEvent: {} +[23.946395] (-) TimerEvent: {} +[24.047094] (-) TimerEvent: {} +[24.148150] (-) TimerEvent: {} +[24.248881] (-) TimerEvent: {} +[24.349624] (-) TimerEvent: {} +[24.452082] (-) TimerEvent: {} +[24.554929] (-) TimerEvent: {} +[24.657073] (-) TimerEvent: {} +[24.758361] (-) TimerEvent: {} +[24.859026] (-) TimerEvent: {} +[24.959719] (-) TimerEvent: {} +[25.062066] (-) TimerEvent: {} +[25.162956] (-) TimerEvent: {} +[25.263960] (-) TimerEvent: {} +[25.364655] (-) TimerEvent: {} +[25.465290] (-) TimerEvent: {} +[25.566202] (-) TimerEvent: {} +[25.666709] (-) TimerEvent: {} +[25.767350] (-) TimerEvent: {} +[25.868064] (-) TimerEvent: {} +[25.968750] (-) TimerEvent: {} +[26.069368] (-) TimerEvent: {} +[26.170085] (-) TimerEvent: {} +[26.270882] (-) TimerEvent: {} +[26.371741] (-) TimerEvent: {} +[26.472559] (-) TimerEvent: {} +[26.542972] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[26.544440] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[26.545502] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[26.558237] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[26.572783] (-) TimerEvent: {} +[26.673489] (-) TimerEvent: {} +[26.774915] (-) TimerEvent: {} +[26.877782] (-) TimerEvent: {} +[26.979984] (-) TimerEvent: {} +[27.022402] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[27.035472] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-34-16/logger_all.log b/log/build_2024-03-15_06-34-16/logger_all.log new file mode 100644 index 0000000..83e759a --- /dev/null +++ b/log/build_2024-03-15_06-34-16/logger_all.log @@ -0,0 +1,118 @@ +[2.641s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.642s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.798s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.799s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.799s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.799s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.799s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.799s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.799s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.800s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.800s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.800s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.801s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.801s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.801s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.801s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.801s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.801s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.852s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.853s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.853s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.853s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.853s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.853s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.854s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.854s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.854s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.854s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.854s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.854s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.855s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.855s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.867s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.867s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.868s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.868s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.868s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.869s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.869s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.869s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.869s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.869s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.870s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.871s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.871s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.871s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.871s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.872s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.872s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.872s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.872s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.873s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.874s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.874s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.875s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.875s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.876s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.876s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.876s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.876s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.876s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.138s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.138s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.138s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.139s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.139s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.139s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.139s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.139s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.139s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.139s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.168s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.202s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.204s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.204s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.298s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.298s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.298s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.478s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[29.762s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[29.957s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[30.049s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[30.056s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[30.057s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[30.088s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[30.099s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[30.102s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[30.108s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[30.109s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[30.109s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[30.120s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[30.121s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[30.179s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[30.192s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[30.196s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[30.203s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[30.209s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[30.222s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[30.236s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[30.237s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[30.238s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[30.238s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[30.440s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[30.441s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[30.441s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[30.441s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[30.455s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[30.455s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[30.494s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[30.498s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[30.507s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[30.568s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[30.572s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[30.577s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[30.629s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[30.632s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[30.667s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[30.670s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-34-50/b_obstacle_detector/command.log b/log/build_2024-03-15_06-34-50/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-34-50/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-34-50/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-34-50/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..cccfddc --- /dev/null +++ b/log/build_2024-03-15_06-34-50/b_obstacle_detector/stderr.log @@ -0,0 +1,11 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 47 | rclcpp::spin_some(node_); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-34-50/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-34-50/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..03eb89f --- /dev/null +++ b/log/build_2024-03-15_06-34-50/b_obstacle_detector/stdout.log @@ -0,0 +1,3 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_06-34-50/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-34-50/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..6b74ae6 --- /dev/null +++ b/log/build_2024-03-15_06-34-50/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,14 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? + 47 | rclcpp::spin_some(node_); + | ^~~~~ + | mode_t +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-34-50/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-34-50/b_obstacle_detector/streams.log new file mode 100644 index 0000000..53f6cb3 --- /dev/null +++ b/log/build_2024-03-15_06-34-50/b_obstacle_detector/streams.log @@ -0,0 +1,16 @@ +[0.184s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.305s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.384s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[0.388s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[7.363s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[7.363s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27: error: ‘node_’ was not declared in this scope; did you mean ‘mode_t’? +[7.363s] 47 | rclcpp::spin_some(node_); +[7.364s] | ^~~~~ +[7.364s] | mode_t +[7.380s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope +[7.381s] 48 | loop_rate.sleep(); +[7.381s] | ^~~~~~~~~ +[14.919s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[14.920s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[14.920s] gmake: *** [Makefile:146: all] Error 2 +[14.925s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-34-50/events.log b/log/build_2024-03-15_06-34-50/events.log new file mode 100644 index 0000000..18662dc --- /dev/null +++ b/log/build_2024-03-15_06-34-50/events.log @@ -0,0 +1,172 @@ +[0.000000] (-) TimerEvent: {} +[0.000382] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.003709] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098317] (-) TimerEvent: {} +[0.168956] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.171695] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.171829] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.198659] (-) TimerEvent: {} +[0.299501] (-) TimerEvent: {} +[0.308510] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.387367] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.391371] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.400529] (-) TimerEvent: {} +[0.501202] (-) TimerEvent: {} +[0.601797] (-) TimerEvent: {} +[0.702323] (-) TimerEvent: {} +[0.803816] (-) TimerEvent: {} +[0.904605] (-) TimerEvent: {} +[1.005330] (-) TimerEvent: {} +[1.106019] (-) TimerEvent: {} +[1.232083] (-) TimerEvent: {} +[1.333053] (-) TimerEvent: {} +[1.433915] (-) TimerEvent: {} +[1.534766] (-) TimerEvent: {} +[1.635404] (-) TimerEvent: {} +[1.736159] (-) TimerEvent: {} +[1.837008] (-) TimerEvent: {} +[1.937791] (-) TimerEvent: {} +[2.038330] (-) TimerEvent: {} +[2.152604] (-) TimerEvent: {} +[2.288868] (-) TimerEvent: {} +[2.389612] (-) TimerEvent: {} +[2.490293] (-) TimerEvent: {} +[2.590906] (-) TimerEvent: {} +[2.691554] (-) TimerEvent: {} +[2.792423] (-) TimerEvent: {} +[2.893135] (-) TimerEvent: {} +[2.993801] (-) TimerEvent: {} +[3.094432] (-) TimerEvent: {} +[3.195168] (-) TimerEvent: {} +[3.295797] (-) TimerEvent: {} +[3.396573] (-) TimerEvent: {} +[3.497280] (-) TimerEvent: {} +[3.597927] (-) TimerEvent: {} +[3.698797] (-) TimerEvent: {} +[3.799708] (-) TimerEvent: {} +[3.900297] (-) TimerEvent: {} +[4.000950] (-) TimerEvent: {} +[4.101612] (-) TimerEvent: {} +[4.202290] (-) TimerEvent: {} +[4.303060] (-) TimerEvent: {} +[4.403605] (-) TimerEvent: {} +[4.504119] (-) TimerEvent: {} +[4.604763] (-) TimerEvent: {} +[4.705585] (-) TimerEvent: {} +[4.806334] (-) TimerEvent: {} +[4.906969] (-) TimerEvent: {} +[5.014516] (-) TimerEvent: {} +[5.115121] (-) TimerEvent: {} +[5.215782] (-) TimerEvent: {} +[5.316487] (-) TimerEvent: {} +[5.417088] (-) TimerEvent: {} +[5.517747] (-) TimerEvent: {} +[5.618466] (-) TimerEvent: {} +[5.719395] (-) TimerEvent: {} +[5.820017] (-) TimerEvent: {} +[5.920772] (-) TimerEvent: {} +[6.021520] (-) TimerEvent: {} +[6.122315] (-) TimerEvent: {} +[6.223069] (-) TimerEvent: {} +[6.323864] (-) TimerEvent: {} +[6.424521] (-) TimerEvent: {} +[6.525230] (-) TimerEvent: {} +[6.625983] (-) TimerEvent: {} +[6.726623] (-) TimerEvent: {} +[6.827246] (-) TimerEvent: {} +[6.927911] (-) TimerEvent: {} +[7.028585] (-) TimerEvent: {} +[7.129348] (-) TimerEvent: {} +[7.230015] (-) TimerEvent: {} +[7.330721] (-) TimerEvent: {} +[7.366031] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[7.366652] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:47:27:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Knode_\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope; did you mean \xe2\x80\x98\x1b[01m\x1b[Kmode_t\x1b[m\x1b[K\xe2\x80\x99?\n'} +[7.367002] (b_obstacle_detector) StderrLine: {'line': b' 47 | rclcpp::spin_some(\x1b[01;31m\x1b[Knode_\x1b[m\x1b[K);\n'} +[7.367338] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~\x1b[m\x1b[K\n'} +[7.367593] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[32m\x1b[Kmode_t\x1b[m\x1b[K\n'} +[7.383804] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[7.384322] (b_obstacle_detector) StderrLine: {'line': b' 48 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[7.384641] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[7.430924] (-) TimerEvent: {} +[7.531564] (-) TimerEvent: {} +[7.632270] (-) TimerEvent: {} +[7.733101] (-) TimerEvent: {} +[7.833888] (-) TimerEvent: {} +[7.934603] (-) TimerEvent: {} +[8.035294] (-) TimerEvent: {} +[8.136139] (-) TimerEvent: {} +[8.236884] (-) TimerEvent: {} +[8.337532] (-) TimerEvent: {} +[8.438123] (-) TimerEvent: {} +[8.538956] (-) TimerEvent: {} +[8.639639] (-) TimerEvent: {} +[8.740297] (-) TimerEvent: {} +[8.841168] (-) TimerEvent: {} +[8.941860] (-) TimerEvent: {} +[9.042636] (-) TimerEvent: {} +[9.143684] (-) TimerEvent: {} +[9.245023] (-) TimerEvent: {} +[9.345687] (-) TimerEvent: {} +[9.446295] (-) TimerEvent: {} +[9.546934] (-) TimerEvent: {} +[9.647657] (-) TimerEvent: {} +[9.748317] (-) TimerEvent: {} +[9.848936] (-) TimerEvent: {} +[9.949605] (-) TimerEvent: {} +[10.050204] (-) TimerEvent: {} +[10.150932] (-) TimerEvent: {} +[10.251609] (-) TimerEvent: {} +[10.352356] (-) TimerEvent: {} +[10.453099] (-) TimerEvent: {} +[10.553752] (-) TimerEvent: {} +[10.654381] (-) TimerEvent: {} +[10.754882] (-) TimerEvent: {} +[10.855548] (-) TimerEvent: {} +[10.956129] (-) TimerEvent: {} +[11.056892] (-) TimerEvent: {} +[11.157522] (-) TimerEvent: {} +[11.258112] (-) TimerEvent: {} +[11.358855] (-) TimerEvent: {} +[11.459952] (-) TimerEvent: {} +[11.560544] (-) TimerEvent: {} +[11.661167] (-) TimerEvent: {} +[11.761795] (-) TimerEvent: {} +[11.862684] (-) TimerEvent: {} +[11.963561] (-) TimerEvent: {} +[12.064079] (-) TimerEvent: {} +[12.164791] (-) TimerEvent: {} +[12.265356] (-) TimerEvent: {} +[12.366073] (-) TimerEvent: {} +[12.466702] (-) TimerEvent: {} +[12.567386] (-) TimerEvent: {} +[12.667933] (-) TimerEvent: {} +[12.768664] (-) TimerEvent: {} +[12.869787] (-) TimerEvent: {} +[12.970970] (-) TimerEvent: {} +[13.071574] (-) TimerEvent: {} +[13.172328] (-) TimerEvent: {} +[13.273102] (-) TimerEvent: {} +[13.373831] (-) TimerEvent: {} +[13.474833] (-) TimerEvent: {} +[13.575880] (-) TimerEvent: {} +[13.676684] (-) TimerEvent: {} +[13.777510] (-) TimerEvent: {} +[13.878329] (-) TimerEvent: {} +[13.978882] (-) TimerEvent: {} +[14.079541] (-) TimerEvent: {} +[14.180120] (-) TimerEvent: {} +[14.280725] (-) TimerEvent: {} +[14.381267] (-) TimerEvent: {} +[14.481851] (-) TimerEvent: {} +[14.582848] (-) TimerEvent: {} +[14.683747] (-) TimerEvent: {} +[14.784433] (-) TimerEvent: {} +[14.885257] (-) TimerEvent: {} +[14.922821] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[14.923383] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[14.923798] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[14.928580] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[14.985457] (-) TimerEvent: {} +[15.086599] (-) TimerEvent: {} +[15.125672] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[15.137631] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-34-50/logger_all.log b/log/build_2024-03-15_06-34-50/logger_all.log new file mode 100644 index 0000000..737b801 --- /dev/null +++ b/log/build_2024-03-15_06-34-50/logger_all.log @@ -0,0 +1,118 @@ +[3.061s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.062s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.143s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.144s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.144s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.144s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.144s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.144s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.144s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.144s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.144s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.145s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.145s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.145s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.145s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.145s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.145s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.145s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.175s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.175s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.175s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.175s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.175s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.175s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.176s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.176s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.176s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.176s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.176s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.176s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.176s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.176s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.181s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.182s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.182s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.182s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.182s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.182s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.182s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.182s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.183s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.184s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.184s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.184s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.184s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.345s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.346s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.362s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.404s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.406s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.407s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.453s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.454s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.454s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.594s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[18.334s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[18.427s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[18.453s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[18.455s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[18.455s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[18.479s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[18.480s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[18.481s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[18.483s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[18.483s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[18.483s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[18.486s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[18.487s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[18.521s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[18.523s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[18.524s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[18.526s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[18.527s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[18.530s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[18.541s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[18.542s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[18.542s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[18.542s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[18.623s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[18.623s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[18.624s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[18.624s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[18.629s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[18.631s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[18.673s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[18.676s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[18.679s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[18.713s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[18.715s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[18.717s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[18.751s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[18.752s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[18.796s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[18.799s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-36-10/b_obstacle_detector/command.log b/log/build_2024-03-15_06-36-10/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-36-10/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-36-10/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-36-10/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..8fa1341 --- /dev/null +++ b/log/build_2024-03-15_06-36-10/b_obstacle_detector/stderr.log @@ -0,0 +1,7 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-36-10/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-36-10/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_06-36-10/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_06-36-10/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-36-10/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..573a2cf --- /dev/null +++ b/log/build_2024-03-15_06-36-10/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,9 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-36-10/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-36-10/b_obstacle_detector/streams.log new file mode 100644 index 0000000..228a518 --- /dev/null +++ b/log/build_2024-03-15_06-36-10/b_obstacle_detector/streams.log @@ -0,0 +1,11 @@ +[0.163s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.280s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.339s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[9.260s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[9.260s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope +[9.260s] 48 | loop_rate.sleep(); +[9.261s] | ^~~~~~~~~ +[18.178s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[18.178s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[18.179s] gmake: *** [Makefile:146: all] Error 2 +[18.184s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-36-10/events.log b/log/build_2024-03-15_06-36-10/events.log new file mode 100644 index 0000000..7ae5d2c --- /dev/null +++ b/log/build_2024-03-15_06-36-10/events.log @@ -0,0 +1,200 @@ +[0.000000] (-) TimerEvent: {} +[0.000812] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001359] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.092624] (-) TimerEvent: {} +[0.142297] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.144256] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.147094] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.192926] (-) TimerEvent: {} +[0.281575] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.293075] (-) TimerEvent: {} +[0.340144] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.393334] (-) TimerEvent: {} +[0.493967] (-) TimerEvent: {} +[0.594500] (-) TimerEvent: {} +[0.695205] (-) TimerEvent: {} +[0.795934] (-) TimerEvent: {} +[0.896579] (-) TimerEvent: {} +[0.997229] (-) TimerEvent: {} +[1.097774] (-) TimerEvent: {} +[1.198422] (-) TimerEvent: {} +[1.299158] (-) TimerEvent: {} +[1.400028] (-) TimerEvent: {} +[1.500799] (-) TimerEvent: {} +[1.601521] (-) TimerEvent: {} +[1.702210] (-) TimerEvent: {} +[1.802911] (-) TimerEvent: {} +[1.903577] (-) TimerEvent: {} +[2.004321] (-) TimerEvent: {} +[2.105030] (-) TimerEvent: {} +[2.205659] (-) TimerEvent: {} +[2.306239] (-) TimerEvent: {} +[2.406839] (-) TimerEvent: {} +[2.507661] (-) TimerEvent: {} +[2.608390] (-) TimerEvent: {} +[2.708953] (-) TimerEvent: {} +[2.809501] (-) TimerEvent: {} +[2.910220] (-) TimerEvent: {} +[3.010896] (-) TimerEvent: {} +[3.112091] (-) TimerEvent: {} +[3.212708] (-) TimerEvent: {} +[3.313303] (-) TimerEvent: {} +[3.413972] (-) TimerEvent: {} +[3.514576] (-) TimerEvent: {} +[3.615295] (-) TimerEvent: {} +[3.715869] (-) TimerEvent: {} +[3.816544] (-) TimerEvent: {} +[3.917901] (-) TimerEvent: {} +[4.018660] (-) TimerEvent: {} +[4.119319] (-) TimerEvent: {} +[4.219950] (-) TimerEvent: {} +[4.320751] (-) TimerEvent: {} +[4.421532] (-) TimerEvent: {} +[4.522152] (-) TimerEvent: {} +[4.622955] (-) TimerEvent: {} +[4.723640] (-) TimerEvent: {} +[4.824494] (-) TimerEvent: {} +[4.925020] (-) TimerEvent: {} +[5.025641] (-) TimerEvent: {} +[5.126486] (-) TimerEvent: {} +[5.227416] (-) TimerEvent: {} +[5.328290] (-) TimerEvent: {} +[5.429335] (-) TimerEvent: {} +[5.530234] (-) TimerEvent: {} +[5.631096] (-) TimerEvent: {} +[5.731704] (-) TimerEvent: {} +[5.832414] (-) TimerEvent: {} +[5.933154] (-) TimerEvent: {} +[6.033757] (-) TimerEvent: {} +[6.134358] (-) TimerEvent: {} +[6.234906] (-) TimerEvent: {} +[6.335529] (-) TimerEvent: {} +[6.436248] (-) TimerEvent: {} +[6.536913] (-) TimerEvent: {} +[6.637581] (-) TimerEvent: {} +[6.738349] (-) TimerEvent: {} +[6.839136] (-) TimerEvent: {} +[6.939737] (-) TimerEvent: {} +[7.040363] (-) TimerEvent: {} +[7.140916] (-) TimerEvent: {} +[7.241547] (-) TimerEvent: {} +[7.342228] (-) TimerEvent: {} +[7.442999] (-) TimerEvent: {} +[7.543786] (-) TimerEvent: {} +[7.644359] (-) TimerEvent: {} +[7.745088] (-) TimerEvent: {} +[7.845933] (-) TimerEvent: {} +[7.947565] (-) TimerEvent: {} +[8.048174] (-) TimerEvent: {} +[8.148759] (-) TimerEvent: {} +[8.249421] (-) TimerEvent: {} +[8.350316] (-) TimerEvent: {} +[8.451042] (-) TimerEvent: {} +[8.551697] (-) TimerEvent: {} +[8.652517] (-) TimerEvent: {} +[8.753212] (-) TimerEvent: {} +[8.853836] (-) TimerEvent: {} +[8.954592] (-) TimerEvent: {} +[9.055385] (-) TimerEvent: {} +[9.156016] (-) TimerEvent: {} +[9.256606] (-) TimerEvent: {} +[9.260656] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[9.261369] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[9.261729] (b_obstacle_detector) StderrLine: {'line': b' 48 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[9.262025] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[9.356873] (-) TimerEvent: {} +[9.457591] (-) TimerEvent: {} +[9.558138] (-) TimerEvent: {} +[9.658757] (-) TimerEvent: {} +[9.759397] (-) TimerEvent: {} +[9.860567] (-) TimerEvent: {} +[9.961571] (-) TimerEvent: {} +[10.062370] (-) TimerEvent: {} +[10.163078] (-) TimerEvent: {} +[10.263756] (-) TimerEvent: {} +[10.364986] (-) TimerEvent: {} +[10.465839] (-) TimerEvent: {} +[10.566555] (-) TimerEvent: {} +[10.667187] (-) TimerEvent: {} +[10.767746] (-) TimerEvent: {} +[10.868599] (-) TimerEvent: {} +[10.969156] (-) TimerEvent: {} +[11.069895] (-) TimerEvent: {} +[11.170723] (-) TimerEvent: {} +[11.271535] (-) TimerEvent: {} +[11.372594] (-) TimerEvent: {} +[11.473268] (-) TimerEvent: {} +[11.573945] (-) TimerEvent: {} +[11.674735] (-) TimerEvent: {} +[11.775303] (-) TimerEvent: {} +[11.875960] (-) TimerEvent: {} +[11.976631] (-) TimerEvent: {} +[12.077387] (-) TimerEvent: {} +[12.178179] (-) TimerEvent: {} +[12.279024] (-) TimerEvent: {} +[12.379793] (-) TimerEvent: {} +[12.480630] (-) TimerEvent: {} +[12.581312] (-) TimerEvent: {} +[12.681934] (-) TimerEvent: {} +[12.782989] (-) TimerEvent: {} +[12.884037] (-) TimerEvent: {} +[12.984980] (-) TimerEvent: {} +[13.085701] (-) TimerEvent: {} +[13.186517] (-) TimerEvent: {} +[13.287130] (-) TimerEvent: {} +[13.387958] (-) TimerEvent: {} +[13.488956] (-) TimerEvent: {} +[13.589658] (-) TimerEvent: {} +[13.690433] (-) TimerEvent: {} +[13.791453] (-) TimerEvent: {} +[13.892431] (-) TimerEvent: {} +[13.993176] (-) TimerEvent: {} +[14.093954] (-) TimerEvent: {} +[14.194607] (-) TimerEvent: {} +[14.295251] (-) TimerEvent: {} +[14.395925] (-) TimerEvent: {} +[14.496642] (-) TimerEvent: {} +[14.597254] (-) TimerEvent: {} +[14.697853] (-) TimerEvent: {} +[14.798435] (-) TimerEvent: {} +[14.899066] (-) TimerEvent: {} +[14.999620] (-) TimerEvent: {} +[15.100288] (-) TimerEvent: {} +[15.200910] (-) TimerEvent: {} +[15.301569] (-) TimerEvent: {} +[15.402169] (-) TimerEvent: {} +[15.502871] (-) TimerEvent: {} +[15.603536] (-) TimerEvent: {} +[15.704353] (-) TimerEvent: {} +[15.805095] (-) TimerEvent: {} +[15.905809] (-) TimerEvent: {} +[16.006616] (-) TimerEvent: {} +[16.107709] (-) TimerEvent: {} +[16.208462] (-) TimerEvent: {} +[16.309334] (-) TimerEvent: {} +[16.410357] (-) TimerEvent: {} +[16.511160] (-) TimerEvent: {} +[16.611851] (-) TimerEvent: {} +[16.712612] (-) TimerEvent: {} +[16.813397] (-) TimerEvent: {} +[16.914137] (-) TimerEvent: {} +[17.015093] (-) TimerEvent: {} +[17.115980] (-) TimerEvent: {} +[17.216886] (-) TimerEvent: {} +[17.317649] (-) TimerEvent: {} +[17.418425] (-) TimerEvent: {} +[17.519310] (-) TimerEvent: {} +[17.620151] (-) TimerEvent: {} +[17.720919] (-) TimerEvent: {} +[17.821565] (-) TimerEvent: {} +[17.922223] (-) TimerEvent: {} +[18.024546] (-) TimerEvent: {} +[18.125367] (-) TimerEvent: {} +[18.178409] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[18.179588] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[18.180007] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[18.185329] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[18.225619] (-) TimerEvent: {} +[18.326679] (-) TimerEvent: {} +[18.366391] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[18.371254] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-36-10/logger_all.log b/log/build_2024-03-15_06-36-10/logger_all.log new file mode 100644 index 0000000..70891c5 --- /dev/null +++ b/log/build_2024-03-15_06-36-10/logger_all.log @@ -0,0 +1,118 @@ +[2.595s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.595s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.803s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.806s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.806s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.806s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.806s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.807s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.807s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.807s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.808s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.892s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.892s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.892s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.892s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.892s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.893s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.894s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.894s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.894s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.894s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.895s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.906s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.907s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.907s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.907s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.909s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.910s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.910s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.911s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.911s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.911s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.912s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.912s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.912s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.913s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.913s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.913s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.913s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.913s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.914s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.914s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.914s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.914s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.915s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.915s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.915s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.915s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.915s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.915s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.915s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.180s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.180s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.197s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.237s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.237s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.238s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.276s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.277s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.277s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.408s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[21.429s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[21.510s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[21.534s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[21.536s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[21.537s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[21.552s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[21.554s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[21.555s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[21.557s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[21.558s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[21.558s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[21.562s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[21.562s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[21.597s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[21.599s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[21.600s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[21.602s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[21.606s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[21.609s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[21.610s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[21.611s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[21.611s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[21.611s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[21.688s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[21.688s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[21.689s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[21.689s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[21.694s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[21.695s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[21.713s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[21.715s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[21.718s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[21.738s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[21.741s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[21.742s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[21.759s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[21.760s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[21.788s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[21.789s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_06-42-09/b_obstacle_detector/command.log b/log/build_2024-03-15_06-42-09/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_06-42-09/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-42-09/b_obstacle_detector/stderr.log b/log/build_2024-03-15_06-42-09/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..fe6eab2 --- /dev/null +++ b/log/build_2024-03-15_06-42-09/b_obstacle_detector/stderr.log @@ -0,0 +1,7 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘rate’ was not declared in this scope + 48 | rate.sleep(); + | ^~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-42-09/b_obstacle_detector/stdout.log b/log/build_2024-03-15_06-42-09/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_06-42-09/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_06-42-09/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_06-42-09/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..069fa4a --- /dev/null +++ b/log/build_2024-03-15_06-42-09/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,9 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘rate’ was not declared in this scope + 48 | rate.sleep(); + | ^~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_06-42-09/b_obstacle_detector/streams.log b/log/build_2024-03-15_06-42-09/b_obstacle_detector/streams.log new file mode 100644 index 0000000..ab0f95d --- /dev/null +++ b/log/build_2024-03-15_06-42-09/b_obstacle_detector/streams.log @@ -0,0 +1,11 @@ +[0.191s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[1.755s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[1.875s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[13.324s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[13.325s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘rate’ was not declared in this scope +[13.325s] 48 | rate.sleep(); +[13.326s] | ^~~~ +[23.814s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[23.817s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[23.817s] gmake: *** [Makefile:146: all] Error 2 +[23.880s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_06-42-09/events.log b/log/build_2024-03-15_06-42-09/events.log new file mode 100644 index 0000000..73d001d --- /dev/null +++ b/log/build_2024-03-15_06-42-09/events.log @@ -0,0 +1,257 @@ +[0.000000] (-) TimerEvent: {} +[0.005205] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.005462] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098088] (-) TimerEvent: {} +[0.170093] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.175325] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.178255] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.198254] (-) TimerEvent: {} +[0.298844] (-) TimerEvent: {} +[0.402670] (-) TimerEvent: {} +[0.503383] (-) TimerEvent: {} +[0.629374] (-) TimerEvent: {} +[0.730316] (-) TimerEvent: {} +[0.831152] (-) TimerEvent: {} +[0.932288] (-) TimerEvent: {} +[1.033192] (-) TimerEvent: {} +[1.133854] (-) TimerEvent: {} +[1.234761] (-) TimerEvent: {} +[1.335482] (-) TimerEvent: {} +[1.436356] (-) TimerEvent: {} +[1.537038] (-) TimerEvent: {} +[1.637709] (-) TimerEvent: {} +[1.738509] (-) TimerEvent: {} +[1.759753] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[1.839200] (-) TimerEvent: {} +[1.880359] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[1.939477] (-) TimerEvent: {} +[2.040179] (-) TimerEvent: {} +[2.140691] (-) TimerEvent: {} +[2.241366] (-) TimerEvent: {} +[2.342147] (-) TimerEvent: {} +[2.442698] (-) TimerEvent: {} +[2.543256] (-) TimerEvent: {} +[2.643749] (-) TimerEvent: {} +[2.744381] (-) TimerEvent: {} +[2.844920] (-) TimerEvent: {} +[2.945560] (-) TimerEvent: {} +[3.046312] (-) TimerEvent: {} +[3.147039] (-) TimerEvent: {} +[3.247721] (-) TimerEvent: {} +[3.348503] (-) TimerEvent: {} +[3.449174] (-) TimerEvent: {} +[3.550024] (-) TimerEvent: {} +[3.650848] (-) TimerEvent: {} +[3.751566] (-) TimerEvent: {} +[3.852421] (-) TimerEvent: {} +[3.953400] (-) TimerEvent: {} +[4.054707] (-) TimerEvent: {} +[4.155894] (-) TimerEvent: {} +[4.256433] (-) TimerEvent: {} +[4.357154] (-) TimerEvent: {} +[4.457996] (-) TimerEvent: {} +[4.558768] (-) TimerEvent: {} +[4.659443] (-) TimerEvent: {} +[4.759985] (-) TimerEvent: {} +[4.860734] (-) TimerEvent: {} +[4.961360] (-) TimerEvent: {} +[5.062114] (-) TimerEvent: {} +[5.162990] (-) TimerEvent: {} +[5.263846] (-) TimerEvent: {} +[5.364899] (-) TimerEvent: {} +[5.465838] (-) TimerEvent: {} +[5.566678] (-) TimerEvent: {} +[5.667660] (-) TimerEvent: {} +[5.768496] (-) TimerEvent: {} +[5.869394] (-) TimerEvent: {} +[5.970267] (-) TimerEvent: {} +[6.071145] (-) TimerEvent: {} +[6.171947] (-) TimerEvent: {} +[6.272633] (-) TimerEvent: {} +[6.373528] (-) TimerEvent: {} +[6.474237] (-) TimerEvent: {} +[6.574962] (-) TimerEvent: {} +[6.675966] (-) TimerEvent: {} +[6.776744] (-) TimerEvent: {} +[6.877523] (-) TimerEvent: {} +[6.978226] (-) TimerEvent: {} +[7.078888] (-) TimerEvent: {} +[7.179658] (-) TimerEvent: {} +[7.280401] (-) TimerEvent: {} +[7.381340] (-) TimerEvent: {} +[7.482071] (-) TimerEvent: {} +[7.582816] (-) TimerEvent: {} +[7.683607] (-) TimerEvent: {} +[7.784559] (-) TimerEvent: {} +[7.885537] (-) TimerEvent: {} +[7.986398] (-) TimerEvent: {} +[8.087029] (-) TimerEvent: {} +[8.187559] (-) TimerEvent: {} +[8.288221] (-) TimerEvent: {} +[8.388817] (-) TimerEvent: {} +[8.489640] (-) TimerEvent: {} +[8.590276] (-) TimerEvent: {} +[8.691003] (-) TimerEvent: {} +[8.791602] (-) TimerEvent: {} +[8.892192] (-) TimerEvent: {} +[8.992968] (-) TimerEvent: {} +[9.093685] (-) TimerEvent: {} +[9.194348] (-) TimerEvent: {} +[9.294997] (-) TimerEvent: {} +[9.395699] (-) TimerEvent: {} +[9.496421] (-) TimerEvent: {} +[9.597081] (-) TimerEvent: {} +[9.697823] (-) TimerEvent: {} +[9.798533] (-) TimerEvent: {} +[9.899727] (-) TimerEvent: {} +[10.000764] (-) TimerEvent: {} +[10.101580] (-) TimerEvent: {} +[10.202380] (-) TimerEvent: {} +[10.303124] (-) TimerEvent: {} +[10.403942] (-) TimerEvent: {} +[10.504644] (-) TimerEvent: {} +[10.605229] (-) TimerEvent: {} +[10.705917] (-) TimerEvent: {} +[10.806558] (-) TimerEvent: {} +[10.907149] (-) TimerEvent: {} +[11.007975] (-) TimerEvent: {} +[11.108894] (-) TimerEvent: {} +[11.209899] (-) TimerEvent: {} +[11.310782] (-) TimerEvent: {} +[11.411816] (-) TimerEvent: {} +[11.512951] (-) TimerEvent: {} +[11.613557] (-) TimerEvent: {} +[11.714379] (-) TimerEvent: {} +[11.815089] (-) TimerEvent: {} +[11.915832] (-) TimerEvent: {} +[12.016481] (-) TimerEvent: {} +[12.117163] (-) TimerEvent: {} +[12.217897] (-) TimerEvent: {} +[12.318478] (-) TimerEvent: {} +[12.419136] (-) TimerEvent: {} +[12.520344] (-) TimerEvent: {} +[12.621657] (-) TimerEvent: {} +[12.723059] (-) TimerEvent: {} +[12.823729] (-) TimerEvent: {} +[12.924561] (-) TimerEvent: {} +[13.025400] (-) TimerEvent: {} +[13.126268] (-) TimerEvent: {} +[13.226893] (-) TimerEvent: {} +[13.328447] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[13.329806] (-) TimerEvent: {} +[13.330076] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Krate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[13.330680] (b_obstacle_detector) StderrLine: {'line': b' 48 | \x1b[01;31m\x1b[Krate\x1b[m\x1b[K.sleep();\n'} +[13.330984] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~\x1b[m\x1b[K\n'} +[13.430024] (-) TimerEvent: {} +[13.531193] (-) TimerEvent: {} +[13.631907] (-) TimerEvent: {} +[13.732922] (-) TimerEvent: {} +[13.833799] (-) TimerEvent: {} +[13.934430] (-) TimerEvent: {} +[14.035059] (-) TimerEvent: {} +[14.135574] (-) TimerEvent: {} +[14.236320] (-) TimerEvent: {} +[14.337051] (-) TimerEvent: {} +[14.438215] (-) TimerEvent: {} +[14.539426] (-) TimerEvent: {} +[14.640072] (-) TimerEvent: {} +[14.775280] (-) TimerEvent: {} +[14.875978] (-) TimerEvent: {} +[14.976616] (-) TimerEvent: {} +[15.077200] (-) TimerEvent: {} +[15.177942] (-) TimerEvent: {} +[15.278632] (-) TimerEvent: {} +[15.379367] (-) TimerEvent: {} +[15.480150] (-) TimerEvent: {} +[15.581204] (-) TimerEvent: {} +[15.681900] (-) TimerEvent: {} +[15.782953] (-) TimerEvent: {} +[15.883829] (-) TimerEvent: {} +[15.984544] (-) TimerEvent: {} +[16.085266] (-) TimerEvent: {} +[16.186424] (-) TimerEvent: {} +[16.287359] (-) TimerEvent: {} +[16.388602] (-) TimerEvent: {} +[16.489495] (-) TimerEvent: {} +[16.590359] (-) TimerEvent: {} +[16.691441] (-) TimerEvent: {} +[16.792151] (-) TimerEvent: {} +[16.892998] (-) TimerEvent: {} +[16.993839] (-) TimerEvent: {} +[17.094681] (-) TimerEvent: {} +[17.195404] (-) TimerEvent: {} +[17.296153] (-) TimerEvent: {} +[17.396879] (-) TimerEvent: {} +[17.497586] (-) TimerEvent: {} +[17.598154] (-) TimerEvent: {} +[17.698816] (-) TimerEvent: {} +[17.799879] (-) TimerEvent: {} +[17.900632] (-) TimerEvent: {} +[18.001251] (-) TimerEvent: {} +[18.101889] (-) TimerEvent: {} +[18.202569] (-) TimerEvent: {} +[18.303243] (-) TimerEvent: {} +[18.403945] (-) TimerEvent: {} +[18.504796] (-) TimerEvent: {} +[18.605520] (-) TimerEvent: {} +[18.706129] (-) TimerEvent: {} +[18.806869] (-) TimerEvent: {} +[18.907611] (-) TimerEvent: {} +[19.008492] (-) TimerEvent: {} +[19.109491] (-) TimerEvent: {} +[19.210355] (-) TimerEvent: {} +[19.311151] (-) TimerEvent: {} +[19.411801] (-) TimerEvent: {} +[19.512431] (-) TimerEvent: {} +[19.613267] (-) TimerEvent: {} +[19.714109] (-) TimerEvent: {} +[19.815065] (-) TimerEvent: {} +[19.918473] (-) TimerEvent: {} +[20.021015] (-) TimerEvent: {} +[20.122126] (-) TimerEvent: {} +[20.224525] (-) TimerEvent: {} +[20.328146] (-) TimerEvent: {} +[20.428843] (-) TimerEvent: {} +[20.529709] (-) TimerEvent: {} +[20.630583] (-) TimerEvent: {} +[20.731255] (-) TimerEvent: {} +[20.832622] (-) TimerEvent: {} +[20.933326] (-) TimerEvent: {} +[21.093243] (-) TimerEvent: {} +[21.195352] (-) TimerEvent: {} +[21.303562] (-) TimerEvent: {} +[21.405722] (-) TimerEvent: {} +[21.509287] (-) TimerEvent: {} +[21.646453] (-) TimerEvent: {} +[21.747993] (-) TimerEvent: {} +[21.856958] (-) TimerEvent: {} +[21.959311] (-) TimerEvent: {} +[22.167812] (-) TimerEvent: {} +[22.272446] (-) TimerEvent: {} +[22.373414] (-) TimerEvent: {} +[22.478180] (-) TimerEvent: {} +[22.578939] (-) TimerEvent: {} +[22.679653] (-) TimerEvent: {} +[22.789349] (-) TimerEvent: {} +[22.892784] (-) TimerEvent: {} +[22.993547] (-) TimerEvent: {} +[23.095162] (-) TimerEvent: {} +[23.195907] (-) TimerEvent: {} +[23.296602] (-) TimerEvent: {} +[23.397270] (-) TimerEvent: {} +[23.498055] (-) TimerEvent: {} +[23.599097] (-) TimerEvent: {} +[23.699870] (-) TimerEvent: {} +[23.800612] (-) TimerEvent: {} +[23.817168] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[23.822100] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[23.822746] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[23.882005] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[23.906037] (-) TimerEvent: {} +[24.006812] (-) TimerEvent: {} +[24.111442] (-) TimerEvent: {} +[24.213417] (-) TimerEvent: {} +[24.317803] (-) TimerEvent: {} +[24.419137] (-) TimerEvent: {} +[24.455629] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[24.472908] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_06-42-09/logger_all.log b/log/build_2024-03-15_06-42-09/logger_all.log new file mode 100644 index 0000000..ebbd75d --- /dev/null +++ b/log/build_2024-03-15_06-42-09/logger_all.log @@ -0,0 +1,118 @@ +[3.737s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.737s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.896s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.897s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.897s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.897s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.897s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.898s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.898s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.899s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.899s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.899s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.900s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.900s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.900s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.900s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.900s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.900s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.966s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.966s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.966s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.967s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.967s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.967s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.967s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.967s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.968s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.968s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.968s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.968s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.968s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.968s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.989s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.989s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.990s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.990s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.991s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.991s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.991s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.991s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.992s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.992s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.994s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.995s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.995s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.995s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.995s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.995s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.995s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.996s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.996s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.996s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.996s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.996s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.997s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.997s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.997s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.997s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.997s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.998s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.998s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[4.239s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[4.240s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[4.240s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[4.240s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[4.240s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[4.240s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[4.240s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[4.240s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[4.240s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[4.240s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[4.264s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[4.295s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[4.296s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[4.296s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[4.348s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[4.349s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[4.349s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[4.491s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[28.183s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[28.363s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[28.463s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[28.498s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[28.502s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[28.582s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[28.590s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[28.594s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[28.600s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[28.602s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[28.602s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[28.613s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[28.614s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[28.659s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[28.666s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[28.672s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[28.680s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[28.688s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[28.745s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[28.760s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[28.761s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[28.765s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[28.766s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[29.173s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[29.174s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[29.174s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[29.174s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[29.199s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[29.200s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[29.275s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[29.294s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[29.307s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[29.399s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[29.416s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[29.423s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[29.521s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[29.526s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[29.620s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[29.632s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_07-10-14/b_obstacle_detector/command.log b/log/build_2024-03-15_07-10-14/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_07-10-14/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_07-10-14/b_obstacle_detector/stderr.log b/log/build_2024-03-15_07-10-14/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..8fa1341 --- /dev/null +++ b/log/build_2024-03-15_07-10-14/b_obstacle_detector/stderr.log @@ -0,0 +1,7 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_07-10-14/b_obstacle_detector/stdout.log b/log/build_2024-03-15_07-10-14/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..708befb --- /dev/null +++ b/log/build_2024-03-15_07-10-14/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o diff --git a/log/build_2024-03-15_07-10-14/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_07-10-14/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..573a2cf --- /dev/null +++ b/log/build_2024-03-15_07-10-14/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,9 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope + 48 | loop_rate.sleep(); + | ^~~~~~~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_07-10-14/b_obstacle_detector/streams.log b/log/build_2024-03-15_07-10-14/b_obstacle_detector/streams.log new file mode 100644 index 0000000..9d18f53 --- /dev/null +++ b/log/build_2024-03-15_07-10-14/b_obstacle_detector/streams.log @@ -0,0 +1,11 @@ +[0.275s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.979s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[1.136s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[9.969s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp: In member function ‘void ObstacleDetector::process()’: +[9.970s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9: error: ‘loop_rate’ was not declared in this scope +[9.970s] 48 | loop_rate.sleep(); +[9.970s] | ^~~~~~~~~ +[19.105s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1 +[19.112s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[19.115s] gmake: *** [Makefile:146: all] Error 2 +[19.149s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_07-10-14/events.log b/log/build_2024-03-15_07-10-14/events.log new file mode 100644 index 0000000..e1879ce --- /dev/null +++ b/log/build_2024-03-15_07-10-14/events.log @@ -0,0 +1,214 @@ +[0.000000] (-) TimerEvent: {} +[0.007846] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.008268] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098225] (-) TimerEvent: {} +[0.201248] (-) TimerEvent: {} +[0.248017] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.254572] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.257085] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.301522] (-) TimerEvent: {} +[0.402314] (-) TimerEvent: {} +[0.503066] (-) TimerEvent: {} +[0.603742] (-) TimerEvent: {} +[0.704418] (-) TimerEvent: {} +[0.804913] (-) TimerEvent: {} +[0.905486] (-) TimerEvent: {} +[0.987341] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[1.005685] (-) TimerEvent: {} +[1.106516] (-) TimerEvent: {} +[1.144343] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[1.206810] (-) TimerEvent: {} +[1.307650] (-) TimerEvent: {} +[1.408284] (-) TimerEvent: {} +[1.508821] (-) TimerEvent: {} +[1.609418] (-) TimerEvent: {} +[1.709975] (-) TimerEvent: {} +[1.810646] (-) TimerEvent: {} +[1.911460] (-) TimerEvent: {} +[2.012093] (-) TimerEvent: {} +[2.112799] (-) TimerEvent: {} +[2.213528] (-) TimerEvent: {} +[2.314363] (-) TimerEvent: {} +[2.415587] (-) TimerEvent: {} +[2.516700] (-) TimerEvent: {} +[2.617308] (-) TimerEvent: {} +[2.717871] (-) TimerEvent: {} +[2.818582] (-) TimerEvent: {} +[2.919213] (-) TimerEvent: {} +[3.019912] (-) TimerEvent: {} +[3.120515] (-) TimerEvent: {} +[3.221088] (-) TimerEvent: {} +[3.321661] (-) TimerEvent: {} +[3.422245] (-) TimerEvent: {} +[3.522825] (-) TimerEvent: {} +[3.623434] (-) TimerEvent: {} +[3.724177] (-) TimerEvent: {} +[3.824775] (-) TimerEvent: {} +[3.925411] (-) TimerEvent: {} +[4.026154] (-) TimerEvent: {} +[4.126729] (-) TimerEvent: {} +[4.227283] (-) TimerEvent: {} +[4.327963] (-) TimerEvent: {} +[4.428690] (-) TimerEvent: {} +[4.529888] (-) TimerEvent: {} +[4.630897] (-) TimerEvent: {} +[4.731592] (-) TimerEvent: {} +[4.832333] (-) TimerEvent: {} +[4.932890] (-) TimerEvent: {} +[5.033467] (-) TimerEvent: {} +[5.134007] (-) TimerEvent: {} +[5.234701] (-) TimerEvent: {} +[5.335400] (-) TimerEvent: {} +[5.436360] (-) TimerEvent: {} +[5.537572] (-) TimerEvent: {} +[5.638572] (-) TimerEvent: {} +[5.739295] (-) TimerEvent: {} +[5.839886] (-) TimerEvent: {} +[5.940459] (-) TimerEvent: {} +[6.040960] (-) TimerEvent: {} +[6.141711] (-) TimerEvent: {} +[6.242665] (-) TimerEvent: {} +[6.343647] (-) TimerEvent: {} +[6.444551] (-) TimerEvent: {} +[6.545224] (-) TimerEvent: {} +[6.645759] (-) TimerEvent: {} +[6.746429] (-) TimerEvent: {} +[6.847095] (-) TimerEvent: {} +[6.947854] (-) TimerEvent: {} +[7.048679] (-) TimerEvent: {} +[7.149337] (-) TimerEvent: {} +[7.250171] (-) TimerEvent: {} +[7.350804] (-) TimerEvent: {} +[7.451382] (-) TimerEvent: {} +[7.552085] (-) TimerEvent: {} +[7.652852] (-) TimerEvent: {} +[7.753692] (-) TimerEvent: {} +[7.854402] (-) TimerEvent: {} +[7.955040] (-) TimerEvent: {} +[8.055757] (-) TimerEvent: {} +[8.156385] (-) TimerEvent: {} +[8.256985] (-) TimerEvent: {} +[8.357629] (-) TimerEvent: {} +[8.458148] (-) TimerEvent: {} +[8.558715] (-) TimerEvent: {} +[8.659411] (-) TimerEvent: {} +[8.760107] (-) TimerEvent: {} +[8.860873] (-) TimerEvent: {} +[8.961598] (-) TimerEvent: {} +[9.062427] (-) TimerEvent: {} +[9.163180] (-) TimerEvent: {} +[9.263828] (-) TimerEvent: {} +[9.364635] (-) TimerEvent: {} +[9.465571] (-) TimerEvent: {} +[9.566274] (-) TimerEvent: {} +[9.666983] (-) TimerEvent: {} +[9.767658] (-) TimerEvent: {} +[9.868371] (-) TimerEvent: {} +[9.969354] (-) TimerEvent: {} +[9.975908] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid ObstacleDetector::process()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[9.977704] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector.cpp:48:9:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kloop_rate\x1b[m\x1b[K\xe2\x80\x99 was not declared in this scope\n'} +[9.978269] (b_obstacle_detector) StderrLine: {'line': b' 48 | \x1b[01;31m\x1b[Kloop_rate\x1b[m\x1b[K.sleep();\n'} +[9.978612] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~\x1b[m\x1b[K\n'} +[10.069785] (-) TimerEvent: {} +[10.170603] (-) TimerEvent: {} +[10.271171] (-) TimerEvent: {} +[10.371829] (-) TimerEvent: {} +[10.472479] (-) TimerEvent: {} +[10.573123] (-) TimerEvent: {} +[10.673698] (-) TimerEvent: {} +[10.774227] (-) TimerEvent: {} +[10.874907] (-) TimerEvent: {} +[10.975984] (-) TimerEvent: {} +[11.076873] (-) TimerEvent: {} +[11.177624] (-) TimerEvent: {} +[11.278341] (-) TimerEvent: {} +[11.378891] (-) TimerEvent: {} +[11.479438] (-) TimerEvent: {} +[11.579947] (-) TimerEvent: {} +[11.680514] (-) TimerEvent: {} +[11.781043] (-) TimerEvent: {} +[11.881863] (-) TimerEvent: {} +[11.982901] (-) TimerEvent: {} +[12.083968] (-) TimerEvent: {} +[12.184896] (-) TimerEvent: {} +[12.285686] (-) TimerEvent: {} +[12.386428] (-) TimerEvent: {} +[12.487124] (-) TimerEvent: {} +[12.587833] (-) TimerEvent: {} +[12.691623] (-) TimerEvent: {} +[12.792628] (-) TimerEvent: {} +[12.893362] (-) TimerEvent: {} +[12.994066] (-) TimerEvent: {} +[13.094769] (-) TimerEvent: {} +[13.195568] (-) TimerEvent: {} +[13.296442] (-) TimerEvent: {} +[13.397203] (-) TimerEvent: {} +[13.510019] (-) TimerEvent: {} +[13.612382] (-) TimerEvent: {} +[13.713036] (-) TimerEvent: {} +[13.813689] (-) TimerEvent: {} +[13.914295] (-) TimerEvent: {} +[14.014951] (-) TimerEvent: {} +[14.115521] (-) TimerEvent: {} +[14.216239] (-) TimerEvent: {} +[14.316893] (-) TimerEvent: {} +[14.417487] (-) TimerEvent: {} +[14.519328] (-) TimerEvent: {} +[14.620035] (-) TimerEvent: {} +[14.720580] (-) TimerEvent: {} +[14.821213] (-) TimerEvent: {} +[14.922031] (-) TimerEvent: {} +[15.022633] (-) TimerEvent: {} +[15.123307] (-) TimerEvent: {} +[15.224283] (-) TimerEvent: {} +[15.324920] (-) TimerEvent: {} +[15.425500] (-) TimerEvent: {} +[15.526219] (-) TimerEvent: {} +[15.626992] (-) TimerEvent: {} +[15.727665] (-) TimerEvent: {} +[15.833288] (-) TimerEvent: {} +[15.934018] (-) TimerEvent: {} +[16.034848] (-) TimerEvent: {} +[16.135556] (-) TimerEvent: {} +[16.236281] (-) TimerEvent: {} +[16.336994] (-) TimerEvent: {} +[16.437921] (-) TimerEvent: {} +[16.538609] (-) TimerEvent: {} +[16.639405] (-) TimerEvent: {} +[16.740224] (-) TimerEvent: {} +[16.840901] (-) TimerEvent: {} +[16.941703] (-) TimerEvent: {} +[17.042386] (-) TimerEvent: {} +[17.143163] (-) TimerEvent: {} +[17.246028] (-) TimerEvent: {} +[17.346750] (-) TimerEvent: {} +[17.448549] (-) TimerEvent: {} +[17.549312] (-) TimerEvent: {} +[17.650162] (-) TimerEvent: {} +[17.750922] (-) TimerEvent: {} +[17.851877] (-) TimerEvent: {} +[17.952683] (-) TimerEvent: {} +[18.053656] (-) TimerEvent: {} +[18.154565] (-) TimerEvent: {} +[18.255333] (-) TimerEvent: {} +[18.356207] (-) TimerEvent: {} +[18.456803] (-) TimerEvent: {} +[18.557473] (-) TimerEvent: {} +[18.658221] (-) TimerEvent: {} +[18.758870] (-) TimerEvent: {} +[18.859610] (-) TimerEvent: {} +[18.960311] (-) TimerEvent: {} +[19.060950] (-) TimerEvent: {} +[19.112699] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:76: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o] Error 1\n'} +[19.120175] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[19.122858] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[19.155143] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[19.163361] (-) TimerEvent: {} +[19.265715] (-) TimerEvent: {} +[19.373468] (-) TimerEvent: {} +[19.474331] (-) TimerEvent: {} +[19.575344] (-) TimerEvent: {} +[19.676099] (-) TimerEvent: {} +[19.777029] (-) TimerEvent: {} +[19.819546] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[19.827801] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_07-10-14/logger_all.log b/log/build_2024-03-15_07-10-14/logger_all.log new file mode 100644 index 0000000..1d6a97e --- /dev/null +++ b/log/build_2024-03-15_07-10-14/logger_all.log @@ -0,0 +1,118 @@ +[2.975s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.975s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.354s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.354s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.354s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.354s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.354s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.354s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.354s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.355s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.356s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.356s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.356s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.357s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.357s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.357s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.357s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.357s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.498s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.498s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.499s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.499s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.499s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.500s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.500s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.500s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.501s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.501s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.501s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.501s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.501s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.501s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.526s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.528s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.528s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.528s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.530s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.530s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.531s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.531s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.531s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.531s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.533s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.533s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.533s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.533s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.533s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.533s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.533s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.534s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.534s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.534s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.534s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.534s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.534s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.534s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.534s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.535s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.535s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.535s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.535s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.806s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.806s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.808s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.808s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.808s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.808s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.847s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.883s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.886s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.887s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.944s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.944s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.945s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[4.165s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[23.038s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[23.218s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[23.462s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[23.528s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[23.530s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[23.590s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[23.601s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[23.604s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[23.610s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[23.612s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[23.612s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[23.624s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[23.625s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[23.675s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[23.679s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[23.682s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[23.687s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[23.693s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[23.698s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[23.701s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[23.703s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[23.703s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[23.704s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[23.863s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[23.863s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[23.864s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[23.864s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[23.879s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[23.880s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[23.908s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[23.913s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[23.918s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[23.946s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[23.953s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[23.957s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[23.983s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[23.987s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[24.026s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[24.030s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_07-21-59/b_obstacle_detector/command.log b/log/build_2024-03-15_07-21-59/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-15_07-21-59/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_07-21-59/b_obstacle_detector/stderr.log b/log/build_2024-03-15_07-21-59/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-15_07-21-59/b_obstacle_detector/stdout.log b/log/build_2024-03-15_07-21-59/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_07-21-59/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_07-21-59/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_07-21-59/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_07-21-59/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_07-21-59/b_obstacle_detector/streams.log b/log/build_2024-03-15_07-21-59/b_obstacle_detector/streams.log new file mode 100644 index 0000000..b37c831 --- /dev/null +++ b/log/build_2024-03-15_07-21-59/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.313s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.864s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.951s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[54.345s] [ 66%] Linking CXX executable b_obstacle_detector_node +[56.324s] [100%] Built target b_obstacle_detector_node +[56.395s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[56.499s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[56.527s] -- Install configuration: "RelWithDebInfo" +[56.533s] -- Execute custom install script +[56.543s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[56.544s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[56.547s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[56.549s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[56.550s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[56.554s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[56.556s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[56.558s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[56.560s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[56.563s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[56.566s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[56.568s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[56.569s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[56.571s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[56.603s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[56.604s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[56.605s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[56.606s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[56.607s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[56.608s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[56.628s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_07-21-59/events.log b/log/build_2024-03-15_07-21-59/events.log new file mode 100644 index 0000000..8435456 --- /dev/null +++ b/log/build_2024-03-15_07-21-59/events.log @@ -0,0 +1,603 @@ +[0.000000] (-) TimerEvent: {} +[0.011701] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.012603] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.095308] (-) TimerEvent: {} +[0.198478] (-) TimerEvent: {} +[0.272116] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.284342] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.286992] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.326160] (-) TimerEvent: {} +[0.426761] (-) TimerEvent: {} +[0.527567] (-) TimerEvent: {} +[0.628548] (-) TimerEvent: {} +[0.729175] (-) TimerEvent: {} +[0.829739] (-) TimerEvent: {} +[0.876855] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.929988] (-) TimerEvent: {} +[0.963932] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[1.030164] (-) TimerEvent: {} +[1.130730] (-) TimerEvent: {} +[1.231296] (-) TimerEvent: {} +[1.331824] (-) TimerEvent: {} +[1.432680] (-) TimerEvent: {} +[1.533387] (-) TimerEvent: {} +[1.634010] (-) TimerEvent: {} +[1.734562] (-) TimerEvent: {} +[1.835350] (-) TimerEvent: {} +[1.935959] (-) TimerEvent: {} +[2.036508] (-) TimerEvent: {} +[2.137185] (-) TimerEvent: {} +[2.237996] (-) TimerEvent: {} +[2.338757] (-) TimerEvent: {} +[2.439497] (-) TimerEvent: {} +[2.540231] (-) TimerEvent: {} +[2.640925] (-) TimerEvent: {} +[2.741544] (-) TimerEvent: {} +[2.842256] (-) TimerEvent: {} +[2.943102] (-) TimerEvent: {} +[3.044106] (-) TimerEvent: {} +[3.145460] (-) TimerEvent: {} +[3.246102] (-) TimerEvent: {} +[3.346724] (-) TimerEvent: {} +[3.447584] (-) TimerEvent: {} +[3.548323] (-) TimerEvent: {} +[3.649012] (-) TimerEvent: {} +[3.749765] (-) TimerEvent: {} +[3.850451] (-) TimerEvent: {} +[3.951038] (-) TimerEvent: {} +[4.051675] (-) TimerEvent: {} +[4.152524] (-) TimerEvent: {} +[4.253326] (-) TimerEvent: {} +[4.354060] (-) TimerEvent: {} +[4.454904] (-) TimerEvent: {} +[4.555851] (-) TimerEvent: {} +[4.656718] (-) TimerEvent: {} +[4.757412] (-) TimerEvent: {} +[4.858296] (-) TimerEvent: {} +[4.958990] (-) TimerEvent: {} +[5.059781] (-) TimerEvent: {} +[5.160493] (-) TimerEvent: {} +[5.261309] (-) TimerEvent: {} +[5.362239] (-) TimerEvent: {} +[5.463757] (-) TimerEvent: {} +[5.565538] (-) TimerEvent: {} +[5.666201] (-) TimerEvent: {} +[5.766987] (-) TimerEvent: {} +[5.867709] (-) TimerEvent: {} +[5.968589] (-) TimerEvent: {} +[6.069303] (-) TimerEvent: {} +[6.169870] (-) TimerEvent: {} +[6.270533] (-) TimerEvent: {} +[6.371201] (-) TimerEvent: {} +[6.471828] (-) TimerEvent: {} +[6.572346] (-) TimerEvent: {} +[6.673030] (-) TimerEvent: {} +[6.773567] (-) TimerEvent: {} +[6.874236] (-) TimerEvent: {} +[6.974891] (-) TimerEvent: {} +[7.075680] (-) TimerEvent: {} +[7.176492] (-) TimerEvent: {} +[7.277139] (-) TimerEvent: {} +[7.377978] (-) TimerEvent: {} +[7.478788] (-) TimerEvent: {} +[7.579540] (-) TimerEvent: {} +[7.680128] (-) TimerEvent: {} +[7.780974] (-) TimerEvent: {} +[7.882329] (-) TimerEvent: {} +[7.984933] (-) TimerEvent: {} +[8.085873] (-) TimerEvent: {} +[8.186503] (-) TimerEvent: {} +[8.287285] (-) TimerEvent: {} +[8.387950] (-) TimerEvent: {} +[8.488694] (-) TimerEvent: {} +[8.589492] (-) TimerEvent: {} +[8.690169] (-) TimerEvent: {} +[8.790773] (-) TimerEvent: {} +[8.891386] (-) TimerEvent: {} +[8.992697] (-) TimerEvent: {} +[9.093426] (-) TimerEvent: {} +[9.194171] (-) TimerEvent: {} +[9.294917] (-) TimerEvent: {} +[9.395477] (-) TimerEvent: {} +[9.496053] (-) TimerEvent: {} +[9.596614] (-) TimerEvent: {} +[9.697320] (-) TimerEvent: {} +[9.798028] (-) TimerEvent: {} +[9.898688] (-) TimerEvent: {} +[9.999321] (-) TimerEvent: {} +[10.100151] (-) TimerEvent: {} +[10.200819] (-) TimerEvent: {} +[10.301492] (-) TimerEvent: {} +[10.402243] (-) TimerEvent: {} +[10.503217] (-) TimerEvent: {} +[10.604960] (-) TimerEvent: {} +[10.706331] (-) TimerEvent: {} +[10.807238] (-) TimerEvent: {} +[10.910463] (-) TimerEvent: {} +[11.011149] (-) TimerEvent: {} +[11.111867] (-) TimerEvent: {} +[11.212621] (-) TimerEvent: {} +[11.313226] (-) TimerEvent: {} +[11.414115] (-) TimerEvent: {} +[11.515418] (-) TimerEvent: {} +[11.616685] (-) TimerEvent: {} +[11.717478] (-) TimerEvent: {} +[11.818026] (-) TimerEvent: {} +[11.918658] (-) TimerEvent: {} +[12.019413] (-) TimerEvent: {} +[12.120157] (-) TimerEvent: {} +[12.221155] (-) TimerEvent: {} +[12.322017] (-) TimerEvent: {} +[12.422856] (-) TimerEvent: {} +[12.523706] (-) TimerEvent: {} +[12.624457] (-) TimerEvent: {} +[12.725133] (-) TimerEvent: {} +[12.825936] (-) TimerEvent: {} +[12.926760] (-) TimerEvent: {} +[13.027433] (-) TimerEvent: {} +[13.128229] (-) TimerEvent: {} +[13.229213] (-) TimerEvent: {} +[13.329891] (-) TimerEvent: {} +[13.430472] (-) TimerEvent: {} +[13.531135] (-) TimerEvent: {} +[13.632087] (-) TimerEvent: {} +[13.732897] (-) TimerEvent: {} +[13.833550] (-) TimerEvent: {} +[13.934230] (-) TimerEvent: {} +[14.034892] (-) TimerEvent: {} +[14.135446] (-) TimerEvent: {} +[14.236163] (-) TimerEvent: {} +[14.336883] (-) TimerEvent: {} +[14.437928] (-) TimerEvent: {} +[14.538698] (-) TimerEvent: {} +[14.639347] (-) TimerEvent: {} +[14.740221] (-) TimerEvent: {} +[14.840811] (-) TimerEvent: {} +[14.941492] (-) TimerEvent: {} +[15.042143] (-) TimerEvent: {} +[15.142838] (-) TimerEvent: {} +[15.243500] (-) TimerEvent: {} +[15.344128] (-) TimerEvent: {} +[15.444869] (-) TimerEvent: {} +[15.545666] (-) TimerEvent: {} +[15.646446] (-) TimerEvent: {} +[15.747147] (-) TimerEvent: {} +[15.848098] (-) TimerEvent: {} +[15.948727] (-) TimerEvent: {} +[16.049448] (-) TimerEvent: {} +[16.150061] (-) TimerEvent: {} +[16.250787] (-) TimerEvent: {} +[16.351350] (-) TimerEvent: {} +[16.451991] (-) TimerEvent: {} +[16.552671] (-) TimerEvent: {} +[16.653326] (-) TimerEvent: {} +[16.753886] (-) TimerEvent: {} +[16.854637] (-) TimerEvent: {} +[16.955538] (-) TimerEvent: {} +[17.056153] (-) TimerEvent: {} +[17.156746] (-) TimerEvent: {} +[17.257254] (-) TimerEvent: {} +[17.357923] (-) TimerEvent: {} +[17.458744] (-) TimerEvent: {} +[17.559525] (-) TimerEvent: {} +[17.660109] (-) TimerEvent: {} +[17.760795] (-) TimerEvent: {} +[17.861484] (-) TimerEvent: {} +[17.961961] (-) TimerEvent: {} +[18.062497] (-) TimerEvent: {} +[18.163027] (-) TimerEvent: {} +[18.263690] (-) TimerEvent: {} +[18.364215] (-) TimerEvent: {} +[18.464826] (-) TimerEvent: {} +[18.565453] (-) TimerEvent: {} +[18.666064] (-) TimerEvent: {} +[18.766719] (-) TimerEvent: {} +[18.867234] (-) TimerEvent: {} +[18.967857] (-) TimerEvent: {} +[19.068502] (-) TimerEvent: {} +[19.169044] (-) TimerEvent: {} +[19.269629] (-) TimerEvent: {} +[19.370192] (-) TimerEvent: {} +[19.470832] (-) TimerEvent: {} +[19.571499] (-) TimerEvent: {} +[19.672087] (-) TimerEvent: {} +[19.772648] (-) TimerEvent: {} +[19.873181] (-) TimerEvent: {} +[19.973852] (-) TimerEvent: {} +[20.074625] (-) TimerEvent: {} +[20.175315] (-) TimerEvent: {} +[20.276029] (-) TimerEvent: {} +[20.376719] (-) TimerEvent: {} +[20.477560] (-) TimerEvent: {} +[20.578373] (-) TimerEvent: {} +[20.679266] (-) TimerEvent: {} +[20.780387] (-) TimerEvent: {} +[20.881048] (-) TimerEvent: {} +[20.981628] (-) TimerEvent: {} +[21.082385] (-) TimerEvent: {} +[21.183097] (-) TimerEvent: {} +[21.283774] (-) TimerEvent: {} +[21.384321] (-) TimerEvent: {} +[21.484941] (-) TimerEvent: {} +[21.585626] (-) TimerEvent: {} +[21.686302] (-) TimerEvent: {} +[21.787224] (-) TimerEvent: {} +[21.888231] (-) TimerEvent: {} +[21.989003] (-) TimerEvent: {} +[22.089784] (-) TimerEvent: {} +[22.190702] (-) TimerEvent: {} +[22.291443] (-) TimerEvent: {} +[22.392142] (-) TimerEvent: {} +[22.493046] (-) TimerEvent: {} +[22.593786] (-) TimerEvent: {} +[22.694657] (-) TimerEvent: {} +[22.795529] (-) TimerEvent: {} +[22.896793] (-) TimerEvent: {} +[22.997784] (-) TimerEvent: {} +[23.098470] (-) TimerEvent: {} +[23.199084] (-) TimerEvent: {} +[23.299652] (-) TimerEvent: {} +[23.400251] (-) TimerEvent: {} +[23.500985] (-) TimerEvent: {} +[23.601540] (-) TimerEvent: {} +[23.702203] (-) TimerEvent: {} +[23.802861] (-) TimerEvent: {} +[23.903620] (-) TimerEvent: {} +[24.004184] (-) TimerEvent: {} +[24.105114] (-) TimerEvent: {} +[24.205998] (-) TimerEvent: {} +[24.306631] (-) TimerEvent: {} +[24.407259] (-) TimerEvent: {} +[24.507856] (-) TimerEvent: {} +[24.608748] (-) TimerEvent: {} +[24.709360] (-) TimerEvent: {} +[24.809917] (-) TimerEvent: {} +[24.910615] (-) TimerEvent: {} +[25.011349] (-) TimerEvent: {} +[25.111997] (-) TimerEvent: {} +[25.212699] (-) TimerEvent: {} +[25.313374] (-) TimerEvent: {} +[25.414194] (-) TimerEvent: {} +[25.515039] (-) TimerEvent: {} +[25.615982] (-) TimerEvent: {} +[25.716699] (-) TimerEvent: {} +[25.817310] (-) TimerEvent: {} +[25.917998] (-) TimerEvent: {} +[26.018768] (-) TimerEvent: {} +[26.119403] (-) TimerEvent: {} +[26.220087] (-) TimerEvent: {} +[26.320884] (-) TimerEvent: {} +[26.421442] (-) TimerEvent: {} +[26.522530] (-) TimerEvent: {} +[26.624131] (-) TimerEvent: {} +[26.724843] (-) TimerEvent: {} +[26.825520] (-) TimerEvent: {} +[26.926181] (-) TimerEvent: {} +[27.026914] (-) TimerEvent: {} +[27.127459] (-) TimerEvent: {} +[27.228206] (-) TimerEvent: {} +[27.328936] (-) TimerEvent: {} +[27.429583] (-) TimerEvent: {} +[27.530279] (-) TimerEvent: {} +[27.630830] (-) TimerEvent: {} +[27.731595] (-) TimerEvent: {} +[27.832251] (-) TimerEvent: {} +[27.932990] (-) TimerEvent: {} +[28.033834] (-) TimerEvent: {} +[28.134495] (-) TimerEvent: {} +[28.235077] (-) TimerEvent: {} +[28.335843] (-) TimerEvent: {} +[28.436432] (-) TimerEvent: {} +[28.537101] (-) TimerEvent: {} +[28.637727] (-) TimerEvent: {} +[28.738400] (-) TimerEvent: {} +[28.839042] (-) TimerEvent: {} +[28.939689] (-) TimerEvent: {} +[29.040769] (-) TimerEvent: {} +[29.141708] (-) TimerEvent: {} +[29.242378] (-) TimerEvent: {} +[29.343205] (-) TimerEvent: {} +[29.443824] (-) TimerEvent: {} +[29.544434] (-) TimerEvent: {} +[29.645519] (-) TimerEvent: {} +[29.746248] (-) TimerEvent: {} +[29.846976] (-) TimerEvent: {} +[29.947554] (-) TimerEvent: {} +[30.048388] (-) TimerEvent: {} +[30.149254] (-) TimerEvent: {} +[30.250145] (-) TimerEvent: {} +[30.350844] (-) TimerEvent: {} +[30.451433] (-) TimerEvent: {} +[30.552119] (-) TimerEvent: {} +[30.652644] (-) TimerEvent: {} +[30.753305] (-) TimerEvent: {} +[30.854151] (-) TimerEvent: {} +[30.954878] (-) TimerEvent: {} +[31.055629] (-) TimerEvent: {} +[31.156122] (-) TimerEvent: {} +[31.256773] (-) TimerEvent: {} +[31.357655] (-) TimerEvent: {} +[31.458360] (-) TimerEvent: {} +[31.559194] (-) TimerEvent: {} +[31.660336] (-) TimerEvent: {} +[31.761119] (-) TimerEvent: {} +[31.861878] (-) TimerEvent: {} +[31.962650] (-) TimerEvent: {} +[32.063478] (-) TimerEvent: {} +[32.164213] (-) TimerEvent: {} +[32.264889] (-) TimerEvent: {} +[32.365732] (-) TimerEvent: {} +[32.466381] (-) TimerEvent: {} +[32.567124] (-) TimerEvent: {} +[32.667792] (-) TimerEvent: {} +[32.768483] (-) TimerEvent: {} +[32.869188] (-) TimerEvent: {} +[32.969941] (-) TimerEvent: {} +[33.070570] (-) TimerEvent: {} +[33.171348] (-) TimerEvent: {} +[33.272315] (-) TimerEvent: {} +[33.373094] (-) TimerEvent: {} +[33.473643] (-) TimerEvent: {} +[33.574292] (-) TimerEvent: {} +[33.675139] (-) TimerEvent: {} +[33.775747] (-) TimerEvent: {} +[33.876244] (-) TimerEvent: {} +[33.976811] (-) TimerEvent: {} +[34.077451] (-) TimerEvent: {} +[34.178192] (-) TimerEvent: {} +[34.279050] (-) TimerEvent: {} +[34.379693] (-) TimerEvent: {} +[34.480309] (-) TimerEvent: {} +[34.581003] (-) TimerEvent: {} +[34.681854] (-) TimerEvent: {} +[34.782959] (-) TimerEvent: {} +[34.883546] (-) TimerEvent: {} +[34.984198] (-) TimerEvent: {} +[35.084837] (-) TimerEvent: {} +[35.185522] (-) TimerEvent: {} +[35.286184] (-) TimerEvent: {} +[35.386930] (-) TimerEvent: {} +[35.487576] (-) TimerEvent: {} +[35.588359] (-) TimerEvent: {} +[35.689211] (-) TimerEvent: {} +[35.789912] (-) TimerEvent: {} +[35.890627] (-) TimerEvent: {} +[35.991256] (-) TimerEvent: {} +[36.091910] (-) TimerEvent: {} +[36.192718] (-) TimerEvent: {} +[36.293399] (-) TimerEvent: {} +[36.394488] (-) TimerEvent: {} +[36.495262] (-) TimerEvent: {} +[36.595974] (-) TimerEvent: {} +[36.696608] (-) TimerEvent: {} +[36.797211] (-) TimerEvent: {} +[36.897871] (-) TimerEvent: {} +[36.998642] (-) TimerEvent: {} +[37.099552] (-) TimerEvent: {} +[37.200361] (-) TimerEvent: {} +[37.300915] (-) TimerEvent: {} +[37.402113] (-) TimerEvent: {} +[37.503479] (-) TimerEvent: {} +[37.604183] (-) TimerEvent: {} +[37.704867] (-) TimerEvent: {} +[37.805546] (-) TimerEvent: {} +[37.906480] (-) TimerEvent: {} +[38.007069] (-) TimerEvent: {} +[38.107636] (-) TimerEvent: {} +[38.208249] (-) TimerEvent: {} +[38.308782] (-) TimerEvent: {} +[38.409309] (-) TimerEvent: {} +[38.510028] (-) TimerEvent: {} +[38.610692] (-) TimerEvent: {} +[38.711310] (-) TimerEvent: {} +[38.811904] (-) TimerEvent: {} +[38.912640] (-) TimerEvent: {} +[39.013188] (-) TimerEvent: {} +[39.113798] (-) TimerEvent: {} +[39.214451] (-) TimerEvent: {} +[39.315054] (-) TimerEvent: {} +[39.415804] (-) TimerEvent: {} +[39.516504] (-) TimerEvent: {} +[39.617107] (-) TimerEvent: {} +[39.717730] (-) TimerEvent: {} +[39.818279] (-) TimerEvent: {} +[39.918802] (-) TimerEvent: {} +[40.019351] (-) TimerEvent: {} +[40.119888] (-) TimerEvent: {} +[40.220622] (-) TimerEvent: {} +[40.321312] (-) TimerEvent: {} +[40.422013] (-) TimerEvent: {} +[40.522714] (-) TimerEvent: {} +[40.623288] (-) TimerEvent: {} +[40.723854] (-) TimerEvent: {} +[40.824552] (-) TimerEvent: {} +[40.925330] (-) TimerEvent: {} +[41.026385] (-) TimerEvent: {} +[41.127205] (-) TimerEvent: {} +[41.227981] (-) TimerEvent: {} +[41.328841] (-) TimerEvent: {} +[41.429576] (-) TimerEvent: {} +[41.530272] (-) TimerEvent: {} +[41.631009] (-) TimerEvent: {} +[41.731720] (-) TimerEvent: {} +[41.832551] (-) TimerEvent: {} +[41.933519] (-) TimerEvent: {} +[42.034266] (-) TimerEvent: {} +[42.134967] (-) TimerEvent: {} +[42.235731] (-) TimerEvent: {} +[42.336404] (-) TimerEvent: {} +[42.436933] (-) TimerEvent: {} +[42.537610] (-) TimerEvent: {} +[42.638434] (-) TimerEvent: {} +[42.739160] (-) TimerEvent: {} +[42.839813] (-) TimerEvent: {} +[42.940555] (-) TimerEvent: {} +[43.041370] (-) TimerEvent: {} +[43.142185] (-) TimerEvent: {} +[43.242826] (-) TimerEvent: {} +[43.343466] (-) TimerEvent: {} +[43.444138] (-) TimerEvent: {} +[43.545357] (-) TimerEvent: {} +[43.645955] (-) TimerEvent: {} +[43.746605] (-) TimerEvent: {} +[43.847223] (-) TimerEvent: {} +[43.947841] (-) TimerEvent: {} +[44.048424] (-) TimerEvent: {} +[44.149113] (-) TimerEvent: {} +[44.249716] (-) TimerEvent: {} +[44.350390] (-) TimerEvent: {} +[44.450989] (-) TimerEvent: {} +[44.551722] (-) TimerEvent: {} +[44.652291] (-) TimerEvent: {} +[44.752831] (-) TimerEvent: {} +[44.853489] (-) TimerEvent: {} +[44.954147] (-) TimerEvent: {} +[45.054721] (-) TimerEvent: {} +[45.155336] (-) TimerEvent: {} +[45.256046] (-) TimerEvent: {} +[45.356763] (-) TimerEvent: {} +[45.457474] (-) TimerEvent: {} +[45.558380] (-) TimerEvent: {} +[45.659121] (-) TimerEvent: {} +[45.759705] (-) TimerEvent: {} +[45.860445] (-) TimerEvent: {} +[45.961243] (-) TimerEvent: {} +[46.062073] (-) TimerEvent: {} +[46.162696] (-) TimerEvent: {} +[46.263341] (-) TimerEvent: {} +[46.364039] (-) TimerEvent: {} +[46.464680] (-) TimerEvent: {} +[46.565302] (-) TimerEvent: {} +[46.666063] (-) TimerEvent: {} +[46.766801] (-) TimerEvent: {} +[46.867529] (-) TimerEvent: {} +[46.968264] (-) TimerEvent: {} +[47.068928] (-) TimerEvent: {} +[47.169530] (-) TimerEvent: {} +[47.270320] (-) TimerEvent: {} +[47.370972] (-) TimerEvent: {} +[47.471598] (-) TimerEvent: {} +[47.572176] (-) TimerEvent: {} +[47.672840] (-) TimerEvent: {} +[47.773545] (-) TimerEvent: {} +[47.874260] (-) TimerEvent: {} +[47.975243] (-) TimerEvent: {} +[48.075901] (-) TimerEvent: {} +[48.176492] (-) TimerEvent: {} +[48.277028] (-) TimerEvent: {} +[48.377517] (-) TimerEvent: {} +[48.478124] (-) TimerEvent: {} +[48.578843] (-) TimerEvent: {} +[48.679587] (-) TimerEvent: {} +[48.780099] (-) TimerEvent: {} +[48.880588] (-) TimerEvent: {} +[48.981245] (-) TimerEvent: {} +[49.081750] (-) TimerEvent: {} +[49.182272] (-) TimerEvent: {} +[49.282816] (-) TimerEvent: {} +[49.383480] (-) TimerEvent: {} +[49.484097] (-) TimerEvent: {} +[49.584721] (-) TimerEvent: {} +[49.685381] (-) TimerEvent: {} +[49.785924] (-) TimerEvent: {} +[49.886556] (-) TimerEvent: {} +[49.987182] (-) TimerEvent: {} +[50.087790] (-) TimerEvent: {} +[50.188798] (-) TimerEvent: {} +[50.289865] (-) TimerEvent: {} +[50.390512] (-) TimerEvent: {} +[50.491205] (-) TimerEvent: {} +[50.591971] (-) TimerEvent: {} +[50.692619] (-) TimerEvent: {} +[50.793376] (-) TimerEvent: {} +[50.894023] (-) TimerEvent: {} +[50.995508] (-) TimerEvent: {} +[51.096251] (-) TimerEvent: {} +[51.196901] (-) TimerEvent: {} +[51.297518] (-) TimerEvent: {} +[51.398262] (-) TimerEvent: {} +[51.498796] (-) TimerEvent: {} +[51.599588] (-) TimerEvent: {} +[51.700197] (-) TimerEvent: {} +[51.800866] (-) TimerEvent: {} +[51.901553] (-) TimerEvent: {} +[52.002124] (-) TimerEvent: {} +[52.102738] (-) TimerEvent: {} +[52.203366] (-) TimerEvent: {} +[52.304084] (-) TimerEvent: {} +[52.404851] (-) TimerEvent: {} +[52.505609] (-) TimerEvent: {} +[52.606532] (-) TimerEvent: {} +[52.707225] (-) TimerEvent: {} +[52.807891] (-) TimerEvent: {} +[52.908483] (-) TimerEvent: {} +[53.009137] (-) TimerEvent: {} +[53.109775] (-) TimerEvent: {} +[53.210551] (-) TimerEvent: {} +[53.311429] (-) TimerEvent: {} +[53.412287] (-) TimerEvent: {} +[53.512945] (-) TimerEvent: {} +[53.613761] (-) TimerEvent: {} +[53.732475] (-) TimerEvent: {} +[53.833137] (-) TimerEvent: {} +[53.933897] (-) TimerEvent: {} +[54.034542] (-) TimerEvent: {} +[54.135348] (-) TimerEvent: {} +[54.235971] (-) TimerEvent: {} +[54.336878] (-) TimerEvent: {} +[54.345488] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[54.437474] (-) TimerEvent: {} +[54.538309] (-) TimerEvent: {} +[54.639214] (-) TimerEvent: {} +[54.740017] (-) TimerEvent: {} +[54.841173] (-) TimerEvent: {} +[54.942365] (-) TimerEvent: {} +[55.043722] (-) TimerEvent: {} +[55.144900] (-) TimerEvent: {} +[55.245563] (-) TimerEvent: {} +[55.346146] (-) TimerEvent: {} +[55.446717] (-) TimerEvent: {} +[55.547417] (-) TimerEvent: {} +[55.648071] (-) TimerEvent: {} +[55.748806] (-) TimerEvent: {} +[55.849920] (-) TimerEvent: {} +[55.950777] (-) TimerEvent: {} +[56.051483] (-) TimerEvent: {} +[56.152237] (-) TimerEvent: {} +[56.253162] (-) TimerEvent: {} +[56.336176] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[56.353372] (-) TimerEvent: {} +[56.400006] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[56.453555] (-) TimerEvent: {} +[56.488104] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[56.511201] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[56.539599] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[56.545141] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[56.555526] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[56.556223] (-) TimerEvent: {} +[56.556524] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[56.559257] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[56.561759] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[56.562926] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[56.566663] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[56.568546] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[56.570530] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[56.572737] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[56.574962] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[56.578223] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[56.580499] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[56.581477] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[56.582434] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[56.615110] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[56.616680] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[56.617280] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[56.619009] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[56.619703] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[56.620344] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[56.639651] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[56.656741] (-) TimerEvent: {} +[56.758818] (-) TimerEvent: {} +[56.859519] (-) TimerEvent: {} +[56.960412] (-) TimerEvent: {} +[57.013729] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[57.015422] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_07-21-59/logger_all.log b/log/build_2024-03-15_07-21-59/logger_all.log new file mode 100644 index 0000000..d199ec8 --- /dev/null +++ b/log/build_2024-03-15_07-21-59/logger_all.log @@ -0,0 +1,138 @@ +[3.126s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.127s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.348s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.349s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.349s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.349s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.349s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.349s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.349s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.350s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.351s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.351s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.351s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.351s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.352s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.352s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.352s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.352s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.433s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.433s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.453s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.454s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.455s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.455s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.461s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.461s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.461s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.461s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.461s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[4.137s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[4.137s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[4.160s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[4.160s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[4.161s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[4.161s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[4.161s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[4.161s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[4.161s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[4.161s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[4.229s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[4.325s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[4.337s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[4.338s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[4.416s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[4.417s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[4.417s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[4.651s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[60.731s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[60.831s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[60.949s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[60.959s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[61.046s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[61.047s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[61.049s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[61.083s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[61.094s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[61.097s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[61.103s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[61.103s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[61.103s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[61.116s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[61.117s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[61.153s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[61.158s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[61.160s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[61.165s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[61.167s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[61.170s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[61.240s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[61.265s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[61.266s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[61.267s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[61.297s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[61.297s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[61.298s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[61.300s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[61.300s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[61.300s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[61.301s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[61.301s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[61.325s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[61.326s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[61.327s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[61.328s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[61.329s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[61.330s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[61.331s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[61.331s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[61.331s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[61.332s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[61.430s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[61.430s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[61.431s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[61.431s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[61.438s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[61.439s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[61.455s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[61.459s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[61.465s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[61.489s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[61.492s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[61.494s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[61.517s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[61.518s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[61.537s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[61.539s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_07-23-42/b_obstacle_detector/command.log b/log/build_2024-03-15_07-23-42/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-15_07-23-42/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_07-23-42/b_obstacle_detector/stderr.log b/log/build_2024-03-15_07-23-42/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-15_07-23-42/b_obstacle_detector/stdout.log b/log/build_2024-03-15_07-23-42/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_07-23-42/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_07-23-42/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_07-23-42/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_07-23-42/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_07-23-42/b_obstacle_detector/streams.log b/log/build_2024-03-15_07-23-42/b_obstacle_detector/streams.log new file mode 100644 index 0000000..41cbd08 --- /dev/null +++ b/log/build_2024-03-15_07-23-42/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.152s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.253s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.315s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[42.437s] [ 66%] Linking CXX executable b_obstacle_detector_node +[43.179s] [100%] Built target b_obstacle_detector_node +[43.203s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[43.286s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[43.299s] -- Install configuration: "RelWithDebInfo" +[43.301s] -- Execute custom install script +[43.303s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[43.306s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[43.308s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[43.309s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[43.309s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[43.310s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[43.311s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[43.314s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[43.314s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[43.315s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[43.315s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[43.316s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[43.316s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[43.316s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[43.345s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[43.345s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[43.346s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[43.346s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[43.347s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[43.348s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[43.353s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_07-23-42/events.log b/log/build_2024-03-15_07-23-42/events.log new file mode 100644 index 0000000..100bd90 --- /dev/null +++ b/log/build_2024-03-15_07-23-42/events.log @@ -0,0 +1,471 @@ +[0.000000] (-) TimerEvent: {} +[0.001861] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001999] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.099283] (-) TimerEvent: {} +[0.140042] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.142256] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.144034] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.199613] (-) TimerEvent: {} +[0.254800] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.299881] (-) TimerEvent: {} +[0.317050] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.400145] (-) TimerEvent: {} +[0.500908] (-) TimerEvent: {} +[0.601527] (-) TimerEvent: {} +[0.702137] (-) TimerEvent: {} +[0.802703] (-) TimerEvent: {} +[0.903354] (-) TimerEvent: {} +[1.004041] (-) TimerEvent: {} +[1.104662] (-) TimerEvent: {} +[1.205399] (-) TimerEvent: {} +[1.306023] (-) TimerEvent: {} +[1.406663] (-) TimerEvent: {} +[1.507346] (-) TimerEvent: {} +[1.608046] (-) TimerEvent: {} +[1.708718] (-) TimerEvent: {} +[1.809378] (-) TimerEvent: {} +[1.910097] (-) TimerEvent: {} +[2.010860] (-) TimerEvent: {} +[2.111647] (-) TimerEvent: {} +[2.212310] (-) TimerEvent: {} +[2.312913] (-) TimerEvent: {} +[2.413707] (-) TimerEvent: {} +[2.514337] (-) TimerEvent: {} +[2.614865] (-) TimerEvent: {} +[2.715610] (-) TimerEvent: {} +[2.816246] (-) TimerEvent: {} +[2.917065] (-) TimerEvent: {} +[3.017899] (-) TimerEvent: {} +[3.118663] (-) TimerEvent: {} +[3.219298] (-) TimerEvent: {} +[3.319983] (-) TimerEvent: {} +[3.420866] (-) TimerEvent: {} +[3.521741] (-) TimerEvent: {} +[3.622470] (-) TimerEvent: {} +[3.723255] (-) TimerEvent: {} +[3.823914] (-) TimerEvent: {} +[3.924527] (-) TimerEvent: {} +[4.025119] (-) TimerEvent: {} +[4.125701] (-) TimerEvent: {} +[4.226384] (-) TimerEvent: {} +[4.327086] (-) TimerEvent: {} +[4.427799] (-) TimerEvent: {} +[4.528597] (-) TimerEvent: {} +[4.629306] (-) TimerEvent: {} +[4.730049] (-) TimerEvent: {} +[4.830936] (-) TimerEvent: {} +[4.931674] (-) TimerEvent: {} +[5.032715] (-) TimerEvent: {} +[5.133539] (-) TimerEvent: {} +[5.234335] (-) TimerEvent: {} +[5.335100] (-) TimerEvent: {} +[5.435710] (-) TimerEvent: {} +[5.536270] (-) TimerEvent: {} +[5.636868] (-) TimerEvent: {} +[5.737543] (-) TimerEvent: {} +[5.838212] (-) TimerEvent: {} +[5.938795] (-) TimerEvent: {} +[6.039473] (-) TimerEvent: {} +[6.140197] (-) TimerEvent: {} +[6.240708] (-) TimerEvent: {} +[6.341342] (-) TimerEvent: {} +[6.442019] (-) TimerEvent: {} +[6.542599] (-) TimerEvent: {} +[6.643296] (-) TimerEvent: {} +[6.744045] (-) TimerEvent: {} +[6.844723] (-) TimerEvent: {} +[6.945466] (-) TimerEvent: {} +[7.046165] (-) TimerEvent: {} +[7.146923] (-) TimerEvent: {} +[7.247626] (-) TimerEvent: {} +[7.348371] (-) TimerEvent: {} +[7.449069] (-) TimerEvent: {} +[7.549848] (-) TimerEvent: {} +[7.650524] (-) TimerEvent: {} +[7.751367] (-) TimerEvent: {} +[7.852293] (-) TimerEvent: {} +[7.953027] (-) TimerEvent: {} +[8.053506] (-) TimerEvent: {} +[8.154035] (-) TimerEvent: {} +[8.254589] (-) TimerEvent: {} +[8.355399] (-) TimerEvent: {} +[8.456045] (-) TimerEvent: {} +[8.556653] (-) TimerEvent: {} +[8.657356] (-) TimerEvent: {} +[8.758154] (-) TimerEvent: {} +[8.858834] (-) TimerEvent: {} +[8.959413] (-) TimerEvent: {} +[9.059914] (-) TimerEvent: {} +[9.160746] (-) TimerEvent: {} +[9.261278] (-) TimerEvent: {} +[9.361956] (-) TimerEvent: {} +[9.462695] (-) TimerEvent: {} +[9.563554] (-) TimerEvent: {} +[9.664656] (-) TimerEvent: {} +[9.765575] (-) TimerEvent: {} +[9.866452] (-) TimerEvent: {} +[9.967312] (-) TimerEvent: {} +[10.068378] (-) TimerEvent: {} +[10.168923] (-) TimerEvent: {} +[10.269579] (-) TimerEvent: {} +[10.370158] (-) TimerEvent: {} +[10.471041] (-) TimerEvent: {} +[10.571879] (-) TimerEvent: {} +[10.672665] (-) TimerEvent: {} +[10.773337] (-) TimerEvent: {} +[10.873989] (-) TimerEvent: {} +[10.974671] (-) TimerEvent: {} +[11.075522] (-) TimerEvent: {} +[11.176037] (-) TimerEvent: {} +[11.276539] (-) TimerEvent: {} +[11.377187] (-) TimerEvent: {} +[11.477742] (-) TimerEvent: {} +[11.578626] (-) TimerEvent: {} +[11.679355] (-) TimerEvent: {} +[11.780077] (-) TimerEvent: {} +[11.880696] (-) TimerEvent: {} +[11.981330] (-) TimerEvent: {} +[12.082018] (-) TimerEvent: {} +[12.183683] (-) TimerEvent: {} +[12.285649] (-) TimerEvent: {} +[12.386332] (-) TimerEvent: {} +[12.487017] (-) TimerEvent: {} +[12.587741] (-) TimerEvent: {} +[12.688464] (-) TimerEvent: {} +[12.789061] (-) TimerEvent: {} +[12.889702] (-) TimerEvent: {} +[12.990361] (-) TimerEvent: {} +[13.091109] (-) TimerEvent: {} +[13.191813] (-) TimerEvent: {} +[13.292531] (-) TimerEvent: {} +[13.393225] (-) TimerEvent: {} +[13.493980] (-) TimerEvent: {} +[13.594567] (-) TimerEvent: {} +[13.695183] (-) TimerEvent: {} +[13.795811] (-) TimerEvent: {} +[13.896479] (-) TimerEvent: {} +[13.997285] (-) TimerEvent: {} +[14.098123] (-) TimerEvent: {} +[14.198741] (-) TimerEvent: {} +[14.299439] (-) TimerEvent: {} +[14.400015] (-) TimerEvent: {} +[14.500561] (-) TimerEvent: {} +[14.601204] (-) TimerEvent: {} +[14.701916] (-) TimerEvent: {} +[14.811009] (-) TimerEvent: {} +[14.911827] (-) TimerEvent: {} +[15.012748] (-) TimerEvent: {} +[15.115369] (-) TimerEvent: {} +[15.267507] (-) TimerEvent: {} +[15.368189] (-) TimerEvent: {} +[15.468914] (-) TimerEvent: {} +[15.569601] (-) TimerEvent: {} +[15.670407] (-) TimerEvent: {} +[15.771261] (-) TimerEvent: {} +[15.871989] (-) TimerEvent: {} +[15.972661] (-) TimerEvent: {} +[16.073541] (-) TimerEvent: {} +[16.174309] (-) TimerEvent: {} +[16.274882] (-) TimerEvent: {} +[16.375664] (-) TimerEvent: {} +[16.476307] (-) TimerEvent: {} +[16.577115] (-) TimerEvent: {} +[16.677680] (-) TimerEvent: {} +[16.778302] (-) TimerEvent: {} +[16.879171] (-) TimerEvent: {} +[16.983326] (-) TimerEvent: {} +[17.086134] (-) TimerEvent: {} +[17.186767] (-) TimerEvent: {} +[17.287372] (-) TimerEvent: {} +[17.388124] (-) TimerEvent: {} +[17.489354] (-) TimerEvent: {} +[17.590796] (-) TimerEvent: {} +[17.691621] (-) TimerEvent: {} +[17.792278] (-) TimerEvent: {} +[17.892903] (-) TimerEvent: {} +[17.993632] (-) TimerEvent: {} +[18.094377] (-) TimerEvent: {} +[18.195150] (-) TimerEvent: {} +[18.295872] (-) TimerEvent: {} +[18.396516] (-) TimerEvent: {} +[18.497232] (-) TimerEvent: {} +[18.597874] (-) TimerEvent: {} +[18.698545] (-) TimerEvent: {} +[18.799177] (-) TimerEvent: {} +[18.899896] (-) TimerEvent: {} +[19.000435] (-) TimerEvent: {} +[19.101235] (-) TimerEvent: {} +[19.202141] (-) TimerEvent: {} +[19.302975] (-) TimerEvent: {} +[19.403597] (-) TimerEvent: {} +[19.504415] (-) TimerEvent: {} +[19.605192] (-) TimerEvent: {} +[19.705986] (-) TimerEvent: {} +[19.806658] (-) TimerEvent: {} +[19.907372] (-) TimerEvent: {} +[20.008079] (-) TimerEvent: {} +[20.108799] (-) TimerEvent: {} +[20.209663] (-) TimerEvent: {} +[20.310491] (-) TimerEvent: {} +[20.411205] (-) TimerEvent: {} +[20.511967] (-) TimerEvent: {} +[20.612727] (-) TimerEvent: {} +[20.713402] (-) TimerEvent: {} +[20.814166] (-) TimerEvent: {} +[20.914889] (-) TimerEvent: {} +[21.015693] (-) TimerEvent: {} +[21.116570] (-) TimerEvent: {} +[21.217283] (-) TimerEvent: {} +[21.318263] (-) TimerEvent: {} +[21.419057] (-) TimerEvent: {} +[21.519771] (-) TimerEvent: {} +[21.620542] (-) TimerEvent: {} +[21.721174] (-) TimerEvent: {} +[21.821838] (-) TimerEvent: {} +[21.922772] (-) TimerEvent: {} +[22.023487] (-) TimerEvent: {} +[22.124139] (-) TimerEvent: {} +[22.224727] (-) TimerEvent: {} +[22.325561] (-) TimerEvent: {} +[22.426278] (-) TimerEvent: {} +[22.527187] (-) TimerEvent: {} +[22.628026] (-) TimerEvent: {} +[22.728878] (-) TimerEvent: {} +[22.829760] (-) TimerEvent: {} +[22.930668] (-) TimerEvent: {} +[23.031405] (-) TimerEvent: {} +[23.131985] (-) TimerEvent: {} +[23.232657] (-) TimerEvent: {} +[23.333396] (-) TimerEvent: {} +[23.434021] (-) TimerEvent: {} +[23.534700] (-) TimerEvent: {} +[23.635420] (-) TimerEvent: {} +[23.736108] (-) TimerEvent: {} +[23.836639] (-) TimerEvent: {} +[23.937406] (-) TimerEvent: {} +[24.038129] (-) TimerEvent: {} +[24.138909] (-) TimerEvent: {} +[24.239585] (-) TimerEvent: {} +[24.340370] (-) TimerEvent: {} +[24.441438] (-) TimerEvent: {} +[24.542221] (-) TimerEvent: {} +[24.642884] (-) TimerEvent: {} +[24.743565] (-) TimerEvent: {} +[24.844159] (-) TimerEvent: {} +[24.944878] (-) TimerEvent: {} +[25.045850] (-) TimerEvent: {} +[25.146628] (-) TimerEvent: {} +[25.247685] (-) TimerEvent: {} +[25.348361] (-) TimerEvent: {} +[25.449083] (-) TimerEvent: {} +[25.549622] (-) TimerEvent: {} +[25.650149] (-) TimerEvent: {} +[25.750785] (-) TimerEvent: {} +[25.851414] (-) TimerEvent: {} +[25.952041] (-) TimerEvent: {} +[26.052669] (-) TimerEvent: {} +[26.153377] (-) TimerEvent: {} +[26.254148] (-) TimerEvent: {} +[26.354855] (-) TimerEvent: {} +[26.455752] (-) TimerEvent: {} +[26.556584] (-) TimerEvent: {} +[26.657325] (-) TimerEvent: {} +[26.757969] (-) TimerEvent: {} +[26.858507] (-) TimerEvent: {} +[26.959223] (-) TimerEvent: {} +[27.060028] (-) TimerEvent: {} +[27.160764] (-) TimerEvent: {} +[27.261811] (-) TimerEvent: {} +[27.362905] (-) TimerEvent: {} +[27.463643] (-) TimerEvent: {} +[27.564489] (-) TimerEvent: {} +[27.665140] (-) TimerEvent: {} +[27.765675] (-) TimerEvent: {} +[27.866541] (-) TimerEvent: {} +[27.967373] (-) TimerEvent: {} +[28.067981] (-) TimerEvent: {} +[28.168692] (-) TimerEvent: {} +[28.269354] (-) TimerEvent: {} +[28.370018] (-) TimerEvent: {} +[28.470670] (-) TimerEvent: {} +[28.571385] (-) TimerEvent: {} +[28.672031] (-) TimerEvent: {} +[28.772636] (-) TimerEvent: {} +[28.873272] (-) TimerEvent: {} +[28.973897] (-) TimerEvent: {} +[29.074569] (-) TimerEvent: {} +[29.175535] (-) TimerEvent: {} +[29.276132] (-) TimerEvent: {} +[29.376837] (-) TimerEvent: {} +[29.477886] (-) TimerEvent: {} +[29.578842] (-) TimerEvent: {} +[29.680050] (-) TimerEvent: {} +[29.780762] (-) TimerEvent: {} +[29.881470] (-) TimerEvent: {} +[29.982277] (-) TimerEvent: {} +[30.082916] (-) TimerEvent: {} +[30.183672] (-) TimerEvent: {} +[30.284250] (-) TimerEvent: {} +[30.385185] (-) TimerEvent: {} +[30.486029] (-) TimerEvent: {} +[30.586731] (-) TimerEvent: {} +[30.687392] (-) TimerEvent: {} +[30.788024] (-) TimerEvent: {} +[30.888778] (-) TimerEvent: {} +[30.990031] (-) TimerEvent: {} +[31.090850] (-) TimerEvent: {} +[31.191561] (-) TimerEvent: {} +[31.292331] (-) TimerEvent: {} +[31.393147] (-) TimerEvent: {} +[31.493948] (-) TimerEvent: {} +[31.594728] (-) TimerEvent: {} +[31.695402] (-) TimerEvent: {} +[31.796184] (-) TimerEvent: {} +[31.897057] (-) TimerEvent: {} +[31.997852] (-) TimerEvent: {} +[32.098578] (-) TimerEvent: {} +[32.199161] (-) TimerEvent: {} +[32.299717] (-) TimerEvent: {} +[32.400459] (-) TimerEvent: {} +[32.501212] (-) TimerEvent: {} +[32.601807] (-) TimerEvent: {} +[32.702428] (-) TimerEvent: {} +[32.803272] (-) TimerEvent: {} +[32.904082] (-) TimerEvent: {} +[33.004693] (-) TimerEvent: {} +[33.105610] (-) TimerEvent: {} +[33.206431] (-) TimerEvent: {} +[33.307345] (-) TimerEvent: {} +[33.407939] (-) TimerEvent: {} +[33.508550] (-) TimerEvent: {} +[33.626145] (-) TimerEvent: {} +[33.726710] (-) TimerEvent: {} +[33.827419] (-) TimerEvent: {} +[33.928049] (-) TimerEvent: {} +[34.028713] (-) TimerEvent: {} +[34.129357] (-) TimerEvent: {} +[34.230179] (-) TimerEvent: {} +[34.330793] (-) TimerEvent: {} +[34.431586] (-) TimerEvent: {} +[34.532373] (-) TimerEvent: {} +[34.633124] (-) TimerEvent: {} +[34.733757] (-) TimerEvent: {} +[34.834567] (-) TimerEvent: {} +[34.935473] (-) TimerEvent: {} +[35.036119] (-) TimerEvent: {} +[35.136709] (-) TimerEvent: {} +[35.237394] (-) TimerEvent: {} +[35.338325] (-) TimerEvent: {} +[35.438859] (-) TimerEvent: {} +[35.539395] (-) TimerEvent: {} +[35.640050] (-) TimerEvent: {} +[35.740654] (-) TimerEvent: {} +[35.841538] (-) TimerEvent: {} +[35.942455] (-) TimerEvent: {} +[36.043314] (-) TimerEvent: {} +[36.144112] (-) TimerEvent: {} +[36.244634] (-) TimerEvent: {} +[36.345281] (-) TimerEvent: {} +[36.445806] (-) TimerEvent: {} +[36.546473] (-) TimerEvent: {} +[36.647091] (-) TimerEvent: {} +[36.747703] (-) TimerEvent: {} +[36.848401] (-) TimerEvent: {} +[36.949125] (-) TimerEvent: {} +[37.049645] (-) TimerEvent: {} +[37.150323] (-) TimerEvent: {} +[37.250816] (-) TimerEvent: {} +[37.351631] (-) TimerEvent: {} +[37.452329] (-) TimerEvent: {} +[37.553097] (-) TimerEvent: {} +[37.653842] (-) TimerEvent: {} +[37.754548] (-) TimerEvent: {} +[37.855188] (-) TimerEvent: {} +[37.956016] (-) TimerEvent: {} +[38.056721] (-) TimerEvent: {} +[38.157546] (-) TimerEvent: {} +[38.258374] (-) TimerEvent: {} +[38.358961] (-) TimerEvent: {} +[38.459830] (-) TimerEvent: {} +[38.564445] (-) TimerEvent: {} +[38.665253] (-) TimerEvent: {} +[38.765927] (-) TimerEvent: {} +[38.866562] (-) TimerEvent: {} +[38.967368] (-) TimerEvent: {} +[39.068298] (-) TimerEvent: {} +[39.169067] (-) TimerEvent: {} +[39.269714] (-) TimerEvent: {} +[39.370334] (-) TimerEvent: {} +[39.470954] (-) TimerEvent: {} +[39.571593] (-) TimerEvent: {} +[39.672326] (-) TimerEvent: {} +[39.773079] (-) TimerEvent: {} +[39.873849] (-) TimerEvent: {} +[39.974698] (-) TimerEvent: {} +[40.075591] (-) TimerEvent: {} +[40.176344] (-) TimerEvent: {} +[40.276982] (-) TimerEvent: {} +[40.377655] (-) TimerEvent: {} +[40.478412] (-) TimerEvent: {} +[40.579188] (-) TimerEvent: {} +[40.679720] (-) TimerEvent: {} +[40.780322] (-) TimerEvent: {} +[40.880981] (-) TimerEvent: {} +[40.981713] (-) TimerEvent: {} +[41.082265] (-) TimerEvent: {} +[41.182823] (-) TimerEvent: {} +[41.283417] (-) TimerEvent: {} +[41.384066] (-) TimerEvent: {} +[41.484724] (-) TimerEvent: {} +[41.585424] (-) TimerEvent: {} +[41.686059] (-) TimerEvent: {} +[41.786911] (-) TimerEvent: {} +[41.887801] (-) TimerEvent: {} +[41.988474] (-) TimerEvent: {} +[42.089091] (-) TimerEvent: {} +[42.189691] (-) TimerEvent: {} +[42.290367] (-) TimerEvent: {} +[42.391231] (-) TimerEvent: {} +[42.437468] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[42.491445] (-) TimerEvent: {} +[42.592300] (-) TimerEvent: {} +[42.693002] (-) TimerEvent: {} +[42.793700] (-) TimerEvent: {} +[42.894529] (-) TimerEvent: {} +[42.995222] (-) TimerEvent: {} +[43.095919] (-) TimerEvent: {} +[43.180937] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[43.196126] (-) TimerEvent: {} +[43.204574] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[43.269070] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[43.287549] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[43.296308] (-) TimerEvent: {} +[43.300646] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[43.303181] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[43.305124] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[43.307458] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[43.309456] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[43.310862] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[43.311346] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[43.312098] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[43.312724] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[43.315410] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[43.316052] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[43.316556] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[43.317199] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[43.317534] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[43.317986] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[43.318347] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[43.346411] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[43.346925] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[43.347593] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[43.348209] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[43.348771] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[43.349858] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[43.354259] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[43.396567] (-) TimerEvent: {} +[43.498387] (-) TimerEvent: {} +[43.600427] (-) TimerEvent: {} +[43.701215] (-) TimerEvent: {} +[43.753463] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[43.757038] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_07-23-42/logger_all.log b/log/build_2024-03-15_07-23-42/logger_all.log new file mode 100644 index 0000000..f7344c2 --- /dev/null +++ b/log/build_2024-03-15_07-23-42/logger_all.log @@ -0,0 +1,138 @@ +[2.104s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.104s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.283s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.283s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.283s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.283s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.283s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.283s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.283s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.283s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.284s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.284s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.284s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.284s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.284s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.284s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.284s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.284s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.316s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.316s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.316s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.316s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.316s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.316s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.317s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.317s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.317s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.317s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.317s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.317s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.317s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.317s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.324s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.324s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.324s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.324s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.325s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.325s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.325s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.326s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.326s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.326s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.326s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.327s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.328s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.328s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.328s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.328s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.328s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.328s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.328s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.328s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.537s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.537s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.554s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.579s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.580s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.580s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.618s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.619s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.619s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.733s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[45.789s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[45.868s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[45.934s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[45.935s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[46.002s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[46.004s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[46.004s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[46.034s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[46.036s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[46.037s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[46.040s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[46.041s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[46.041s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[46.048s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[46.049s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[46.087s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[46.090s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[46.092s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[46.095s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[46.098s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[46.100s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[46.216s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[46.253s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[46.254s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[46.255s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[46.288s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[46.290s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[46.293s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[46.295s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[46.295s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[46.295s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[46.296s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[46.297s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[46.324s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[46.326s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[46.329s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[46.330s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[46.331s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[46.332s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[46.333s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[46.335s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[46.336s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[46.336s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[46.411s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[46.412s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[46.412s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[46.412s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[46.418s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[46.419s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[46.448s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[46.450s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[46.454s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[46.491s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[46.492s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[46.493s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[46.524s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[46.524s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[46.544s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[46.545s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_07-26-12/b_obstacle_detector/command.log b/log/build_2024-03-15_07-26-12/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-15_07-26-12/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_07-26-12/b_obstacle_detector/stderr.log b/log/build_2024-03-15_07-26-12/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-15_07-26-12/b_obstacle_detector/stdout.log b/log/build_2024-03-15_07-26-12/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_07-26-12/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_07-26-12/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_07-26-12/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-15_07-26-12/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_07-26-12/b_obstacle_detector/streams.log b/log/build_2024-03-15_07-26-12/b_obstacle_detector/streams.log new file mode 100644 index 0000000..18d86ec --- /dev/null +++ b/log/build_2024-03-15_07-26-12/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.253s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.385s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.460s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[44.208s] [ 66%] Linking CXX executable b_obstacle_detector_node +[45.082s] [100%] Built target b_obstacle_detector_node +[45.111s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[45.242s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[45.257s] -- Install configuration: "RelWithDebInfo" +[45.259s] -- Execute custom install script +[45.262s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[45.263s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[45.267s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[45.268s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[45.269s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[45.271s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[45.271s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[45.273s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[45.274s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[45.274s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[45.276s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[45.277s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[45.280s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[45.281s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[45.308s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[45.309s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[45.309s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[45.310s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[45.310s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[45.310s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[45.320s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_07-26-12/events.log b/log/build_2024-03-15_07-26-12/events.log new file mode 100644 index 0000000..19a7bb9 --- /dev/null +++ b/log/build_2024-03-15_07-26-12/events.log @@ -0,0 +1,489 @@ +[0.000000] (-) TimerEvent: {} +[0.000778] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.004906] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.094906] (-) TimerEvent: {} +[0.198411] (-) TimerEvent: {} +[0.242014] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.246037] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.246332] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.298728] (-) TimerEvent: {} +[0.390509] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.398980] (-) TimerEvent: {} +[0.465882] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.499296] (-) TimerEvent: {} +[0.599930] (-) TimerEvent: {} +[0.700870] (-) TimerEvent: {} +[0.801741] (-) TimerEvent: {} +[0.902392] (-) TimerEvent: {} +[1.002956] (-) TimerEvent: {} +[1.103608] (-) TimerEvent: {} +[1.204179] (-) TimerEvent: {} +[1.304906] (-) TimerEvent: {} +[1.405658] (-) TimerEvent: {} +[1.506529] (-) TimerEvent: {} +[1.607165] (-) TimerEvent: {} +[1.707875] (-) TimerEvent: {} +[1.808474] (-) TimerEvent: {} +[1.909142] (-) TimerEvent: {} +[2.009835] (-) TimerEvent: {} +[2.110418] (-) TimerEvent: {} +[2.211102] (-) TimerEvent: {} +[2.312007] (-) TimerEvent: {} +[2.412659] (-) TimerEvent: {} +[2.513330] (-) TimerEvent: {} +[2.614095] (-) TimerEvent: {} +[2.715007] (-) TimerEvent: {} +[2.815727] (-) TimerEvent: {} +[2.916413] (-) TimerEvent: {} +[3.016992] (-) TimerEvent: {} +[3.117654] (-) TimerEvent: {} +[3.218756] (-) TimerEvent: {} +[3.319554] (-) TimerEvent: {} +[3.420379] (-) TimerEvent: {} +[3.521145] (-) TimerEvent: {} +[3.621706] (-) TimerEvent: {} +[3.722342] (-) TimerEvent: {} +[3.822868] (-) TimerEvent: {} +[3.923516] (-) TimerEvent: {} +[4.024171] (-) TimerEvent: {} +[4.124760] (-) TimerEvent: {} +[4.225391] (-) TimerEvent: {} +[4.326171] (-) TimerEvent: {} +[4.426885] (-) TimerEvent: {} +[4.527788] (-) TimerEvent: {} +[4.628692] (-) TimerEvent: {} +[4.729611] (-) TimerEvent: {} +[4.830415] (-) TimerEvent: {} +[4.932266] (-) TimerEvent: {} +[5.033021] (-) TimerEvent: {} +[5.133788] (-) TimerEvent: {} +[5.234507] (-) TimerEvent: {} +[5.335229] (-) TimerEvent: {} +[5.435951] (-) TimerEvent: {} +[5.536542] (-) TimerEvent: {} +[5.637708] (-) TimerEvent: {} +[5.738443] (-) TimerEvent: {} +[5.839095] (-) TimerEvent: {} +[5.939707] (-) TimerEvent: {} +[6.040382] (-) TimerEvent: {} +[6.141122] (-) TimerEvent: {} +[6.241909] (-) TimerEvent: {} +[6.342506] (-) TimerEvent: {} +[6.443018] (-) TimerEvent: {} +[6.543754] (-) TimerEvent: {} +[6.644419] (-) TimerEvent: {} +[6.744999] (-) TimerEvent: {} +[6.845683] (-) TimerEvent: {} +[6.946491] (-) TimerEvent: {} +[7.047027] (-) TimerEvent: {} +[7.147623] (-) TimerEvent: {} +[7.248307] (-) TimerEvent: {} +[7.348959] (-) TimerEvent: {} +[7.449526] (-) TimerEvent: {} +[7.550201] (-) TimerEvent: {} +[7.651170] (-) TimerEvent: {} +[7.751940] (-) TimerEvent: {} +[7.852670] (-) TimerEvent: {} +[7.953580] (-) TimerEvent: {} +[8.054330] (-) TimerEvent: {} +[8.157836] (-) TimerEvent: {} +[8.258840] (-) TimerEvent: {} +[8.359835] (-) TimerEvent: {} +[8.460869] (-) TimerEvent: {} +[8.561836] (-) TimerEvent: {} +[8.662663] (-) TimerEvent: {} +[8.763486] (-) TimerEvent: {} +[8.864680] (-) TimerEvent: {} +[8.965732] (-) TimerEvent: {} +[9.066679] (-) TimerEvent: {} +[9.167322] (-) TimerEvent: {} +[9.268213] (-) TimerEvent: {} +[9.369044] (-) TimerEvent: {} +[9.469836] (-) TimerEvent: {} +[9.570582] (-) TimerEvent: {} +[9.671208] (-) TimerEvent: {} +[9.771809] (-) TimerEvent: {} +[9.872530] (-) TimerEvent: {} +[9.973291] (-) TimerEvent: {} +[10.073958] (-) TimerEvent: {} +[10.174707] (-) TimerEvent: {} +[10.275439] (-) TimerEvent: {} +[10.376234] (-) TimerEvent: {} +[10.477009] (-) TimerEvent: {} +[10.577680] (-) TimerEvent: {} +[10.678295] (-) TimerEvent: {} +[10.779014] (-) TimerEvent: {} +[10.879591] (-) TimerEvent: {} +[10.980171] (-) TimerEvent: {} +[11.080682] (-) TimerEvent: {} +[11.181356] (-) TimerEvent: {} +[11.281925] (-) TimerEvent: {} +[11.382541] (-) TimerEvent: {} +[11.483142] (-) TimerEvent: {} +[11.583805] (-) TimerEvent: {} +[11.684392] (-) TimerEvent: {} +[11.784896] (-) TimerEvent: {} +[11.885552] (-) TimerEvent: {} +[11.986356] (-) TimerEvent: {} +[12.087212] (-) TimerEvent: {} +[12.188104] (-) TimerEvent: {} +[12.288867] (-) TimerEvent: {} +[12.389436] (-) TimerEvent: {} +[12.490076] (-) TimerEvent: {} +[12.590771] (-) TimerEvent: {} +[12.691701] (-) TimerEvent: {} +[12.792440] (-) TimerEvent: {} +[12.893101] (-) TimerEvent: {} +[12.993729] (-) TimerEvent: {} +[13.094498] (-) TimerEvent: {} +[13.195586] (-) TimerEvent: {} +[13.296443] (-) TimerEvent: {} +[13.397274] (-) TimerEvent: {} +[13.497923] (-) TimerEvent: {} +[13.598658] (-) TimerEvent: {} +[13.699562] (-) TimerEvent: {} +[13.800311] (-) TimerEvent: {} +[13.900899] (-) TimerEvent: {} +[14.001713] (-) TimerEvent: {} +[14.102500] (-) TimerEvent: {} +[14.203116] (-) TimerEvent: {} +[14.303807] (-) TimerEvent: {} +[14.404558] (-) TimerEvent: {} +[14.505275] (-) TimerEvent: {} +[14.606216] (-) TimerEvent: {} +[14.706847] (-) TimerEvent: {} +[14.807638] (-) TimerEvent: {} +[14.908868] (-) TimerEvent: {} +[15.009551] (-) TimerEvent: {} +[15.110293] (-) TimerEvent: {} +[15.211135] (-) TimerEvent: {} +[15.311984] (-) TimerEvent: {} +[15.412736] (-) TimerEvent: {} +[15.513439] (-) TimerEvent: {} +[15.614192] (-) TimerEvent: {} +[15.714979] (-) TimerEvent: {} +[15.815786] (-) TimerEvent: {} +[15.917108] (-) TimerEvent: {} +[16.017935] (-) TimerEvent: {} +[16.118724] (-) TimerEvent: {} +[16.219677] (-) TimerEvent: {} +[16.320497] (-) TimerEvent: {} +[16.421202] (-) TimerEvent: {} +[16.522028] (-) TimerEvent: {} +[16.622701] (-) TimerEvent: {} +[16.723297] (-) TimerEvent: {} +[16.823971] (-) TimerEvent: {} +[16.924584] (-) TimerEvent: {} +[17.025169] (-) TimerEvent: {} +[17.125900] (-) TimerEvent: {} +[17.226573] (-) TimerEvent: {} +[17.327108] (-) TimerEvent: {} +[17.427744] (-) TimerEvent: {} +[17.528386] (-) TimerEvent: {} +[17.629059] (-) TimerEvent: {} +[17.729863] (-) TimerEvent: {} +[17.830705] (-) TimerEvent: {} +[17.931390] (-) TimerEvent: {} +[18.032036] (-) TimerEvent: {} +[18.132790] (-) TimerEvent: {} +[18.233617] (-) TimerEvent: {} +[18.334322] (-) TimerEvent: {} +[18.435022] (-) TimerEvent: {} +[18.535699] (-) TimerEvent: {} +[18.636657] (-) TimerEvent: {} +[18.737547] (-) TimerEvent: {} +[18.838631] (-) TimerEvent: {} +[18.939498] (-) TimerEvent: {} +[19.040313] (-) TimerEvent: {} +[19.141359] (-) TimerEvent: {} +[19.242084] (-) TimerEvent: {} +[19.342881] (-) TimerEvent: {} +[19.443776] (-) TimerEvent: {} +[19.544837] (-) TimerEvent: {} +[19.645723] (-) TimerEvent: {} +[19.746650] (-) TimerEvent: {} +[19.847276] (-) TimerEvent: {} +[19.947975] (-) TimerEvent: {} +[20.048767] (-) TimerEvent: {} +[20.149461] (-) TimerEvent: {} +[20.250188] (-) TimerEvent: {} +[20.350929] (-) TimerEvent: {} +[20.451677] (-) TimerEvent: {} +[20.552399] (-) TimerEvent: {} +[20.653126] (-) TimerEvent: {} +[20.754606] (-) TimerEvent: {} +[20.855755] (-) TimerEvent: {} +[20.956695] (-) TimerEvent: {} +[21.057260] (-) TimerEvent: {} +[21.157954] (-) TimerEvent: {} +[21.258687] (-) TimerEvent: {} +[21.359616] (-) TimerEvent: {} +[21.460733] (-) TimerEvent: {} +[21.561570] (-) TimerEvent: {} +[21.662291] (-) TimerEvent: {} +[21.763000] (-) TimerEvent: {} +[21.863978] (-) TimerEvent: {} +[21.964935] (-) TimerEvent: {} +[22.065549] (-) TimerEvent: {} +[22.166209] (-) TimerEvent: {} +[22.267490] (-) TimerEvent: {} +[22.368470] (-) TimerEvent: {} +[22.469277] (-) TimerEvent: {} +[22.570177] (-) TimerEvent: {} +[22.670777] (-) TimerEvent: {} +[22.771640] (-) TimerEvent: {} +[22.872426] (-) TimerEvent: {} +[22.973147] (-) TimerEvent: {} +[23.074111] (-) TimerEvent: {} +[23.174941] (-) TimerEvent: {} +[23.275639] (-) TimerEvent: {} +[23.376292] (-) TimerEvent: {} +[23.476873] (-) TimerEvent: {} +[23.577483] (-) TimerEvent: {} +[23.678190] (-) TimerEvent: {} +[23.779007] (-) TimerEvent: {} +[23.879933] (-) TimerEvent: {} +[23.980845] (-) TimerEvent: {} +[24.081891] (-) TimerEvent: {} +[24.182824] (-) TimerEvent: {} +[24.283756] (-) TimerEvent: {} +[24.384684] (-) TimerEvent: {} +[24.485582] (-) TimerEvent: {} +[24.586264] (-) TimerEvent: {} +[24.686964] (-) TimerEvent: {} +[24.787652] (-) TimerEvent: {} +[24.888360] (-) TimerEvent: {} +[24.989336] (-) TimerEvent: {} +[25.090010] (-) TimerEvent: {} +[25.190845] (-) TimerEvent: {} +[25.291581] (-) TimerEvent: {} +[25.392291] (-) TimerEvent: {} +[25.493297] (-) TimerEvent: {} +[25.593984] (-) TimerEvent: {} +[25.694605] (-) TimerEvent: {} +[25.795392] (-) TimerEvent: {} +[25.896036] (-) TimerEvent: {} +[25.996887] (-) TimerEvent: {} +[26.097830] (-) TimerEvent: {} +[26.198604] (-) TimerEvent: {} +[26.299358] (-) TimerEvent: {} +[26.400084] (-) TimerEvent: {} +[26.500783] (-) TimerEvent: {} +[26.601584] (-) TimerEvent: {} +[26.702232] (-) TimerEvent: {} +[26.802941] (-) TimerEvent: {} +[26.903506] (-) TimerEvent: {} +[27.004167] (-) TimerEvent: {} +[27.104766] (-) TimerEvent: {} +[27.205432] (-) TimerEvent: {} +[27.306193] (-) TimerEvent: {} +[27.407036] (-) TimerEvent: {} +[27.507949] (-) TimerEvent: {} +[27.608698] (-) TimerEvent: {} +[27.709418] (-) TimerEvent: {} +[27.810224] (-) TimerEvent: {} +[27.910915] (-) TimerEvent: {} +[28.011723] (-) TimerEvent: {} +[28.112372] (-) TimerEvent: {} +[28.212978] (-) TimerEvent: {} +[28.313762] (-) TimerEvent: {} +[28.414542] (-) TimerEvent: {} +[28.515393] (-) TimerEvent: {} +[28.616161] (-) TimerEvent: {} +[28.716831] (-) TimerEvent: {} +[28.817488] (-) TimerEvent: {} +[28.918221] (-) TimerEvent: {} +[29.018877] (-) TimerEvent: {} +[29.119505] (-) TimerEvent: {} +[29.220293] (-) TimerEvent: {} +[29.321394] (-) TimerEvent: {} +[29.422119] (-) TimerEvent: {} +[29.523024] (-) TimerEvent: {} +[29.623750] (-) TimerEvent: {} +[29.724516] (-) TimerEvent: {} +[29.825121] (-) TimerEvent: {} +[29.925745] (-) TimerEvent: {} +[30.026653] (-) TimerEvent: {} +[30.127457] (-) TimerEvent: {} +[30.228169] (-) TimerEvent: {} +[30.328878] (-) TimerEvent: {} +[30.429680] (-) TimerEvent: {} +[30.530448] (-) TimerEvent: {} +[30.631271] (-) TimerEvent: {} +[30.731919] (-) TimerEvent: {} +[30.832554] (-) TimerEvent: {} +[30.933213] (-) TimerEvent: {} +[31.033982] (-) TimerEvent: {} +[31.134613] (-) TimerEvent: {} +[31.235441] (-) TimerEvent: {} +[31.336160] (-) TimerEvent: {} +[31.436745] (-) TimerEvent: {} +[31.537450] (-) TimerEvent: {} +[31.637959] (-) TimerEvent: {} +[31.738632] (-) TimerEvent: {} +[31.839495] (-) TimerEvent: {} +[31.940226] (-) TimerEvent: {} +[32.040801] (-) TimerEvent: {} +[32.141373] (-) TimerEvent: {} +[32.242061] (-) TimerEvent: {} +[32.342892] (-) TimerEvent: {} +[32.443721] (-) TimerEvent: {} +[32.544333] (-) TimerEvent: {} +[32.644965] (-) TimerEvent: {} +[32.745595] (-) TimerEvent: {} +[32.846338] (-) TimerEvent: {} +[32.947098] (-) TimerEvent: {} +[33.047863] (-) TimerEvent: {} +[33.148577] (-) TimerEvent: {} +[33.249073] (-) TimerEvent: {} +[33.349850] (-) TimerEvent: {} +[33.450518] (-) TimerEvent: {} +[33.551184] (-) TimerEvent: {} +[33.652101] (-) TimerEvent: {} +[33.752729] (-) TimerEvent: {} +[33.853336] (-) TimerEvent: {} +[33.954080] (-) TimerEvent: {} +[34.054853] (-) TimerEvent: {} +[34.155509] (-) TimerEvent: {} +[34.256116] (-) TimerEvent: {} +[34.357115] (-) TimerEvent: {} +[34.460231] (-) TimerEvent: {} +[34.561126] (-) TimerEvent: {} +[34.661863] (-) TimerEvent: {} +[34.762590] (-) TimerEvent: {} +[34.863366] (-) TimerEvent: {} +[34.963990] (-) TimerEvent: {} +[35.064654] (-) TimerEvent: {} +[35.165356] (-) TimerEvent: {} +[35.265922] (-) TimerEvent: {} +[35.366615] (-) TimerEvent: {} +[35.467370] (-) TimerEvent: {} +[35.568092] (-) TimerEvent: {} +[35.668827] (-) TimerEvent: {} +[35.769667] (-) TimerEvent: {} +[35.870301] (-) TimerEvent: {} +[35.970903] (-) TimerEvent: {} +[36.071889] (-) TimerEvent: {} +[36.172782] (-) TimerEvent: {} +[36.273412] (-) TimerEvent: {} +[36.374073] (-) TimerEvent: {} +[36.474701] (-) TimerEvent: {} +[36.575274] (-) TimerEvent: {} +[36.675870] (-) TimerEvent: {} +[36.776525] (-) TimerEvent: {} +[36.877120] (-) TimerEvent: {} +[36.977836] (-) TimerEvent: {} +[37.078494] (-) TimerEvent: {} +[37.179129] (-) TimerEvent: {} +[37.279757] (-) TimerEvent: {} +[37.380452] (-) TimerEvent: {} +[37.481119] (-) TimerEvent: {} +[37.581766] (-) TimerEvent: {} +[37.682519] (-) TimerEvent: {} +[37.783292] (-) TimerEvent: {} +[37.884088] (-) TimerEvent: {} +[37.985844] (-) TimerEvent: {} +[38.086441] (-) TimerEvent: {} +[38.187219] (-) TimerEvent: {} +[38.288803] (-) TimerEvent: {} +[38.389619] (-) TimerEvent: {} +[38.490575] (-) TimerEvent: {} +[38.591200] (-) TimerEvent: {} +[38.691866] (-) TimerEvent: {} +[38.792368] (-) TimerEvent: {} +[38.892925] (-) TimerEvent: {} +[38.993555] (-) TimerEvent: {} +[39.094768] (-) TimerEvent: {} +[39.195640] (-) TimerEvent: {} +[39.296704] (-) TimerEvent: {} +[39.398402] (-) TimerEvent: {} +[39.499142] (-) TimerEvent: {} +[39.599800] (-) TimerEvent: {} +[39.700743] (-) TimerEvent: {} +[39.812281] (-) TimerEvent: {} +[39.919871] (-) TimerEvent: {} +[40.020661] (-) TimerEvent: {} +[40.121233] (-) TimerEvent: {} +[40.221885] (-) TimerEvent: {} +[40.322724] (-) TimerEvent: {} +[40.423490] (-) TimerEvent: {} +[40.524335] (-) TimerEvent: {} +[40.637179] (-) TimerEvent: {} +[40.737965] (-) TimerEvent: {} +[40.838680] (-) TimerEvent: {} +[40.939416] (-) TimerEvent: {} +[41.040067] (-) TimerEvent: {} +[41.141079] (-) TimerEvent: {} +[41.241808] (-) TimerEvent: {} +[41.342423] (-) TimerEvent: {} +[41.443344] (-) TimerEvent: {} +[41.544313] (-) TimerEvent: {} +[41.645138] (-) TimerEvent: {} +[41.745957] (-) TimerEvent: {} +[41.846658] (-) TimerEvent: {} +[41.947288] (-) TimerEvent: {} +[42.047909] (-) TimerEvent: {} +[42.148503] (-) TimerEvent: {} +[42.249019] (-) TimerEvent: {} +[42.349741] (-) TimerEvent: {} +[42.450354] (-) TimerEvent: {} +[42.551156] (-) TimerEvent: {} +[42.651902] (-) TimerEvent: {} +[42.752668] (-) TimerEvent: {} +[42.853511] (-) TimerEvent: {} +[42.954516] (-) TimerEvent: {} +[43.055287] (-) TimerEvent: {} +[43.156041] (-) TimerEvent: {} +[43.256846] (-) TimerEvent: {} +[43.357582] (-) TimerEvent: {} +[43.458277] (-) TimerEvent: {} +[43.559050] (-) TimerEvent: {} +[43.659792] (-) TimerEvent: {} +[43.760480] (-) TimerEvent: {} +[43.861134] (-) TimerEvent: {} +[43.961854] (-) TimerEvent: {} +[44.062555] (-) TimerEvent: {} +[44.163479] (-) TimerEvent: {} +[44.213379] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[44.263711] (-) TimerEvent: {} +[44.364259] (-) TimerEvent: {} +[44.464941] (-) TimerEvent: {} +[44.565807] (-) TimerEvent: {} +[44.666470] (-) TimerEvent: {} +[44.767189] (-) TimerEvent: {} +[44.868172] (-) TimerEvent: {} +[44.969106] (-) TimerEvent: {} +[45.069871] (-) TimerEvent: {} +[45.087877] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[45.116770] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[45.170637] (-) TimerEvent: {} +[45.231640] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[45.245132] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[45.262275] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[45.264771] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[45.267504] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[45.268819] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[45.270893] (-) TimerEvent: {} +[45.272006] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[45.273667] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[45.274901] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[45.276245] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[45.276992] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[45.278270] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[45.279230] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[45.279927] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[45.281315] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[45.281943] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[45.285088] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[45.286215] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[45.313271] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[45.313884] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[45.314534] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[45.315269] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[45.315715] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[45.315974] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[45.325109] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[45.371464] (-) TimerEvent: {} +[45.472333] (-) TimerEvent: {} +[45.566804] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[45.568918] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_07-26-12/logger_all.log b/log/build_2024-03-15_07-26-12/logger_all.log new file mode 100644 index 0000000..774da21 --- /dev/null +++ b/log/build_2024-03-15_07-26-12/logger_all.log @@ -0,0 +1,138 @@ +[2.453s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.453s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.575s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.575s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.575s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.575s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.575s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.575s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.576s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.576s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.576s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.576s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.576s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.576s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.576s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.576s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.577s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.577s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.602s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.602s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.602s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.602s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.602s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.603s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.611s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.611s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.612s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.612s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.612s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.612s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.612s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.613s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.613s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.613s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.613s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.615s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.615s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.615s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.615s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.615s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.615s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.615s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.615s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.615s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.615s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.615s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.726s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.726s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.727s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.727s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.727s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.727s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.727s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.727s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.727s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.728s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.759s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.798s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.806s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.807s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.876s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.877s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.877s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.061s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[47.920s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[48.051s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[48.127s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[48.128s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[48.168s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[48.169s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[48.169s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[48.197s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[48.198s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[48.199s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[48.202s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[48.202s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[48.202s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[48.206s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[48.207s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[48.228s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[48.230s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[48.230s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[48.232s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[48.234s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[48.235s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[48.310s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[48.327s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[48.328s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[48.328s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[48.344s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[48.344s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[48.345s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[48.346s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[48.346s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[48.346s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[48.346s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[48.346s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[48.363s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[48.364s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[48.365s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[48.365s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[48.366s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[48.367s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[48.368s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[48.368s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[48.368s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[48.368s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[48.432s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[48.432s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[48.432s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[48.432s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[48.439s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[48.440s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[48.470s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[48.472s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[48.476s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[48.510s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[48.512s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[48.513s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[48.548s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[48.550s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[48.573s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[48.575s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_07-38-03/b_obstacle_detector/command.log b/log/build_2024-03-15_07-38-03/b_obstacle_detector/command.log new file mode 100644 index 0000000..2577fbf --- /dev/null +++ b/log/build_2024-03-15_07-38-03/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '-2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_07-38-03/b_obstacle_detector/stderr.log b/log/build_2024-03-15_07-38-03/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..00659ab --- /dev/null +++ b/log/build_2024-03-15_07-38-03/b_obstacle_detector/stderr.log @@ -0,0 +1,3 @@ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Interrupt +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Interrupt +gmake: *** [Makefile:146: all] Interrupt diff --git a/log/build_2024-03-15_07-38-03/b_obstacle_detector/stdout.log b/log/build_2024-03-15_07-38-03/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..6bef28d --- /dev/null +++ b/log/build_2024-03-15_07-38-03/b_obstacle_detector/stdout.log @@ -0,0 +1,2 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_07-38-03/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_07-38-03/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..3ce1d6a --- /dev/null +++ b/log/build_2024-03-15_07-38-03/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,5 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Interrupt +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Interrupt +gmake: *** [Makefile:146: all] Interrupt diff --git a/log/build_2024-03-15_07-38-03/b_obstacle_detector/streams.log b/log/build_2024-03-15_07-38-03/b_obstacle_detector/streams.log new file mode 100644 index 0000000..cefc333 --- /dev/null +++ b/log/build_2024-03-15_07-38-03/b_obstacle_detector/streams.log @@ -0,0 +1,7 @@ +[0.197s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.603s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.697s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[2.997s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Interrupt +[3.008s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Interrupt +[3.013s] gmake: *** [Makefile:146: all] Interrupt +[3.015s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '-2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_07-38-03/events.log b/log/build_2024-03-15_07-38-03/events.log new file mode 100644 index 0000000..2b4ae17 --- /dev/null +++ b/log/build_2024-03-15_07-38-03/events.log @@ -0,0 +1,48 @@ +[0.000000] (-) TimerEvent: {} +[0.001691] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.005342] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.100254] (-) TimerEvent: {} +[0.177614] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.183906] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.185947] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.204383] (-) TimerEvent: {} +[0.306723] (-) TimerEvent: {} +[0.407859] (-) TimerEvent: {} +[0.509267] (-) TimerEvent: {} +[0.608543] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.610624] (-) TimerEvent: {} +[0.703454] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.710933] (-) TimerEvent: {} +[0.811963] (-) TimerEvent: {} +[0.913025] (-) TimerEvent: {} +[1.013701] (-) TimerEvent: {} +[1.114435] (-) TimerEvent: {} +[1.215144] (-) TimerEvent: {} +[1.315757] (-) TimerEvent: {} +[1.416557] (-) TimerEvent: {} +[1.517481] (-) TimerEvent: {} +[1.618100] (-) TimerEvent: {} +[1.719073] (-) TimerEvent: {} +[1.820176] (-) TimerEvent: {} +[1.920889] (-) TimerEvent: {} +[2.021722] (-) TimerEvent: {} +[2.122602] (-) TimerEvent: {} +[2.223813] (-) TimerEvent: {} +[2.324477] (-) TimerEvent: {} +[2.425556] (-) TimerEvent: {} +[2.526155] (-) TimerEvent: {} +[2.626760] (-) TimerEvent: {} +[2.727534] (-) TimerEvent: {} +[2.828087] (-) TimerEvent: {} +[2.928700] (-) TimerEvent: {} +[2.999549] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Interrupt\n'} +[3.007047] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Interrupt\n'} +[3.015285] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Interrupt\n'} +[3.020341] (b_obstacle_detector) CommandEnded: {'returncode': -2} +[3.028995] (-) TimerEvent: {} +[3.129773] (-) TimerEvent: {} +[3.230650] (-) TimerEvent: {} +[3.332072] (-) TimerEvent: {} +[3.435701] (-) TimerEvent: {} +[3.461130] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 'SIGINT'} +[3.469111] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_07-38-03/logger_all.log b/log/build_2024-03-15_07-38-03/logger_all.log new file mode 100644 index 0000000..b40c626 --- /dev/null +++ b/log/build_2024-03-15_07-38-03/logger_all.log @@ -0,0 +1,120 @@ +[2.936s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.936s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.077s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.078s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.078s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.078s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.078s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.078s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.078s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.079s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.125s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.126s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.126s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.126s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.126s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.127s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.127s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.127s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.127s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.127s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.127s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.127s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.128s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.128s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.140s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.142s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.142s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.142s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.143s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.144s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.144s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.144s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.144s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.144s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.145s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.146s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.147s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.147s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.147s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.147s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.147s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.147s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.147s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.147s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.147s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.303s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.304s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.304s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.304s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.304s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.304s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.304s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.304s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.304s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.304s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.329s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.368s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.370s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.370s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.411s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.411s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.411s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.570s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[6.363s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete was interrupted +[6.367s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete again +[6.388s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '-2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[6.557s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[6.623s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[6.630s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[6.630s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[6.678s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[6.702s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[6.707s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[6.715s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[6.717s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[6.717s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[6.737s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[6.739s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[6.801s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[6.805s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[6.809s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[6.817s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[6.821s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[6.825s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[6.828s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished +[6.831s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[6.834s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[6.834s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[6.949s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[6.949s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[6.949s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[6.949s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[6.960s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[6.961s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[7.020s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[7.025s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[7.033s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[7.080s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[7.082s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[7.084s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[7.119s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[7.120s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[7.159s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[7.160s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_07-39-08/b_obstacle_detector/command.log b/log/build_2024-03-15_07-39-08/b_obstacle_detector/command.log new file mode 100644 index 0000000..443abec --- /dev/null +++ b/log/build_2024-03-15_07-39-08/b_obstacle_detector/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_07-39-08/b_obstacle_detector/stderr.log b/log/build_2024-03-15_07-39-08/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..f36a056 --- /dev/null +++ b/log/build_2024-03-15_07-39-08/b_obstacle_detector/stderr.log @@ -0,0 +1,23 @@ +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:6:15: error: too few arguments to function ‘void rclcpp::init(int, const char* const*, const rclcpp::InitOptions&, rclcpp::SignalHandlerOptions)’ + 6 | rclcpp::init(); + | ~~~~~~~~~~~~^~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40, + from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24, + from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20, + from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18, + from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20, + from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp:75:1: note: declared here + 75 | init( + | ^~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_07-39-08/b_obstacle_detector/stdout.log b/log/build_2024-03-15_07-39-08/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..b7eab35 --- /dev/null +++ b/log/build_2024-03-15_07-39-08/b_obstacle_detector/stdout.log @@ -0,0 +1 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o diff --git a/log/build_2024-03-15_07-39-08/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_07-39-08/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..5cdaa7f --- /dev/null +++ b/log/build_2024-03-15_07-39-08/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,24 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main()’: +/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:6:15: error: too few arguments to function ‘void rclcpp::init(int, const char* const*, const rclcpp::InitOptions&, rclcpp::SignalHandlerOptions)’ + 6 | rclcpp::init(); + | ~~~~~~~~~~~~^~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40, + from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24, + from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20, + from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18, + from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20, + from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37, + from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, + from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, + from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +/opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp:75:1: note: declared here + 75 | init( + | ^~~~ +gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-15_07-39-08/b_obstacle_detector/streams.log b/log/build_2024-03-15_07-39-08/b_obstacle_detector/streams.log new file mode 100644 index 0000000..fb13366 --- /dev/null +++ b/log/build_2024-03-15_07-39-08/b_obstacle_detector/streams.log @@ -0,0 +1,26 @@ +[0.125s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.248s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[6.986s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp: In function ‘int main()’: +[6.987s] /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:6:15: error: too few arguments to function ‘void rclcpp::init(int, const char* const*, const rclcpp::InitOptions&, rclcpp::SignalHandlerOptions)’ +[6.987s] 6 | rclcpp::init(); +[6.987s] | ~~~~~~~~~~~~^~ +[6.988s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:25, +[6.989s] from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40, +[6.989s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24, +[6.989s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20, +[6.990s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25, +[6.990s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18, +[6.991s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20, +[6.991s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37, +[6.991s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25, +[6.992s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21, +[6.992s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155, +[6.993s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5, +[6.993s] from /home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1: +[6.993s] /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp:75:1: note: declared here +[6.994s] 75 | init( +[6.994s] | ^~~~ +[8.700s] gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1 +[8.701s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2 +[8.702s] gmake: *** [Makefile:146: all] Error 2 +[8.714s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 diff --git a/log/build_2024-03-15_07-39-08/events.log b/log/build_2024-03-15_07-39-08/events.log new file mode 100644 index 0000000..babe4a5 --- /dev/null +++ b/log/build_2024-03-15_07-39-08/events.log @@ -0,0 +1,122 @@ +[0.000000] (-) TimerEvent: {} +[0.002860] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.002991] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098032] (-) TimerEvent: {} +[0.116214] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.120635] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.121845] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.198221] (-) TimerEvent: {} +[0.251088] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.298471] (-) TimerEvent: {} +[0.399233] (-) TimerEvent: {} +[0.499859] (-) TimerEvent: {} +[0.600571] (-) TimerEvent: {} +[0.701223] (-) TimerEvent: {} +[0.801857] (-) TimerEvent: {} +[0.902566] (-) TimerEvent: {} +[1.003210] (-) TimerEvent: {} +[1.104031] (-) TimerEvent: {} +[1.204853] (-) TimerEvent: {} +[1.305396] (-) TimerEvent: {} +[1.406091] (-) TimerEvent: {} +[1.506651] (-) TimerEvent: {} +[1.607265] (-) TimerEvent: {} +[1.707893] (-) TimerEvent: {} +[1.808479] (-) TimerEvent: {} +[1.909276] (-) TimerEvent: {} +[2.009781] (-) TimerEvent: {} +[2.110589] (-) TimerEvent: {} +[2.211210] (-) TimerEvent: {} +[2.311856] (-) TimerEvent: {} +[2.412538] (-) TimerEvent: {} +[2.513222] (-) TimerEvent: {} +[2.613909] (-) TimerEvent: {} +[2.714555] (-) TimerEvent: {} +[2.815263] (-) TimerEvent: {} +[2.915881] (-) TimerEvent: {} +[3.016652] (-) TimerEvent: {} +[3.117460] (-) TimerEvent: {} +[3.218244] (-) TimerEvent: {} +[3.319121] (-) TimerEvent: {} +[3.419742] (-) TimerEvent: {} +[3.520410] (-) TimerEvent: {} +[3.621103] (-) TimerEvent: {} +[3.721780] (-) TimerEvent: {} +[3.823051] (-) TimerEvent: {} +[3.923989] (-) TimerEvent: {} +[4.024603] (-) TimerEvent: {} +[4.125265] (-) TimerEvent: {} +[4.225762] (-) TimerEvent: {} +[4.326527] (-) TimerEvent: {} +[4.427277] (-) TimerEvent: {} +[4.528182] (-) TimerEvent: {} +[4.629151] (-) TimerEvent: {} +[4.729846] (-) TimerEvent: {} +[4.830600] (-) TimerEvent: {} +[4.931370] (-) TimerEvent: {} +[5.032185] (-) TimerEvent: {} +[5.132864] (-) TimerEvent: {} +[5.233664] (-) TimerEvent: {} +[5.334419] (-) TimerEvent: {} +[5.435275] (-) TimerEvent: {} +[5.536169] (-) TimerEvent: {} +[5.636805] (-) TimerEvent: {} +[5.737599] (-) TimerEvent: {} +[5.838225] (-) TimerEvent: {} +[5.938947] (-) TimerEvent: {} +[6.039775] (-) TimerEvent: {} +[6.140611] (-) TimerEvent: {} +[6.241190] (-) TimerEvent: {} +[6.341823] (-) TimerEvent: {} +[6.442504] (-) TimerEvent: {} +[6.543080] (-) TimerEvent: {} +[6.643614] (-) TimerEvent: {} +[6.744206] (-) TimerEvent: {} +[6.845021] (-) TimerEvent: {} +[6.945795] (-) TimerEvent: {} +[6.989121] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:\x1b[m\x1b[K In function \xe2\x80\x98\x1b[01m\x1b[Kint main()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[6.989691] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:6:15:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Ktoo few arguments to function \xe2\x80\x98\x1b[01m\x1b[Kvoid rclcpp::init(int, const char* const*, const rclcpp::InitOptions&, rclcpp::SignalHandlerOptions)\x1b[m\x1b[K\xe2\x80\x99\n'} +[6.989898] (b_obstacle_detector) StderrLine: {'line': b' 6 | \x1b[01;31m\x1b[Krclcpp::init()\x1b[m\x1b[K;\n'} +[6.990134] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;31m\x1b[K~~~~~~~~~~~~^~\x1b[m\x1b[K\n'} +[6.990844] (b_obstacle_detector) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:25\x1b[m\x1b[K,\n'} +[6.991350] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40\x1b[m\x1b[K,\n'} +[6.991786] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24\x1b[m\x1b[K,\n'} +[6.992223] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20\x1b[m\x1b[K,\n'} +[6.992631] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25\x1b[m\x1b[K,\n'} +[6.993093] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18\x1b[m\x1b[K,\n'} +[6.993447] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20\x1b[m\x1b[K,\n'} +[6.993815] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37\x1b[m\x1b[K,\n'} +[6.994189] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25\x1b[m\x1b[K,\n'} +[6.994533] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21\x1b[m\x1b[K,\n'} +[6.994993] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155\x1b[m\x1b[K,\n'} +[6.995446] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp:5\x1b[m\x1b[K,\n'} +[6.995840] (b_obstacle_detector) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/user/ws/src/chibi24_b/b_obstacle_detector/src/b_obstacle_detector_node.cpp:1\x1b[m\x1b[K:\n'} +[6.996272] (b_obstacle_detector) StderrLine: {'line': b'\x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp:75:1:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[Kdeclared here\n'} +[6.996655] (b_obstacle_detector) StderrLine: {'line': b' 75 | \x1b[01;36m\x1b[Kinit\x1b[m\x1b[K(\n'} +[6.996962] (b_obstacle_detector) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~\x1b[m\x1b[K\n'} +[7.046087] (-) TimerEvent: {} +[7.146759] (-) TimerEvent: {} +[7.247343] (-) TimerEvent: {} +[7.347992] (-) TimerEvent: {} +[7.448769] (-) TimerEvent: {} +[7.549462] (-) TimerEvent: {} +[7.650114] (-) TimerEvent: {} +[7.750809] (-) TimerEvent: {} +[7.851554] (-) TimerEvent: {} +[7.952239] (-) TimerEvent: {} +[8.052985] (-) TimerEvent: {} +[8.153689] (-) TimerEvent: {} +[8.254519] (-) TimerEvent: {} +[8.355310] (-) TimerEvent: {} +[8.455945] (-) TimerEvent: {} +[8.556723] (-) TimerEvent: {} +[8.657453] (-) TimerEvent: {} +[8.702871] (b_obstacle_detector) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/b_obstacle_detector_node.dir/build.make:90: CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o] Error 1\n'} +[8.703795] (b_obstacle_detector) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/b_obstacle_detector_node.dir/all] Error 2\n'} +[8.704340] (b_obstacle_detector) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[8.715465] (b_obstacle_detector) CommandEnded: {'returncode': 2} +[8.757792] (-) TimerEvent: {} +[8.858580] (-) TimerEvent: {} +[8.957367] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 2} +[8.959563] (-) TimerEvent: {} +[8.969041] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_07-39-08/logger_all.log b/log/build_2024-03-15_07-39-08/logger_all.log new file mode 100644 index 0000000..adab35c --- /dev/null +++ b/log/build_2024-03-15_07-39-08/logger_all.log @@ -0,0 +1,118 @@ +[2.137s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.137s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.198s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.198s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.198s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.198s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.198s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.199s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.199s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.199s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.199s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.199s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.199s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.217s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.217s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.217s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.217s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.217s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.217s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.217s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.217s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.218s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.218s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.218s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.218s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.218s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.218s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.222s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.222s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.222s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.222s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.222s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.222s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.222s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.222s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.223s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.224s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.224s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.224s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.224s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.224s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.224s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.224s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.224s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.224s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.224s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.324s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.324s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.324s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.325s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.325s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.325s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.325s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.325s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.325s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.325s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.340s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.364s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.365s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.365s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.406s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.406s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.407s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.494s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[11.078s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[11.173s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[11.211s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[11.213s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[11.214s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[11.263s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[11.265s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[11.266s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[11.269s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[11.269s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[11.270s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[11.274s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[11.274s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[11.307s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[11.310s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[11.311s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[11.313s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[11.315s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[11.317s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[11.329s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[11.329s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[11.329s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[11.330s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[11.388s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[11.388s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[11.388s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[11.389s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[11.396s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[11.398s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[11.434s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[11.437s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[11.441s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[11.467s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[11.470s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[11.472s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[11.495s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[11.496s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[11.526s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[11.528s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-15_07-40-36/b_obstacle_detector/command.log b/log/build_2024-03-15_07-40-36/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-15_07-40-36/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_07-40-36/b_obstacle_detector/stderr.log b/log/build_2024-03-15_07-40-36/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-15_07-40-36/b_obstacle_detector/stdout.log b/log/build_2024-03-15_07-40-36/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..264ec63 --- /dev/null +++ b/log/build_2024-03-15_07-40-36/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_07-40-36/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-15_07-40-36/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..264ec63 --- /dev/null +++ b/log/build_2024-03-15_07-40-36/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-15_07-40-36/b_obstacle_detector/streams.log b/log/build_2024-03-15_07-40-36/b_obstacle_detector/streams.log new file mode 100644 index 0000000..d49f28e --- /dev/null +++ b/log/build_2024-03-15_07-40-36/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.199s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.309s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.367s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[12.673s] [ 66%] Linking CXX executable b_obstacle_detector_node +[16.035s] [100%] Built target b_obstacle_detector_node +[16.078s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[16.227s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[16.271s] -- Install configuration: "RelWithDebInfo" +[16.279s] -- Execute custom install script +[16.295s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[16.298s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[16.301s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[16.302s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[16.304s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[16.305s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[16.305s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[16.307s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[16.311s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[16.312s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[16.312s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[16.313s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[16.314s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[16.314s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[16.361s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[16.362s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[16.364s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[16.365s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[16.367s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[16.368s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[16.386s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-15_07-40-36/events.log b/log/build_2024-03-15_07-40-36/events.log new file mode 100644 index 0000000..5a6f76d --- /dev/null +++ b/log/build_2024-03-15_07-40-36/events.log @@ -0,0 +1,204 @@ +[0.000000] (-) TimerEvent: {} +[0.001450] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.001617] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.094496] (-) TimerEvent: {} +[0.183250] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.188059] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.188327] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.201129] (-) TimerEvent: {} +[0.301848] (-) TimerEvent: {} +[0.310024] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.368060] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.402061] (-) TimerEvent: {} +[0.502650] (-) TimerEvent: {} +[0.603392] (-) TimerEvent: {} +[0.704051] (-) TimerEvent: {} +[0.804861] (-) TimerEvent: {} +[0.905727] (-) TimerEvent: {} +[1.006646] (-) TimerEvent: {} +[1.107410] (-) TimerEvent: {} +[1.208199] (-) TimerEvent: {} +[1.308826] (-) TimerEvent: {} +[1.409565] (-) TimerEvent: {} +[1.510181] (-) TimerEvent: {} +[1.610787] (-) TimerEvent: {} +[1.711595] (-) TimerEvent: {} +[1.812306] (-) TimerEvent: {} +[1.913256] (-) TimerEvent: {} +[2.013819] (-) TimerEvent: {} +[2.114447] (-) TimerEvent: {} +[2.215180] (-) TimerEvent: {} +[2.316007] (-) TimerEvent: {} +[2.416633] (-) TimerEvent: {} +[2.517135] (-) TimerEvent: {} +[2.617720] (-) TimerEvent: {} +[2.719040] (-) TimerEvent: {} +[2.819766] (-) TimerEvent: {} +[2.920420] (-) TimerEvent: {} +[3.021202] (-) TimerEvent: {} +[3.121940] (-) TimerEvent: {} +[3.222801] (-) TimerEvent: {} +[3.327030] (-) TimerEvent: {} +[3.428327] (-) TimerEvent: {} +[3.529421] (-) TimerEvent: {} +[3.630717] (-) TimerEvent: {} +[3.731500] (-) TimerEvent: {} +[3.832268] (-) TimerEvent: {} +[3.932874] (-) TimerEvent: {} +[4.033661] (-) TimerEvent: {} +[4.134408] (-) TimerEvent: {} +[4.235076] (-) TimerEvent: {} +[4.335716] (-) TimerEvent: {} +[4.436324] (-) TimerEvent: {} +[4.536924] (-) TimerEvent: {} +[4.637616] (-) TimerEvent: {} +[4.738562] (-) TimerEvent: {} +[4.839438] (-) TimerEvent: {} +[4.940106] (-) TimerEvent: {} +[5.040773] (-) TimerEvent: {} +[5.141502] (-) TimerEvent: {} +[5.242201] (-) TimerEvent: {} +[5.342928] (-) TimerEvent: {} +[5.443699] (-) TimerEvent: {} +[5.544378] (-) TimerEvent: {} +[5.645088] (-) TimerEvent: {} +[5.745787] (-) TimerEvent: {} +[5.846488] (-) TimerEvent: {} +[5.947433] (-) TimerEvent: {} +[6.048317] (-) TimerEvent: {} +[6.149498] (-) TimerEvent: {} +[6.250261] (-) TimerEvent: {} +[6.351119] (-) TimerEvent: {} +[6.451969] (-) TimerEvent: {} +[6.552874] (-) TimerEvent: {} +[6.653525] (-) TimerEvent: {} +[6.754032] (-) TimerEvent: {} +[6.854622] (-) TimerEvent: {} +[6.955422] (-) TimerEvent: {} +[7.089679] (-) TimerEvent: {} +[7.190423] (-) TimerEvent: {} +[7.290946] (-) TimerEvent: {} +[7.391625] (-) TimerEvent: {} +[7.492261] (-) TimerEvent: {} +[7.593092] (-) TimerEvent: {} +[7.693982] (-) TimerEvent: {} +[7.794640] (-) TimerEvent: {} +[7.895377] (-) TimerEvent: {} +[8.018323] (-) TimerEvent: {} +[8.119198] (-) TimerEvent: {} +[8.220000] (-) TimerEvent: {} +[8.320594] (-) TimerEvent: {} +[8.421212] (-) TimerEvent: {} +[8.521967] (-) TimerEvent: {} +[8.622692] (-) TimerEvent: {} +[8.723326] (-) TimerEvent: {} +[8.823920] (-) TimerEvent: {} +[8.924601] (-) TimerEvent: {} +[9.025377] (-) TimerEvent: {} +[9.125961] (-) TimerEvent: {} +[9.259812] (-) TimerEvent: {} +[9.360489] (-) TimerEvent: {} +[9.461096] (-) TimerEvent: {} +[9.561697] (-) TimerEvent: {} +[9.662295] (-) TimerEvent: {} +[9.762906] (-) TimerEvent: {} +[9.863620] (-) TimerEvent: {} +[9.964289] (-) TimerEvent: {} +[10.064813] (-) TimerEvent: {} +[10.165357] (-) TimerEvent: {} +[10.265963] (-) TimerEvent: {} +[10.366793] (-) TimerEvent: {} +[10.467604] (-) TimerEvent: {} +[10.568164] (-) TimerEvent: {} +[10.668786] (-) TimerEvent: {} +[10.769499] (-) TimerEvent: {} +[10.870273] (-) TimerEvent: {} +[10.971116] (-) TimerEvent: {} +[11.071880] (-) TimerEvent: {} +[11.172731] (-) TimerEvent: {} +[11.273307] (-) TimerEvent: {} +[11.373964] (-) TimerEvent: {} +[11.474723] (-) TimerEvent: {} +[11.575423] (-) TimerEvent: {} +[11.676259] (-) TimerEvent: {} +[11.777347] (-) TimerEvent: {} +[11.878141] (-) TimerEvent: {} +[11.978775] (-) TimerEvent: {} +[12.079299] (-) TimerEvent: {} +[12.179864] (-) TimerEvent: {} +[12.280478] (-) TimerEvent: {} +[12.381409] (-) TimerEvent: {} +[12.482241] (-) TimerEvent: {} +[12.582909] (-) TimerEvent: {} +[12.673787] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[12.683113] (-) TimerEvent: {} +[12.783683] (-) TimerEvent: {} +[12.884396] (-) TimerEvent: {} +[12.985057] (-) TimerEvent: {} +[13.085817] (-) TimerEvent: {} +[13.186876] (-) TimerEvent: {} +[13.287510] (-) TimerEvent: {} +[13.388029] (-) TimerEvent: {} +[13.488603] (-) TimerEvent: {} +[13.589865] (-) TimerEvent: {} +[13.691594] (-) TimerEvent: {} +[13.792465] (-) TimerEvent: {} +[13.893653] (-) TimerEvent: {} +[13.994443] (-) TimerEvent: {} +[14.095154] (-) TimerEvent: {} +[14.195659] (-) TimerEvent: {} +[14.296223] (-) TimerEvent: {} +[14.396947] (-) TimerEvent: {} +[14.497589] (-) TimerEvent: {} +[14.598283] (-) TimerEvent: {} +[14.698911] (-) TimerEvent: {} +[14.799472] (-) TimerEvent: {} +[14.900051] (-) TimerEvent: {} +[15.000591] (-) TimerEvent: {} +[15.101402] (-) TimerEvent: {} +[15.202401] (-) TimerEvent: {} +[15.303193] (-) TimerEvent: {} +[15.404040] (-) TimerEvent: {} +[15.504869] (-) TimerEvent: {} +[15.605830] (-) TimerEvent: {} +[15.706514] (-) TimerEvent: {} +[15.807317] (-) TimerEvent: {} +[15.907986] (-) TimerEvent: {} +[16.011313] (-) TimerEvent: {} +[16.036575] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[16.079212] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[16.111557] (-) TimerEvent: {} +[16.182937] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[16.211861] (-) TimerEvent: {} +[16.227720] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[16.272870] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[16.280358] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[16.295933] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[16.298857] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[16.302011] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[16.303567] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[16.305170] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[16.306131] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[16.306846] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[16.308105] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[16.311951] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[16.312424] (-) TimerEvent: {} +[16.312764] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[16.313632] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[16.314142] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[16.314863] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[16.315699] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[16.362402] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[16.363739] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[16.365293] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[16.366014] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[16.368593] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[16.369281] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[16.387288] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[16.412997] (-) TimerEvent: {} +[16.513942] (-) TimerEvent: {} +[16.618594] (-) TimerEvent: {} +[16.719920] (-) TimerEvent: {} +[16.820945] (-) TimerEvent: {} +[16.842113] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[16.845017] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-15_07-40-36/logger_all.log b/log/build_2024-03-15_07-40-36/logger_all.log new file mode 100644 index 0000000..fbc15ee --- /dev/null +++ b/log/build_2024-03-15_07-40-36/logger_all.log @@ -0,0 +1,138 @@ +[2.399s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.399s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.550s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.551s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.551s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.551s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.551s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.551s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.551s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.552s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.552s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.552s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.552s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.552s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.553s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.582s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.583s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.583s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.583s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.583s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.583s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.583s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.590s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.590s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.591s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.591s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.591s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.591s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.591s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.592s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.593s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.593s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.593s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.593s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.593s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.593s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.593s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.594s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.594s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.595s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.595s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.595s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.595s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.803s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.804s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.834s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.864s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.864s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.865s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.908s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.909s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.909s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.069s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[18.949s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[19.100s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[19.255s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[19.257s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[19.352s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[19.355s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[19.357s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[19.412s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[19.415s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[19.417s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[19.421s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[19.422s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[19.422s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[19.429s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[19.429s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[19.479s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[19.482s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[19.483s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[19.490s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[19.492s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[19.494s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[19.576s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[19.621s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[19.622s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[19.623s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[19.662s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[19.663s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[19.664s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[19.665s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[19.665s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[19.665s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[19.665s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[19.666s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[19.699s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[19.701s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[19.703s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[19.706s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[19.708s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[19.709s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[19.710s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[19.712s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[19.712s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[19.712s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[19.792s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[19.792s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[19.792s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[19.793s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[19.799s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[19.799s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[19.827s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[19.830s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[19.834s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[19.868s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[19.870s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[19.873s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[19.896s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[19.896s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[19.924s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[19.925s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-17_11-12-29/b_obstacle_detector/command.log b/log/build_2024-03-17_11-12-29/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-17_11-12-29/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_11-12-29/b_obstacle_detector/stderr.log b/log/build_2024-03-17_11-12-29/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-17_11-12-29/b_obstacle_detector/stdout.log b/log/build_2024-03-17_11-12-29/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-17_11-12-29/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_11-12-29/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-17_11-12-29/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-17_11-12-29/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_11-12-29/b_obstacle_detector/streams.log b/log/build_2024-03-17_11-12-29/b_obstacle_detector/streams.log new file mode 100644 index 0000000..7a84401 --- /dev/null +++ b/log/build_2024-03-17_11-12-29/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.154s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.639s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.795s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[88.802s] [ 66%] Linking CXX executable b_obstacle_detector_node +[90.308s] [100%] Built target b_obstacle_detector_node +[90.490s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[90.713s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[90.752s] -- Install configuration: "RelWithDebInfo" +[90.764s] -- Execute custom install script +[90.775s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[90.781s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[90.785s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[90.796s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[90.801s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[90.805s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[90.806s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[90.809s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[90.817s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[90.820s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[90.823s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[90.826s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[90.828s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[90.834s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[90.915s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[90.917s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[90.922s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[90.925s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[90.927s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[90.929s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[90.955s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_11-12-29/events.log b/log/build_2024-03-17_11-12-29/events.log new file mode 100644 index 0000000..673dbe0 --- /dev/null +++ b/log/build_2024-03-17_11-12-29/events.log @@ -0,0 +1,945 @@ +[0.000000] (-) TimerEvent: {} +[0.005708] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.005861] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.095851] (-) TimerEvent: {} +[0.138304] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.145194] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.145270] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.195994] (-) TimerEvent: {} +[0.296483] (-) TimerEvent: {} +[0.396918] (-) TimerEvent: {} +[0.497429] (-) TimerEvent: {} +[0.597858] (-) TimerEvent: {} +[0.644880] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.698180] (-) TimerEvent: {} +[0.799664] (-) TimerEvent: {} +[0.800830] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.899928] (-) TimerEvent: {} +[1.000670] (-) TimerEvent: {} +[1.101290] (-) TimerEvent: {} +[1.201889] (-) TimerEvent: {} +[1.302403] (-) TimerEvent: {} +[1.402854] (-) TimerEvent: {} +[1.503312] (-) TimerEvent: {} +[1.603746] (-) TimerEvent: {} +[1.704265] (-) TimerEvent: {} +[1.805202] (-) TimerEvent: {} +[1.905888] (-) TimerEvent: {} +[2.006506] (-) TimerEvent: {} +[2.107290] (-) TimerEvent: {} +[2.208206] (-) TimerEvent: {} +[2.309155] (-) TimerEvent: {} +[2.409700] (-) TimerEvent: {} +[2.510524] (-) TimerEvent: {} +[2.611221] (-) TimerEvent: {} +[2.711834] (-) TimerEvent: {} +[2.813265] (-) TimerEvent: {} +[2.913802] (-) TimerEvent: {} +[3.014303] (-) TimerEvent: {} +[3.114949] (-) TimerEvent: {} +[3.215440] (-) TimerEvent: {} +[3.315932] (-) TimerEvent: {} +[3.416436] (-) TimerEvent: {} +[3.516944] (-) TimerEvent: {} +[3.617426] (-) TimerEvent: {} +[3.717988] (-) TimerEvent: {} +[3.818485] (-) TimerEvent: {} +[3.919009] (-) TimerEvent: {} +[4.024607] (-) TimerEvent: {} +[4.125139] (-) TimerEvent: {} +[4.225760] (-) TimerEvent: {} +[4.326315] (-) TimerEvent: {} +[4.426903] (-) TimerEvent: {} +[4.527357] (-) TimerEvent: {} +[4.627845] (-) TimerEvent: {} +[4.728265] (-) TimerEvent: {} +[4.828814] (-) TimerEvent: {} +[4.929357] (-) TimerEvent: {} +[5.030194] (-) TimerEvent: {} +[5.130995] (-) TimerEvent: {} +[5.231569] (-) TimerEvent: {} +[5.332150] (-) TimerEvent: {} +[5.432692] (-) TimerEvent: {} +[5.533329] (-) TimerEvent: {} +[5.634027] (-) TimerEvent: {} +[5.734825] (-) TimerEvent: {} +[5.835567] (-) TimerEvent: {} +[5.936249] (-) TimerEvent: {} +[6.036864] (-) TimerEvent: {} +[6.137341] (-) TimerEvent: {} +[6.238033] (-) TimerEvent: {} +[6.338648] (-) TimerEvent: {} +[6.439122] (-) TimerEvent: {} +[6.539829] (-) TimerEvent: {} +[6.641728] (-) TimerEvent: {} +[6.743518] (-) TimerEvent: {} +[6.844256] (-) TimerEvent: {} +[6.945269] (-) TimerEvent: {} +[7.046056] (-) TimerEvent: {} +[7.146740] (-) TimerEvent: {} +[7.247495] (-) TimerEvent: {} +[7.348224] (-) TimerEvent: {} +[7.449032] (-) TimerEvent: {} +[7.549853] (-) TimerEvent: {} +[7.650838] (-) TimerEvent: {} +[7.751532] (-) TimerEvent: {} +[7.852227] (-) TimerEvent: {} +[7.952920] (-) TimerEvent: {} +[8.053628] (-) TimerEvent: {} +[8.154282] (-) TimerEvent: {} +[8.255025] (-) TimerEvent: {} +[8.355654] (-) TimerEvent: {} +[8.456385] (-) TimerEvent: {} +[8.558813] (-) TimerEvent: {} +[8.659348] (-) TimerEvent: {} +[8.760069] (-) TimerEvent: {} +[8.860666] (-) TimerEvent: {} +[8.961389] (-) TimerEvent: {} +[9.062311] (-) TimerEvent: {} +[9.163147] (-) TimerEvent: {} +[9.263897] (-) TimerEvent: {} +[9.364775] (-) TimerEvent: {} +[9.466915] (-) TimerEvent: {} +[9.567734] (-) TimerEvent: {} +[9.668553] (-) TimerEvent: {} +[9.769395] (-) TimerEvent: {} +[9.870235] (-) TimerEvent: {} +[9.971197] (-) TimerEvent: {} +[10.072030] (-) TimerEvent: {} +[10.172937] (-) TimerEvent: {} +[10.274004] (-) TimerEvent: {} +[10.374939] (-) TimerEvent: {} +[10.475660] (-) TimerEvent: {} +[10.576385] (-) TimerEvent: {} +[10.677066] (-) TimerEvent: {} +[10.777759] (-) TimerEvent: {} +[10.878507] (-) TimerEvent: {} +[10.979095] (-) TimerEvent: {} +[11.079759] (-) TimerEvent: {} +[11.180309] (-) TimerEvent: {} +[11.281005] (-) TimerEvent: {} +[11.381803] (-) TimerEvent: {} +[11.482427] (-) TimerEvent: {} +[11.583019] (-) TimerEvent: {} +[11.683524] (-) TimerEvent: {} +[11.783960] (-) TimerEvent: {} +[11.884742] (-) TimerEvent: {} +[11.985476] (-) TimerEvent: {} +[12.086227] (-) TimerEvent: {} +[12.187076] (-) TimerEvent: {} +[12.287958] (-) TimerEvent: {} +[12.388803] (-) TimerEvent: {} +[12.489667] (-) TimerEvent: {} +[12.590407] (-) TimerEvent: {} +[12.691223] (-) TimerEvent: {} +[12.791933] (-) TimerEvent: {} +[12.892638] (-) TimerEvent: {} +[12.993271] (-) TimerEvent: {} +[13.093884] (-) TimerEvent: {} +[13.194707] (-) TimerEvent: {} +[13.295385] (-) TimerEvent: {} +[13.396067] (-) TimerEvent: {} +[13.496880] (-) TimerEvent: {} +[13.597693] (-) TimerEvent: {} +[13.698430] (-) TimerEvent: {} +[13.799095] (-) TimerEvent: {} +[13.899619] (-) TimerEvent: {} +[14.000186] (-) TimerEvent: {} +[14.100658] (-) TimerEvent: {} +[14.201262] (-) TimerEvent: {} +[14.301918] (-) TimerEvent: {} +[14.402745] (-) TimerEvent: {} +[14.503600] (-) TimerEvent: {} +[14.604369] (-) TimerEvent: {} +[14.705307] (-) TimerEvent: {} +[14.806010] (-) TimerEvent: {} +[14.906864] (-) TimerEvent: {} +[15.007650] (-) TimerEvent: {} +[15.108371] (-) TimerEvent: {} +[15.209044] (-) TimerEvent: {} +[15.309775] (-) TimerEvent: {} +[15.410453] (-) TimerEvent: {} +[15.511093] (-) TimerEvent: {} +[15.611635] (-) TimerEvent: {} +[15.712264] (-) TimerEvent: {} +[15.812908] (-) TimerEvent: {} +[15.913489] (-) TimerEvent: {} +[16.014051] (-) TimerEvent: {} +[16.114657] (-) TimerEvent: {} +[16.215232] (-) TimerEvent: {} +[16.315785] (-) TimerEvent: {} +[16.416276] (-) TimerEvent: {} +[16.516860] (-) TimerEvent: {} +[16.617382] (-) TimerEvent: {} +[16.717909] (-) TimerEvent: {} +[16.818475] (-) TimerEvent: {} +[16.919202] (-) TimerEvent: {} +[17.019883] (-) TimerEvent: {} +[17.120614] (-) TimerEvent: {} +[17.221325] (-) TimerEvent: {} +[17.322190] (-) TimerEvent: {} +[17.422966] (-) TimerEvent: {} +[17.523785] (-) TimerEvent: {} +[17.624837] (-) TimerEvent: {} +[17.725909] (-) TimerEvent: {} +[17.826756] (-) TimerEvent: {} +[17.927572] (-) TimerEvent: {} +[18.028485] (-) TimerEvent: {} +[18.129727] (-) TimerEvent: {} +[18.230557] (-) TimerEvent: {} +[18.331166] (-) TimerEvent: {} +[18.431930] (-) TimerEvent: {} +[18.532581] (-) TimerEvent: {} +[18.633234] (-) TimerEvent: {} +[18.733895] (-) TimerEvent: {} +[18.835171] (-) TimerEvent: {} +[18.935878] (-) TimerEvent: {} +[19.036642] (-) TimerEvent: {} +[19.137308] (-) TimerEvent: {} +[19.238005] (-) TimerEvent: {} +[19.338628] (-) TimerEvent: {} +[19.439290] (-) TimerEvent: {} +[19.539987] (-) TimerEvent: {} +[19.640699] (-) TimerEvent: {} +[19.741542] (-) TimerEvent: {} +[19.842429] (-) TimerEvent: {} +[19.943285] (-) TimerEvent: {} +[20.044163] (-) TimerEvent: {} +[20.145066] (-) TimerEvent: {} +[20.245962] (-) TimerEvent: {} +[20.347048] (-) TimerEvent: {} +[20.448224] (-) TimerEvent: {} +[20.549472] (-) TimerEvent: {} +[20.650656] (-) TimerEvent: {} +[20.751467] (-) TimerEvent: {} +[20.852228] (-) TimerEvent: {} +[20.953057] (-) TimerEvent: {} +[21.053840] (-) TimerEvent: {} +[21.154535] (-) TimerEvent: {} +[21.255147] (-) TimerEvent: {} +[21.355775] (-) TimerEvent: {} +[21.456398] (-) TimerEvent: {} +[21.556922] (-) TimerEvent: {} +[21.657635] (-) TimerEvent: {} +[21.758201] (-) TimerEvent: {} +[21.858724] (-) TimerEvent: {} +[21.959321] (-) TimerEvent: {} +[22.059816] (-) TimerEvent: {} +[22.160434] (-) TimerEvent: {} +[22.261058] (-) TimerEvent: {} +[22.361723] (-) TimerEvent: {} +[22.462335] (-) TimerEvent: {} +[22.563121] (-) TimerEvent: {} +[22.663935] (-) TimerEvent: {} +[22.764839] (-) TimerEvent: {} +[22.865633] (-) TimerEvent: {} +[22.966446] (-) TimerEvent: {} +[23.067141] (-) TimerEvent: {} +[23.167814] (-) TimerEvent: {} +[23.268433] (-) TimerEvent: {} +[23.369397] (-) TimerEvent: {} +[23.470210] (-) TimerEvent: {} +[23.570813] (-) TimerEvent: {} +[23.671463] (-) TimerEvent: {} +[23.771963] (-) TimerEvent: {} +[23.872592] (-) TimerEvent: {} +[23.973393] (-) TimerEvent: {} +[24.073931] (-) TimerEvent: {} +[24.174409] (-) TimerEvent: {} +[24.274967] (-) TimerEvent: {} +[24.375459] (-) TimerEvent: {} +[24.477383] (-) TimerEvent: {} +[24.577955] (-) TimerEvent: {} +[24.678783] (-) TimerEvent: {} +[24.779574] (-) TimerEvent: {} +[24.880205] (-) TimerEvent: {} +[24.981065] (-) TimerEvent: {} +[25.082708] (-) TimerEvent: {} +[25.183591] (-) TimerEvent: {} +[25.284569] (-) TimerEvent: {} +[25.385362] (-) TimerEvent: {} +[25.486390] (-) TimerEvent: {} +[25.587233] (-) TimerEvent: {} +[25.688024] (-) TimerEvent: {} +[25.788789] (-) TimerEvent: {} +[25.889469] (-) TimerEvent: {} +[25.990158] (-) TimerEvent: {} +[26.090710] (-) TimerEvent: {} +[26.191318] (-) TimerEvent: {} +[26.292003] (-) TimerEvent: {} +[26.392573] (-) TimerEvent: {} +[26.493183] (-) TimerEvent: {} +[26.593807] (-) TimerEvent: {} +[26.694404] (-) TimerEvent: {} +[26.794931] (-) TimerEvent: {} +[26.895416] (-) TimerEvent: {} +[26.995927] (-) TimerEvent: {} +[27.096418] (-) TimerEvent: {} +[27.196941] (-) TimerEvent: {} +[27.297489] (-) TimerEvent: {} +[27.398146] (-) TimerEvent: {} +[27.498965] (-) TimerEvent: {} +[27.599846] (-) TimerEvent: {} +[27.700724] (-) TimerEvent: {} +[27.801610] (-) TimerEvent: {} +[27.909301] (-) TimerEvent: {} +[28.011851] (-) TimerEvent: {} +[28.117534] (-) TimerEvent: {} +[28.218369] (-) TimerEvent: {} +[28.319406] (-) TimerEvent: {} +[28.420330] (-) TimerEvent: {} +[28.521326] (-) TimerEvent: {} +[28.622596] (-) TimerEvent: {} +[28.723601] (-) TimerEvent: {} +[28.824971] (-) TimerEvent: {} +[28.930261] (-) TimerEvent: {} +[29.038589] (-) TimerEvent: {} +[29.139953] (-) TimerEvent: {} +[29.240828] (-) TimerEvent: {} +[29.342675] (-) TimerEvent: {} +[29.443848] (-) TimerEvent: {} +[29.544786] (-) TimerEvent: {} +[29.645730] (-) TimerEvent: {} +[29.747092] (-) TimerEvent: {} +[29.849544] (-) TimerEvent: {} +[29.950308] (-) TimerEvent: {} +[30.052245] (-) TimerEvent: {} +[30.153343] (-) TimerEvent: {} +[30.254577] (-) TimerEvent: {} +[30.357411] (-) TimerEvent: {} +[30.472838] (-) TimerEvent: {} +[30.573807] (-) TimerEvent: {} +[30.677559] (-) TimerEvent: {} +[30.778534] (-) TimerEvent: {} +[30.879842] (-) TimerEvent: {} +[30.980697] (-) TimerEvent: {} +[31.081454] (-) TimerEvent: {} +[31.183056] (-) TimerEvent: {} +[31.307995] (-) TimerEvent: {} +[31.409037] (-) TimerEvent: {} +[31.510024] (-) TimerEvent: {} +[31.614773] (-) TimerEvent: {} +[31.716585] (-) TimerEvent: {} +[31.817531] (-) TimerEvent: {} +[31.918272] (-) TimerEvent: {} +[32.018947] (-) TimerEvent: {} +[32.119641] (-) TimerEvent: {} +[32.220445] (-) TimerEvent: {} +[32.321085] (-) TimerEvent: {} +[32.421885] (-) TimerEvent: {} +[32.522544] (-) TimerEvent: {} +[32.623124] (-) TimerEvent: {} +[32.723723] (-) TimerEvent: {} +[32.824242] (-) TimerEvent: {} +[32.924827] (-) TimerEvent: {} +[33.025528] (-) TimerEvent: {} +[33.126145] (-) TimerEvent: {} +[33.226711] (-) TimerEvent: {} +[33.327330] (-) TimerEvent: {} +[33.428052] (-) TimerEvent: {} +[33.528674] (-) TimerEvent: {} +[33.629288] (-) TimerEvent: {} +[33.730153] (-) TimerEvent: {} +[33.830967] (-) TimerEvent: {} +[33.931613] (-) TimerEvent: {} +[34.032417] (-) TimerEvent: {} +[34.133307] (-) TimerEvent: {} +[34.234048] (-) TimerEvent: {} +[34.335035] (-) TimerEvent: {} +[34.436127] (-) TimerEvent: {} +[34.536844] (-) TimerEvent: {} +[34.637421] (-) TimerEvent: {} +[34.738231] (-) TimerEvent: {} +[34.838960] (-) TimerEvent: {} +[34.939639] (-) TimerEvent: {} +[35.040217] (-) TimerEvent: {} +[35.140747] (-) TimerEvent: {} +[35.241506] (-) TimerEvent: {} +[35.342125] (-) TimerEvent: {} +[35.442638] (-) TimerEvent: {} +[35.543323] (-) TimerEvent: {} +[35.644045] (-) TimerEvent: {} +[35.744614] (-) TimerEvent: {} +[35.845311] (-) TimerEvent: {} +[35.945951] (-) TimerEvent: {} +[36.046574] (-) TimerEvent: {} +[36.147275] (-) TimerEvent: {} +[36.248032] (-) TimerEvent: {} +[36.348797] (-) TimerEvent: {} +[36.449614] (-) TimerEvent: {} +[36.551149] (-) TimerEvent: {} +[36.652073] (-) TimerEvent: {} +[36.753125] (-) TimerEvent: {} +[36.854151] (-) TimerEvent: {} +[36.954999] (-) TimerEvent: {} +[37.055720] (-) TimerEvent: {} +[37.156347] (-) TimerEvent: {} +[37.257040] (-) TimerEvent: {} +[37.357756] (-) TimerEvent: {} +[37.458559] (-) TimerEvent: {} +[37.559296] (-) TimerEvent: {} +[37.660100] (-) TimerEvent: {} +[37.760972] (-) TimerEvent: {} +[37.861650] (-) TimerEvent: {} +[37.962302] (-) TimerEvent: {} +[38.063115] (-) TimerEvent: {} +[38.163937] (-) TimerEvent: {} +[38.264616] (-) TimerEvent: {} +[38.365288] (-) TimerEvent: {} +[38.466074] (-) TimerEvent: {} +[38.566811] (-) TimerEvent: {} +[38.667542] (-) TimerEvent: {} +[38.768909] (-) TimerEvent: {} +[38.869877] (-) TimerEvent: {} +[38.971008] (-) TimerEvent: {} +[39.072065] (-) TimerEvent: {} +[39.173107] (-) TimerEvent: {} +[39.274092] (-) TimerEvent: {} +[39.375708] (-) TimerEvent: {} +[39.476620] (-) TimerEvent: {} +[39.577513] (-) TimerEvent: {} +[39.678435] (-) TimerEvent: {} +[39.779336] (-) TimerEvent: {} +[39.880295] (-) TimerEvent: {} +[39.981239] (-) TimerEvent: {} +[40.082019] (-) TimerEvent: {} +[40.182854] (-) TimerEvent: {} +[40.283580] (-) TimerEvent: {} +[40.384303] (-) TimerEvent: {} +[40.485240] (-) TimerEvent: {} +[40.586258] (-) TimerEvent: {} +[40.687377] (-) TimerEvent: {} +[40.788872] (-) TimerEvent: {} +[40.890099] (-) TimerEvent: {} +[40.990937] (-) TimerEvent: {} +[41.091620] (-) TimerEvent: {} +[41.192453] (-) TimerEvent: {} +[41.293144] (-) TimerEvent: {} +[41.393811] (-) TimerEvent: {} +[41.494651] (-) TimerEvent: {} +[41.595468] (-) TimerEvent: {} +[41.696227] (-) TimerEvent: {} +[41.796973] (-) TimerEvent: {} +[41.897605] (-) TimerEvent: {} +[41.998413] (-) TimerEvent: {} +[42.099350] (-) TimerEvent: {} +[42.199953] (-) TimerEvent: {} +[42.300703] (-) TimerEvent: {} +[42.401496] (-) TimerEvent: {} +[42.502280] (-) TimerEvent: {} +[42.603059] (-) TimerEvent: {} +[42.703866] (-) TimerEvent: {} +[42.804385] (-) TimerEvent: {} +[42.905297] (-) TimerEvent: {} +[43.005915] (-) TimerEvent: {} +[43.106472] (-) TimerEvent: {} +[43.207168] (-) TimerEvent: {} +[43.307882] (-) TimerEvent: {} +[43.408515] (-) TimerEvent: {} +[43.509263] (-) TimerEvent: {} +[43.610008] (-) TimerEvent: {} +[43.710794] (-) TimerEvent: {} +[43.811538] (-) TimerEvent: {} +[43.912261] (-) TimerEvent: {} +[44.012860] (-) TimerEvent: {} +[44.113423] (-) TimerEvent: {} +[44.214115] (-) TimerEvent: {} +[44.314835] (-) TimerEvent: {} +[44.415494] (-) TimerEvent: {} +[44.516307] (-) TimerEvent: {} +[44.616969] (-) TimerEvent: {} +[44.717701] (-) TimerEvent: {} +[44.818400] (-) TimerEvent: {} +[44.919394] (-) TimerEvent: {} +[45.020239] (-) TimerEvent: {} +[45.120943] (-) TimerEvent: {} +[45.221680] (-) TimerEvent: {} +[45.322422] (-) TimerEvent: {} +[45.423156] (-) TimerEvent: {} +[45.523953] (-) TimerEvent: {} +[45.624559] (-) TimerEvent: {} +[45.725174] (-) TimerEvent: {} +[45.825719] (-) TimerEvent: {} +[45.926278] (-) TimerEvent: {} +[46.026887] (-) TimerEvent: {} +[46.127458] (-) TimerEvent: {} +[46.228099] (-) TimerEvent: {} +[46.328682] (-) TimerEvent: {} +[46.429303] (-) TimerEvent: {} +[46.529867] (-) TimerEvent: {} +[46.630423] (-) TimerEvent: {} +[46.731154] (-) TimerEvent: {} +[46.831883] (-) TimerEvent: {} +[46.932659] (-) TimerEvent: {} +[47.033694] (-) TimerEvent: {} +[47.134728] (-) TimerEvent: {} +[47.235509] (-) TimerEvent: {} +[47.336390] (-) TimerEvent: {} +[47.437129] (-) TimerEvent: {} +[47.538013] (-) TimerEvent: {} +[47.638881] (-) TimerEvent: {} +[47.739617] (-) TimerEvent: {} +[47.841071] (-) TimerEvent: {} +[47.942434] (-) TimerEvent: {} +[48.043224] (-) TimerEvent: {} +[48.143994] (-) TimerEvent: {} +[48.245018] (-) TimerEvent: {} +[48.345848] (-) TimerEvent: {} +[48.446777] (-) TimerEvent: {} +[48.547597] (-) TimerEvent: {} +[48.648387] (-) TimerEvent: {} +[48.749207] (-) TimerEvent: {} +[48.850101] (-) TimerEvent: {} +[48.950922] (-) TimerEvent: {} +[49.051887] (-) TimerEvent: {} +[49.152658] (-) TimerEvent: {} +[49.253504] (-) TimerEvent: {} +[49.354265] (-) TimerEvent: {} +[49.455247] (-) TimerEvent: {} +[49.556038] (-) TimerEvent: {} +[49.656857] (-) TimerEvent: {} +[49.757790] (-) TimerEvent: {} +[49.858826] (-) TimerEvent: {} +[49.959799] (-) TimerEvent: {} +[50.060729] (-) TimerEvent: {} +[50.161505] (-) TimerEvent: {} +[50.262481] (-) TimerEvent: {} +[50.363480] (-) TimerEvent: {} +[50.464612] (-) TimerEvent: {} +[50.565469] (-) TimerEvent: {} +[50.666389] (-) TimerEvent: {} +[50.767193] (-) TimerEvent: {} +[50.868083] (-) TimerEvent: {} +[50.969105] (-) TimerEvent: {} +[51.070045] (-) TimerEvent: {} +[51.170771] (-) TimerEvent: {} +[51.271643] (-) TimerEvent: {} +[51.372499] (-) TimerEvent: {} +[51.473187] (-) TimerEvent: {} +[51.573964] (-) TimerEvent: {} +[51.674632] (-) TimerEvent: {} +[51.775517] (-) TimerEvent: {} +[51.876487] (-) TimerEvent: {} +[51.977257] (-) TimerEvent: {} +[52.077856] (-) TimerEvent: {} +[52.178510] (-) TimerEvent: {} +[52.279355] (-) TimerEvent: {} +[52.380255] (-) TimerEvent: {} +[52.481046] (-) TimerEvent: {} +[52.581999] (-) TimerEvent: {} +[52.682894] (-) TimerEvent: {} +[52.783707] (-) TimerEvent: {} +[52.884772] (-) TimerEvent: {} +[52.985665] (-) TimerEvent: {} +[53.086690] (-) TimerEvent: {} +[53.187636] (-) TimerEvent: {} +[53.288665] (-) TimerEvent: {} +[53.389723] (-) TimerEvent: {} +[53.490652] (-) TimerEvent: {} +[53.591621] (-) TimerEvent: {} +[53.692659] (-) TimerEvent: {} +[53.793838] (-) TimerEvent: {} +[53.894971] (-) TimerEvent: {} +[53.996206] (-) TimerEvent: {} +[54.097091] (-) TimerEvent: {} +[54.197884] (-) TimerEvent: {} +[54.298667] (-) TimerEvent: {} +[54.399398] (-) TimerEvent: {} +[54.500116] (-) TimerEvent: {} +[54.600942] (-) TimerEvent: {} +[54.701933] (-) TimerEvent: {} +[54.803052] (-) TimerEvent: {} +[54.904012] (-) TimerEvent: {} +[55.005277] (-) TimerEvent: {} +[55.106710] (-) TimerEvent: {} +[55.207613] (-) TimerEvent: {} +[55.315495] (-) TimerEvent: {} +[55.416440] (-) TimerEvent: {} +[55.517495] (-) TimerEvent: {} +[55.618645] (-) TimerEvent: {} +[55.719841] (-) TimerEvent: {} +[55.821008] (-) TimerEvent: {} +[55.922349] (-) TimerEvent: {} +[56.023698] (-) TimerEvent: {} +[56.125346] (-) TimerEvent: {} +[56.226638] (-) TimerEvent: {} +[56.328118] (-) TimerEvent: {} +[56.429036] (-) TimerEvent: {} +[56.529956] (-) TimerEvent: {} +[56.630949] (-) TimerEvent: {} +[56.731898] (-) TimerEvent: {} +[56.832898] (-) TimerEvent: {} +[56.933837] (-) TimerEvent: {} +[57.034703] (-) TimerEvent: {} +[57.135442] (-) TimerEvent: {} +[57.264858] (-) TimerEvent: {} +[57.365606] (-) TimerEvent: {} +[57.466382] (-) TimerEvent: {} +[57.567199] (-) TimerEvent: {} +[57.667917] (-) TimerEvent: {} +[57.768568] (-) TimerEvent: {} +[57.869448] (-) TimerEvent: {} +[57.970301] (-) TimerEvent: {} +[58.071242] (-) TimerEvent: {} +[58.172017] (-) TimerEvent: {} +[58.272872] (-) TimerEvent: {} +[58.374036] (-) TimerEvent: {} +[58.475148] (-) TimerEvent: {} +[58.576387] (-) TimerEvent: {} +[58.677356] (-) TimerEvent: {} +[58.778582] (-) TimerEvent: {} +[58.879701] (-) TimerEvent: {} +[58.980773] (-) TimerEvent: {} +[59.083179] (-) TimerEvent: {} +[59.185725] (-) TimerEvent: {} +[59.286777] (-) TimerEvent: {} +[59.387944] (-) TimerEvent: {} +[59.489086] (-) TimerEvent: {} +[59.590200] (-) TimerEvent: {} +[59.691249] (-) TimerEvent: {} +[59.792137] (-) TimerEvent: {} +[59.892879] (-) TimerEvent: {} +[59.993804] (-) TimerEvent: {} +[60.094580] (-) TimerEvent: {} +[60.195200] (-) TimerEvent: {} +[60.295929] (-) TimerEvent: {} +[60.396574] (-) TimerEvent: {} +[60.497240] (-) TimerEvent: {} +[60.597868] (-) TimerEvent: {} +[60.698519] (-) TimerEvent: {} +[60.799228] (-) TimerEvent: {} +[60.900165] (-) TimerEvent: {} +[61.001030] (-) TimerEvent: {} +[61.101804] (-) TimerEvent: {} +[61.202699] (-) TimerEvent: {} +[61.304278] (-) TimerEvent: {} +[61.405325] (-) TimerEvent: {} +[61.506100] (-) TimerEvent: {} +[61.606827] (-) TimerEvent: {} +[61.707407] (-) TimerEvent: {} +[61.807955] (-) TimerEvent: {} +[61.908532] (-) TimerEvent: {} +[62.009192] (-) TimerEvent: {} +[62.109948] (-) TimerEvent: {} +[62.210629] (-) TimerEvent: {} +[62.311408] (-) TimerEvent: {} +[62.412088] (-) TimerEvent: {} +[62.512820] (-) TimerEvent: {} +[62.613562] (-) TimerEvent: {} +[62.714245] (-) TimerEvent: {} +[62.815092] (-) TimerEvent: {} +[62.915616] (-) TimerEvent: {} +[63.016203] (-) TimerEvent: {} +[63.116872] (-) TimerEvent: {} +[63.217481] (-) TimerEvent: {} +[63.318025] (-) TimerEvent: {} +[63.418697] (-) TimerEvent: {} +[63.519535] (-) TimerEvent: {} +[63.620387] (-) TimerEvent: {} +[63.721193] (-) TimerEvent: {} +[63.821980] (-) TimerEvent: {} +[63.922979] (-) TimerEvent: {} +[64.023954] (-) TimerEvent: {} +[64.124761] (-) TimerEvent: {} +[64.225470] (-) TimerEvent: {} +[64.326275] (-) TimerEvent: {} +[64.427015] (-) TimerEvent: {} +[64.527816] (-) TimerEvent: {} +[64.628495] (-) TimerEvent: {} +[64.729215] (-) TimerEvent: {} +[64.829928] (-) TimerEvent: {} +[64.930631] (-) TimerEvent: {} +[65.031244] (-) TimerEvent: {} +[65.131847] (-) TimerEvent: {} +[65.232484] (-) TimerEvent: {} +[65.333050] (-) TimerEvent: {} +[65.433718] (-) TimerEvent: {} +[65.534373] (-) TimerEvent: {} +[65.635053] (-) TimerEvent: {} +[65.735591] (-) TimerEvent: {} +[65.836231] (-) TimerEvent: {} +[65.936913] (-) TimerEvent: {} +[66.037657] (-) TimerEvent: {} +[66.138457] (-) TimerEvent: {} +[66.239376] (-) TimerEvent: {} +[66.340307] (-) TimerEvent: {} +[66.441076] (-) TimerEvent: {} +[66.541846] (-) TimerEvent: {} +[66.642645] (-) TimerEvent: {} +[66.743414] (-) TimerEvent: {} +[66.844334] (-) TimerEvent: {} +[66.945321] (-) TimerEvent: {} +[67.046254] (-) TimerEvent: {} +[67.146902] (-) TimerEvent: {} +[67.247879] (-) TimerEvent: {} +[67.348731] (-) TimerEvent: {} +[67.449425] (-) TimerEvent: {} +[67.550151] (-) TimerEvent: {} +[67.650848] (-) TimerEvent: {} +[67.751601] (-) TimerEvent: {} +[67.852313] (-) TimerEvent: {} +[67.952950] (-) TimerEvent: {} +[68.053690] (-) TimerEvent: {} +[68.154609] (-) TimerEvent: {} +[68.255266] (-) TimerEvent: {} +[68.355850] (-) TimerEvent: {} +[68.456709] (-) TimerEvent: {} +[68.557569] (-) TimerEvent: {} +[68.658240] (-) TimerEvent: {} +[68.758945] (-) TimerEvent: {} +[68.859771] (-) TimerEvent: {} +[68.960584] (-) TimerEvent: {} +[69.061502] (-) TimerEvent: {} +[69.162303] (-) TimerEvent: {} +[69.263163] (-) TimerEvent: {} +[69.364115] (-) TimerEvent: {} +[69.465021] (-) TimerEvent: {} +[69.565771] (-) TimerEvent: {} +[69.666528] (-) TimerEvent: {} +[69.767340] (-) TimerEvent: {} +[69.868149] (-) TimerEvent: {} +[69.969010] (-) TimerEvent: {} +[70.069689] (-) TimerEvent: {} +[70.170467] (-) TimerEvent: {} +[70.271240] (-) TimerEvent: {} +[70.372079] (-) TimerEvent: {} +[70.472651] (-) TimerEvent: {} +[70.573481] (-) TimerEvent: {} +[70.674173] (-) TimerEvent: {} +[70.775051] (-) TimerEvent: {} +[70.875731] (-) TimerEvent: {} +[70.976519] (-) TimerEvent: {} +[71.077229] (-) TimerEvent: {} +[71.178052] (-) TimerEvent: {} +[71.278810] (-) TimerEvent: {} +[71.379482] (-) TimerEvent: {} +[71.480134] (-) TimerEvent: {} +[71.580992] (-) TimerEvent: {} +[71.681725] (-) TimerEvent: {} +[71.782604] (-) TimerEvent: {} +[71.883538] (-) TimerEvent: {} +[71.984308] (-) TimerEvent: {} +[72.085104] (-) TimerEvent: {} +[72.185927] (-) TimerEvent: {} +[72.286872] (-) TimerEvent: {} +[72.387748] (-) TimerEvent: {} +[72.488585] (-) TimerEvent: {} +[72.589430] (-) TimerEvent: {} +[72.690164] (-) TimerEvent: {} +[72.790915] (-) TimerEvent: {} +[72.891618] (-) TimerEvent: {} +[72.992291] (-) TimerEvent: {} +[73.092939] (-) TimerEvent: {} +[73.193512] (-) TimerEvent: {} +[73.294156] (-) TimerEvent: {} +[73.394874] (-) TimerEvent: {} +[73.495570] (-) TimerEvent: {} +[73.596343] (-) TimerEvent: {} +[73.697087] (-) TimerEvent: {} +[73.797762] (-) TimerEvent: {} +[73.898539] (-) TimerEvent: {} +[73.999331] (-) TimerEvent: {} +[74.100126] (-) TimerEvent: {} +[74.200945] (-) TimerEvent: {} +[74.301737] (-) TimerEvent: {} +[74.402516] (-) TimerEvent: {} +[74.503227] (-) TimerEvent: {} +[74.604198] (-) TimerEvent: {} +[74.704984] (-) TimerEvent: {} +[74.805685] (-) TimerEvent: {} +[74.906364] (-) TimerEvent: {} +[75.007021] (-) TimerEvent: {} +[75.107717] (-) TimerEvent: {} +[75.208463] (-) TimerEvent: {} +[75.309227] (-) TimerEvent: {} +[75.410034] (-) TimerEvent: {} +[75.510757] (-) TimerEvent: {} +[75.611519] (-) TimerEvent: {} +[75.712249] (-) TimerEvent: {} +[75.812995] (-) TimerEvent: {} +[75.913614] (-) TimerEvent: {} +[76.014278] (-) TimerEvent: {} +[76.114972] (-) TimerEvent: {} +[76.215756] (-) TimerEvent: {} +[76.316494] (-) TimerEvent: {} +[76.417254] (-) TimerEvent: {} +[76.517906] (-) TimerEvent: {} +[76.618650] (-) TimerEvent: {} +[76.719338] (-) TimerEvent: {} +[76.820056] (-) TimerEvent: {} +[76.920871] (-) TimerEvent: {} +[77.021544] (-) TimerEvent: {} +[77.122199] (-) TimerEvent: {} +[77.222858] (-) TimerEvent: {} +[77.323632] (-) TimerEvent: {} +[77.424875] (-) TimerEvent: {} +[77.525770] (-) TimerEvent: {} +[77.626663] (-) TimerEvent: {} +[77.727607] (-) TimerEvent: {} +[77.828378] (-) TimerEvent: {} +[77.929794] (-) TimerEvent: {} +[78.030938] (-) TimerEvent: {} +[78.132684] (-) TimerEvent: {} +[78.233459] (-) TimerEvent: {} +[78.334250] (-) TimerEvent: {} +[78.435217] (-) TimerEvent: {} +[78.536132] (-) TimerEvent: {} +[78.637750] (-) TimerEvent: {} +[78.739220] (-) TimerEvent: {} +[78.840495] (-) TimerEvent: {} +[78.941855] (-) TimerEvent: {} +[79.045426] (-) TimerEvent: {} +[79.146343] (-) TimerEvent: {} +[79.247283] (-) TimerEvent: {} +[79.348260] (-) TimerEvent: {} +[79.449717] (-) TimerEvent: {} +[79.550721] (-) TimerEvent: {} +[79.652059] (-) TimerEvent: {} +[79.753484] (-) TimerEvent: {} +[79.854825] (-) TimerEvent: {} +[79.955977] (-) TimerEvent: {} +[80.056949] (-) TimerEvent: {} +[80.158015] (-) TimerEvent: {} +[80.258851] (-) TimerEvent: {} +[80.359644] (-) TimerEvent: {} +[80.460645] (-) TimerEvent: {} +[80.561823] (-) TimerEvent: {} +[80.662688] (-) TimerEvent: {} +[80.763583] (-) TimerEvent: {} +[80.864438] (-) TimerEvent: {} +[80.965430] (-) TimerEvent: {} +[81.066189] (-) TimerEvent: {} +[81.167009] (-) TimerEvent: {} +[81.267758] (-) TimerEvent: {} +[81.369084] (-) TimerEvent: {} +[81.470004] (-) TimerEvent: {} +[81.570992] (-) TimerEvent: {} +[81.672212] (-) TimerEvent: {} +[81.773620] (-) TimerEvent: {} +[81.874934] (-) TimerEvent: {} +[81.976081] (-) TimerEvent: {} +[82.077027] (-) TimerEvent: {} +[82.178384] (-) TimerEvent: {} +[82.279518] (-) TimerEvent: {} +[82.380620] (-) TimerEvent: {} +[82.481546] (-) TimerEvent: {} +[82.584613] (-) TimerEvent: {} +[82.685345] (-) TimerEvent: {} +[82.786152] (-) TimerEvent: {} +[82.887132] (-) TimerEvent: {} +[82.987944] (-) TimerEvent: {} +[83.088868] (-) TimerEvent: {} +[83.189557] (-) TimerEvent: {} +[83.290191] (-) TimerEvent: {} +[83.390813] (-) TimerEvent: {} +[83.491391] (-) TimerEvent: {} +[83.592048] (-) TimerEvent: {} +[83.692902] (-) TimerEvent: {} +[83.793751] (-) TimerEvent: {} +[83.894578] (-) TimerEvent: {} +[83.995317] (-) TimerEvent: {} +[84.096135] (-) TimerEvent: {} +[84.196916] (-) TimerEvent: {} +[84.297635] (-) TimerEvent: {} +[84.398311] (-) TimerEvent: {} +[84.499041] (-) TimerEvent: {} +[84.599696] (-) TimerEvent: {} +[84.700439] (-) TimerEvent: {} +[84.801220] (-) TimerEvent: {} +[84.902010] (-) TimerEvent: {} +[85.002831] (-) TimerEvent: {} +[85.103668] (-) TimerEvent: {} +[85.204645] (-) TimerEvent: {} +[85.305378] (-) TimerEvent: {} +[85.406119] (-) TimerEvent: {} +[85.506832] (-) TimerEvent: {} +[85.607656] (-) TimerEvent: {} +[85.708514] (-) TimerEvent: {} +[85.809340] (-) TimerEvent: {} +[85.910172] (-) TimerEvent: {} +[86.010876] (-) TimerEvent: {} +[86.111687] (-) TimerEvent: {} +[86.212402] (-) TimerEvent: {} +[86.313062] (-) TimerEvent: {} +[86.413753] (-) TimerEvent: {} +[86.514525] (-) TimerEvent: {} +[86.615406] (-) TimerEvent: {} +[86.716192] (-) TimerEvent: {} +[86.817450] (-) TimerEvent: {} +[86.918484] (-) TimerEvent: {} +[87.019375] (-) TimerEvent: {} +[87.120660] (-) TimerEvent: {} +[87.221594] (-) TimerEvent: {} +[87.322640] (-) TimerEvent: {} +[87.423504] (-) TimerEvent: {} +[87.524596] (-) TimerEvent: {} +[87.625651] (-) TimerEvent: {} +[87.726471] (-) TimerEvent: {} +[87.827517] (-) TimerEvent: {} +[87.928588] (-) TimerEvent: {} +[88.029563] (-) TimerEvent: {} +[88.130584] (-) TimerEvent: {} +[88.231613] (-) TimerEvent: {} +[88.332839] (-) TimerEvent: {} +[88.434143] (-) TimerEvent: {} +[88.535282] (-) TimerEvent: {} +[88.636155] (-) TimerEvent: {} +[88.737538] (-) TimerEvent: {} +[88.789915] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[88.838522] (-) TimerEvent: {} +[88.939278] (-) TimerEvent: {} +[89.040354] (-) TimerEvent: {} +[89.141186] (-) TimerEvent: {} +[89.241992] (-) TimerEvent: {} +[89.342764] (-) TimerEvent: {} +[89.443801] (-) TimerEvent: {} +[89.545031] (-) TimerEvent: {} +[89.645996] (-) TimerEvent: {} +[89.746794] (-) TimerEvent: {} +[89.847725] (-) TimerEvent: {} +[89.948512] (-) TimerEvent: {} +[90.049355] (-) TimerEvent: {} +[90.150139] (-) TimerEvent: {} +[90.251308] (-) TimerEvent: {} +[90.313995] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[90.351590] (-) TimerEvent: {} +[90.453150] (-) TimerEvent: {} +[90.470862] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[90.553730] (-) TimerEvent: {} +[90.641915] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[90.653719] (-) TimerEvent: {} +[90.703684] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[90.754362] (-) TimerEvent: {} +[90.757319] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[90.769678] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[90.780630] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[90.786298] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[90.790862] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[90.801790] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[90.806278] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[90.810383] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[90.811716] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[90.814672] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[90.822850] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[90.825528] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[90.827927] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[90.831095] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[90.833433] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[90.834416] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[90.854729] (-) TimerEvent: {} +[90.920099] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[90.922812] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[90.926663] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[90.930550] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[90.932617] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[90.934928] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[90.953370] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[90.967405] (-) TimerEvent: {} +[91.079377] (-) TimerEvent: {} +[91.180893] (-) TimerEvent: {} +[91.281920] (-) TimerEvent: {} +[91.382874] (-) TimerEvent: {} +[91.484121] (-) TimerEvent: {} +[91.587637] (-) TimerEvent: {} +[91.633632] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[91.642043] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-17_11-12-29/logger_all.log b/log/build_2024-03-17_11-12-29/logger_all.log new file mode 100644 index 0000000..5e99d0a --- /dev/null +++ b/log/build_2024-03-17_11-12-29/logger_all.log @@ -0,0 +1,138 @@ +[2.298s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.299s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.485s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.486s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.486s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.486s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.486s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.486s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.486s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.487s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.487s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.487s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.487s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.487s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.487s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.487s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.487s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.488s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.582s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.582s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.582s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.582s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.582s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.583s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.583s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.584s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.610s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.611s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.612s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.612s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[2.614s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[2.615s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[2.615s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[2.618s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[2.618s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[2.618s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[2.619s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[2.620s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[2.620s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[2.620s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[2.620s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[2.620s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[2.620s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[2.620s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[2.806s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[2.806s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[2.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[2.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[2.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[2.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[2.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[2.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[2.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[2.807s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[2.823s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[2.840s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[2.842s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[2.842s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[2.874s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[2.874s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.875s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.003s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[93.360s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[93.563s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[93.796s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[93.804s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[94.032s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[94.040s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[94.043s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[94.090s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[94.103s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[94.105s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[94.114s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[94.115s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[94.116s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[94.138s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[94.140s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[94.181s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[94.184s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[94.188s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[94.192s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[94.196s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[94.199s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[94.317s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[94.366s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[94.368s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[94.369s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[94.403s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[94.408s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[94.410s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[94.412s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[94.413s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[94.413s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[94.414s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[94.415s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[94.462s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[94.464s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[94.468s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[94.470s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[94.471s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[94.473s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[94.475s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[94.478s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[94.479s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[94.481s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[94.605s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[94.605s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[94.605s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[94.606s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[94.617s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[94.618s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[94.677s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[94.682s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[94.689s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[94.746s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[94.749s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[94.751s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[94.797s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[94.799s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[94.840s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[94.842s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-17_11-15-47/b_obstacle_detector/command.log b/log/build_2024-03-17_11-15-47/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-17_11-15-47/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_11-15-47/b_obstacle_detector/stderr.log b/log/build_2024-03-17_11-15-47/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-17_11-15-47/b_obstacle_detector/stdout.log b/log/build_2024-03-17_11-15-47/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..2804e71 --- /dev/null +++ b/log/build_2024-03-17_11-15-47/b_obstacle_detector/stdout.log @@ -0,0 +1,24 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_11-15-47/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-17_11-15-47/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..2804e71 --- /dev/null +++ b/log/build_2024-03-17_11-15-47/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,24 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_11-15-47/b_obstacle_detector/streams.log b/log/build_2024-03-17_11-15-47/b_obstacle_detector/streams.log new file mode 100644 index 0000000..f29a5b4 --- /dev/null +++ b/log/build_2024-03-17_11-15-47/b_obstacle_detector/streams.log @@ -0,0 +1,28 @@ +[0.327s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.555s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.655s] [100%] Built target b_obstacle_detector_node +[0.711s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.871s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[0.894s] -- Install configuration: "RelWithDebInfo" +[0.901s] -- Execute custom install script +[0.905s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[0.907s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[0.908s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[0.910s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[0.911s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[0.918s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[0.920s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[0.921s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[0.924s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[0.926s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[0.927s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[0.927s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[0.928s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[0.928s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[0.979s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[0.981s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[0.982s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[0.988s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[0.989s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[0.990s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[1.005s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_11-15-47/events.log b/log/build_2024-03-17_11-15-47/events.log new file mode 100644 index 0000000..748a4c4 --- /dev/null +++ b/log/build_2024-03-17_11-15-47/events.log @@ -0,0 +1,54 @@ +[0.000000] (-) TimerEvent: {} +[0.000761] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.004182] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.098974] (-) TimerEvent: {} +[0.200125] (-) TimerEvent: {} +[0.301181] (-) TimerEvent: {} +[0.308337] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.312092] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.315779] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.401596] (-) TimerEvent: {} +[0.502504] (-) TimerEvent: {} +[0.559011] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.602954] (-) TimerEvent: {} +[0.659415] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[0.703256] (-) TimerEvent: {} +[0.713363] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[0.803763] (-) TimerEvent: {} +[0.835666] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[0.872526] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.897784] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[0.904054] (-) TimerEvent: {} +[0.905125] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.909251] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[0.910837] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[0.912308] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[0.913487] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[0.914814] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[0.920259] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[0.924247] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[0.925358] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[0.927862] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[0.929209] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[0.930669] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[0.931241] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[0.931786] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[0.932280] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[0.982652] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[0.984143] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.985561] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.990196] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[0.992946] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[0.993664] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[1.007833] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[1.013028] (-) TimerEvent: {} +[1.124510] (-) TimerEvent: {} +[1.227778] (-) TimerEvent: {} +[1.338292] (-) TimerEvent: {} +[1.442152] (-) TimerEvent: {} +[1.544496] (-) TimerEvent: {} +[1.645661] (-) TimerEvent: {} +[1.746850] (-) TimerEvent: {} +[1.850132] (-) TimerEvent: {} +[1.938926] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[1.946604] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-17_11-15-47/logger_all.log b/log/build_2024-03-17_11-15-47/logger_all.log new file mode 100644 index 0000000..c49ec76 --- /dev/null +++ b/log/build_2024-03-17_11-15-47/logger_all.log @@ -0,0 +1,138 @@ +[3.106s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.107s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.364s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.365s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.365s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.365s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.365s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.366s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.366s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.367s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.368s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.368s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.368s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.368s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.369s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.369s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.369s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.369s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[3.432s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[3.432s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[3.433s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[3.433s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[3.433s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[3.433s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[3.434s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[3.451s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[3.453s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[3.453s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[3.454s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[3.454s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.454s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.455s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.455s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.455s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.455s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.458s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.458s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.458s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.458s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.458s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.458s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.458s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.458s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.458s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.804s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.805s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.805s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.805s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.806s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.806s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.806s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.807s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.807s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.861s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.916s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.917s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.918s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[4.028s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[4.029s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[4.030s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[4.249s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[4.630s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[4.790s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[4.922s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[4.927s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[5.126s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[5.137s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[5.138s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[5.287s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[5.299s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[5.305s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[5.310s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[5.311s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[5.312s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[5.320s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[5.321s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[5.426s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[5.434s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[5.440s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[5.444s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[5.448s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[5.451s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[5.650s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[5.733s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[5.735s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[5.736s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[5.790s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[5.792s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[5.793s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[5.796s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[5.796s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[5.796s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[5.797s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[5.799s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[5.844s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[5.846s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[5.848s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[5.850s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[5.851s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[5.852s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[5.855s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[5.858s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[5.859s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[5.860s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[5.985s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[5.986s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[5.986s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[5.986s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[5.992s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[5.993s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[6.046s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[6.050s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[6.055s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[6.108s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[6.110s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[6.113s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[6.178s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[6.180s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[6.249s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[6.251s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-17_20-10-10/b_obstacle_detector/command.log b/log/build_2024-03-17_20-10-10/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-17_20-10-10/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_20-10-10/b_obstacle_detector/stderr.log b/log/build_2024-03-17_20-10-10/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-17_20-10-10/b_obstacle_detector/stdout.log b/log/build_2024-03-17_20-10-10/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..a601ff4 --- /dev/null +++ b/log/build_2024-03-17_20-10-10/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[100%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_20-10-10/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-17_20-10-10/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..a601ff4 --- /dev/null +++ b/log/build_2024-03-17_20-10-10/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[100%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_20-10-10/b_obstacle_detector/streams.log b/log/build_2024-03-17_20-10-10/b_obstacle_detector/streams.log new file mode 100644 index 0000000..6a615c5 --- /dev/null +++ b/log/build_2024-03-17_20-10-10/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.207s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[1.135s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[1.136s] [ 66%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[80.100s] [100%] Linking CXX executable b_obstacle_detector_node +[80.888s] [100%] Built target b_obstacle_detector_node +[81.358s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[81.798s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[81.852s] -- Install configuration: "RelWithDebInfo" +[81.866s] -- Execute custom install script +[81.891s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[81.901s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[81.905s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[81.910s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[81.919s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[81.924s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[81.926s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[81.927s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[81.934s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[81.936s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[81.941s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[81.942s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[81.943s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[81.943s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[82.006s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[82.009s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[82.010s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[82.012s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[82.013s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[82.014s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[82.051s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_20-10-10/events.log b/log/build_2024-03-17_20-10-10/events.log new file mode 100644 index 0000000..b32838f --- /dev/null +++ b/log/build_2024-03-17_20-10-10/events.log @@ -0,0 +1,849 @@ +[0.000000] (-) TimerEvent: {} +[0.002204] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.002448] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.094785] (-) TimerEvent: {} +[0.178383] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.184970] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.185164] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.209692] (-) TimerEvent: {} +[0.310187] (-) TimerEvent: {} +[0.410721] (-) TimerEvent: {} +[0.511301] (-) TimerEvent: {} +[0.611893] (-) TimerEvent: {} +[0.712449] (-) TimerEvent: {} +[0.812979] (-) TimerEvent: {} +[0.913663] (-) TimerEvent: {} +[1.014360] (-) TimerEvent: {} +[1.115204] (-) TimerEvent: {} +[1.137520] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[1.138350] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[1.215594] (-) TimerEvent: {} +[1.316341] (-) TimerEvent: {} +[1.417088] (-) TimerEvent: {} +[1.521112] (-) TimerEvent: {} +[1.622117] (-) TimerEvent: {} +[1.722839] (-) TimerEvent: {} +[1.823632] (-) TimerEvent: {} +[1.924649] (-) TimerEvent: {} +[2.025668] (-) TimerEvent: {} +[2.126682] (-) TimerEvent: {} +[2.227420] (-) TimerEvent: {} +[2.328359] (-) TimerEvent: {} +[2.429812] (-) TimerEvent: {} +[2.530374] (-) TimerEvent: {} +[2.630892] (-) TimerEvent: {} +[2.731553] (-) TimerEvent: {} +[2.832193] (-) TimerEvent: {} +[2.932747] (-) TimerEvent: {} +[3.033412] (-) TimerEvent: {} +[3.134277] (-) TimerEvent: {} +[3.235153] (-) TimerEvent: {} +[3.335841] (-) TimerEvent: {} +[3.436530] (-) TimerEvent: {} +[3.537216] (-) TimerEvent: {} +[3.637909] (-) TimerEvent: {} +[3.738772] (-) TimerEvent: {} +[3.839505] (-) TimerEvent: {} +[3.940434] (-) TimerEvent: {} +[4.041264] (-) TimerEvent: {} +[4.141963] (-) TimerEvent: {} +[4.242697] (-) TimerEvent: {} +[4.343340] (-) TimerEvent: {} +[4.444005] (-) TimerEvent: {} +[4.544928] (-) TimerEvent: {} +[4.657539] (-) TimerEvent: {} +[4.758371] (-) TimerEvent: {} +[4.859033] (-) TimerEvent: {} +[4.959814] (-) TimerEvent: {} +[5.061190] (-) TimerEvent: {} +[5.162406] (-) TimerEvent: {} +[5.263495] (-) TimerEvent: {} +[5.364384] (-) TimerEvent: {} +[5.465056] (-) TimerEvent: {} +[5.565856] (-) TimerEvent: {} +[5.666637] (-) TimerEvent: {} +[5.767308] (-) TimerEvent: {} +[5.901768] (-) TimerEvent: {} +[6.002833] (-) TimerEvent: {} +[6.103794] (-) TimerEvent: {} +[6.204532] (-) TimerEvent: {} +[6.305359] (-) TimerEvent: {} +[6.406128] (-) TimerEvent: {} +[6.506783] (-) TimerEvent: {} +[6.607539] (-) TimerEvent: {} +[6.709099] (-) TimerEvent: {} +[6.809785] (-) TimerEvent: {} +[6.912812] (-) TimerEvent: {} +[7.013731] (-) TimerEvent: {} +[7.114509] (-) TimerEvent: {} +[7.215344] (-) TimerEvent: {} +[7.316114] (-) TimerEvent: {} +[7.416964] (-) TimerEvent: {} +[7.517718] (-) TimerEvent: {} +[7.618751] (-) TimerEvent: {} +[7.719547] (-) TimerEvent: {} +[7.820099] (-) TimerEvent: {} +[7.920694] (-) TimerEvent: {} +[8.021490] (-) TimerEvent: {} +[8.122357] (-) TimerEvent: {} +[8.266564] (-) TimerEvent: {} +[8.367278] (-) TimerEvent: {} +[8.468075] (-) TimerEvent: {} +[8.569248] (-) TimerEvent: {} +[8.670103] (-) TimerEvent: {} +[8.770942] (-) TimerEvent: {} +[8.901527] (-) TimerEvent: {} +[9.002356] (-) TimerEvent: {} +[9.103254] (-) TimerEvent: {} +[9.204154] (-) TimerEvent: {} +[9.305111] (-) TimerEvent: {} +[9.444815] (-) TimerEvent: {} +[9.545615] (-) TimerEvent: {} +[9.678973] (-) TimerEvent: {} +[9.782700] (-) TimerEvent: {} +[9.900767] (-) TimerEvent: {} +[10.080328] (-) TimerEvent: {} +[10.192109] (-) TimerEvent: {} +[10.299435] (-) TimerEvent: {} +[10.400715] (-) TimerEvent: {} +[10.501418] (-) TimerEvent: {} +[10.602596] (-) TimerEvent: {} +[10.703338] (-) TimerEvent: {} +[10.804130] (-) TimerEvent: {} +[10.904756] (-) TimerEvent: {} +[11.005326] (-) TimerEvent: {} +[11.105925] (-) TimerEvent: {} +[11.206524] (-) TimerEvent: {} +[11.307084] (-) TimerEvent: {} +[11.407626] (-) TimerEvent: {} +[11.508248] (-) TimerEvent: {} +[11.608857] (-) TimerEvent: {} +[11.709524] (-) TimerEvent: {} +[11.810068] (-) TimerEvent: {} +[11.910741] (-) TimerEvent: {} +[12.011448] (-) TimerEvent: {} +[12.112165] (-) TimerEvent: {} +[12.212845] (-) TimerEvent: {} +[12.313458] (-) TimerEvent: {} +[12.414135] (-) TimerEvent: {} +[12.514850] (-) TimerEvent: {} +[12.615715] (-) TimerEvent: {} +[12.716562] (-) TimerEvent: {} +[12.818099] (-) TimerEvent: {} +[12.918895] (-) TimerEvent: {} +[13.019825] (-) TimerEvent: {} +[13.120553] (-) TimerEvent: {} +[13.221188] (-) TimerEvent: {} +[13.321862] (-) TimerEvent: {} +[13.422568] (-) TimerEvent: {} +[13.523925] (-) TimerEvent: {} +[13.624571] (-) TimerEvent: {} +[13.725232] (-) TimerEvent: {} +[13.825856] (-) TimerEvent: {} +[13.926527] (-) TimerEvent: {} +[14.028107] (-) TimerEvent: {} +[14.128728] (-) TimerEvent: {} +[14.229266] (-) TimerEvent: {} +[14.329817] (-) TimerEvent: {} +[14.430421] (-) TimerEvent: {} +[14.531103] (-) TimerEvent: {} +[14.631741] (-) TimerEvent: {} +[14.732456] (-) TimerEvent: {} +[14.833218] (-) TimerEvent: {} +[14.933918] (-) TimerEvent: {} +[15.034635] (-) TimerEvent: {} +[15.135436] (-) TimerEvent: {} +[15.236042] (-) TimerEvent: {} +[15.336634] (-) TimerEvent: {} +[15.437272] (-) TimerEvent: {} +[15.538100] (-) TimerEvent: {} +[15.638770] (-) TimerEvent: {} +[15.739450] (-) TimerEvent: {} +[15.840092] (-) TimerEvent: {} +[15.940796] (-) TimerEvent: {} +[16.041362] (-) TimerEvent: {} +[16.142085] (-) TimerEvent: {} +[16.242867] (-) TimerEvent: {} +[16.343672] (-) TimerEvent: {} +[16.444354] (-) TimerEvent: {} +[16.545130] (-) TimerEvent: {} +[16.645851] (-) TimerEvent: {} +[16.746575] (-) TimerEvent: {} +[16.847604] (-) TimerEvent: {} +[16.950731] (-) TimerEvent: {} +[17.051674] (-) TimerEvent: {} +[17.153089] (-) TimerEvent: {} +[17.254513] (-) TimerEvent: {} +[17.355629] (-) TimerEvent: {} +[17.456670] (-) TimerEvent: {} +[17.557289] (-) TimerEvent: {} +[17.658006] (-) TimerEvent: {} +[17.758671] (-) TimerEvent: {} +[17.859283] (-) TimerEvent: {} +[17.960022] (-) TimerEvent: {} +[18.060682] (-) TimerEvent: {} +[18.161202] (-) TimerEvent: {} +[18.261823] (-) TimerEvent: {} +[18.362546] (-) TimerEvent: {} +[18.463317] (-) TimerEvent: {} +[18.564157] (-) TimerEvent: {} +[18.664918] (-) TimerEvent: {} +[18.765748] (-) TimerEvent: {} +[18.866647] (-) TimerEvent: {} +[18.970295] (-) TimerEvent: {} +[19.071062] (-) TimerEvent: {} +[19.171732] (-) TimerEvent: {} +[19.272618] (-) TimerEvent: {} +[19.373320] (-) TimerEvent: {} +[19.474099] (-) TimerEvent: {} +[19.576340] (-) TimerEvent: {} +[19.677406] (-) TimerEvent: {} +[19.778021] (-) TimerEvent: {} +[19.878726] (-) TimerEvent: {} +[19.981460] (-) TimerEvent: {} +[20.082030] (-) TimerEvent: {} +[20.186954] (-) TimerEvent: {} +[20.314412] (-) TimerEvent: {} +[20.511952] (-) TimerEvent: {} +[20.747044] (-) TimerEvent: {} +[20.858012] (-) TimerEvent: {} +[20.980677] (-) TimerEvent: {} +[21.101244] (-) TimerEvent: {} +[21.206676] (-) TimerEvent: {} +[21.313790] (-) TimerEvent: {} +[21.421401] (-) TimerEvent: {} +[21.542499] (-) TimerEvent: {} +[21.658664] (-) TimerEvent: {} +[21.787061] (-) TimerEvent: {} +[21.908002] (-) TimerEvent: {} +[22.067041] (-) TimerEvent: {} +[22.170413] (-) TimerEvent: {} +[22.271513] (-) TimerEvent: {} +[22.372197] (-) TimerEvent: {} +[22.472908] (-) TimerEvent: {} +[22.573603] (-) TimerEvent: {} +[22.674349] (-) TimerEvent: {} +[22.775136] (-) TimerEvent: {} +[22.875830] (-) TimerEvent: {} +[22.976826] (-) TimerEvent: {} +[23.077538] (-) TimerEvent: {} +[23.178100] (-) TimerEvent: {} +[23.278675] (-) TimerEvent: {} +[23.379332] (-) TimerEvent: {} +[23.479897] (-) TimerEvent: {} +[23.580474] (-) TimerEvent: {} +[23.681399] (-) TimerEvent: {} +[23.782090] (-) TimerEvent: {} +[23.882815] (-) TimerEvent: {} +[23.983454] (-) TimerEvent: {} +[24.084094] (-) TimerEvent: {} +[24.184616] (-) TimerEvent: {} +[24.285332] (-) TimerEvent: {} +[24.385911] (-) TimerEvent: {} +[24.486607] (-) TimerEvent: {} +[24.587437] (-) TimerEvent: {} +[24.688334] (-) TimerEvent: {} +[24.789176] (-) TimerEvent: {} +[24.889885] (-) TimerEvent: {} +[24.990610] (-) TimerEvent: {} +[25.091724] (-) TimerEvent: {} +[25.192493] (-) TimerEvent: {} +[25.293164] (-) TimerEvent: {} +[25.393848] (-) TimerEvent: {} +[25.494515] (-) TimerEvent: {} +[25.595164] (-) TimerEvent: {} +[25.696086] (-) TimerEvent: {} +[25.796828] (-) TimerEvent: {} +[25.897963] (-) TimerEvent: {} +[25.999010] (-) TimerEvent: {} +[26.099734] (-) TimerEvent: {} +[26.200430] (-) TimerEvent: {} +[26.301021] (-) TimerEvent: {} +[26.401706] (-) TimerEvent: {} +[26.502325] (-) TimerEvent: {} +[26.602947] (-) TimerEvent: {} +[26.703520] (-) TimerEvent: {} +[26.804192] (-) TimerEvent: {} +[26.904715] (-) TimerEvent: {} +[27.005374] (-) TimerEvent: {} +[27.105960] (-) TimerEvent: {} +[27.206542] (-) TimerEvent: {} +[27.307108] (-) TimerEvent: {} +[27.407793] (-) TimerEvent: {} +[27.508477] (-) TimerEvent: {} +[27.609225] (-) TimerEvent: {} +[27.710005] (-) TimerEvent: {} +[27.810766] (-) TimerEvent: {} +[27.911568] (-) TimerEvent: {} +[28.012233] (-) TimerEvent: {} +[28.112910] (-) TimerEvent: {} +[28.213534] (-) TimerEvent: {} +[28.314188] (-) TimerEvent: {} +[28.414909] (-) TimerEvent: {} +[28.515484] (-) TimerEvent: {} +[28.616123] (-) TimerEvent: {} +[28.716854] (-) TimerEvent: {} +[28.817450] (-) TimerEvent: {} +[28.918096] (-) TimerEvent: {} +[29.018783] (-) TimerEvent: {} +[29.119626] (-) TimerEvent: {} +[29.220400] (-) TimerEvent: {} +[29.321063] (-) TimerEvent: {} +[29.421757] (-) TimerEvent: {} +[29.522244] (-) TimerEvent: {} +[29.622817] (-) TimerEvent: {} +[29.723634] (-) TimerEvent: {} +[29.824200] (-) TimerEvent: {} +[29.924820] (-) TimerEvent: {} +[30.032238] (-) TimerEvent: {} +[30.134118] (-) TimerEvent: {} +[30.234905] (-) TimerEvent: {} +[30.335698] (-) TimerEvent: {} +[30.436989] (-) TimerEvent: {} +[30.538264] (-) TimerEvent: {} +[30.638916] (-) TimerEvent: {} +[30.739497] (-) TimerEvent: {} +[30.840372] (-) TimerEvent: {} +[30.941288] (-) TimerEvent: {} +[31.042159] (-) TimerEvent: {} +[31.142768] (-) TimerEvent: {} +[31.243468] (-) TimerEvent: {} +[31.344191] (-) TimerEvent: {} +[31.444858] (-) TimerEvent: {} +[31.545414] (-) TimerEvent: {} +[31.646213] (-) TimerEvent: {} +[31.746931] (-) TimerEvent: {} +[31.847823] (-) TimerEvent: {} +[31.948482] (-) TimerEvent: {} +[32.049173] (-) TimerEvent: {} +[32.149870] (-) TimerEvent: {} +[32.250568] (-) TimerEvent: {} +[32.351370] (-) TimerEvent: {} +[32.452412] (-) TimerEvent: {} +[32.553394] (-) TimerEvent: {} +[32.654414] (-) TimerEvent: {} +[32.755151] (-) TimerEvent: {} +[32.855819] (-) TimerEvent: {} +[32.956558] (-) TimerEvent: {} +[33.057317] (-) TimerEvent: {} +[33.158058] (-) TimerEvent: {} +[33.258757] (-) TimerEvent: {} +[33.359381] (-) TimerEvent: {} +[33.460052] (-) TimerEvent: {} +[33.560586] (-) TimerEvent: {} +[33.661193] (-) TimerEvent: {} +[33.761803] (-) TimerEvent: {} +[33.862530] (-) TimerEvent: {} +[33.963298] (-) TimerEvent: {} +[34.064447] (-) TimerEvent: {} +[34.165444] (-) TimerEvent: {} +[34.266223] (-) TimerEvent: {} +[34.367071] (-) TimerEvent: {} +[34.467709] (-) TimerEvent: {} +[34.568519] (-) TimerEvent: {} +[34.669287] (-) TimerEvent: {} +[34.769927] (-) TimerEvent: {} +[34.870515] (-) TimerEvent: {} +[34.971085] (-) TimerEvent: {} +[35.071730] (-) TimerEvent: {} +[35.172458] (-) TimerEvent: {} +[35.273289] (-) TimerEvent: {} +[35.374291] (-) TimerEvent: {} +[35.475194] (-) TimerEvent: {} +[35.575904] (-) TimerEvent: {} +[35.676736] (-) TimerEvent: {} +[35.777465] (-) TimerEvent: {} +[35.878289] (-) TimerEvent: {} +[35.979015] (-) TimerEvent: {} +[36.079840] (-) TimerEvent: {} +[36.180529] (-) TimerEvent: {} +[36.281242] (-) TimerEvent: {} +[36.382092] (-) TimerEvent: {} +[36.482678] (-) TimerEvent: {} +[36.583312] (-) TimerEvent: {} +[36.683898] (-) TimerEvent: {} +[36.784604] (-) TimerEvent: {} +[36.885191] (-) TimerEvent: {} +[36.985732] (-) TimerEvent: {} +[37.086380] (-) TimerEvent: {} +[37.187251] (-) TimerEvent: {} +[37.288069] (-) TimerEvent: {} +[37.388892] (-) TimerEvent: {} +[37.489478] (-) TimerEvent: {} +[37.590170] (-) TimerEvent: {} +[37.691134] (-) TimerEvent: {} +[37.791905] (-) TimerEvent: {} +[37.892793] (-) TimerEvent: {} +[37.993318] (-) TimerEvent: {} +[38.094008] (-) TimerEvent: {} +[38.194619] (-) TimerEvent: {} +[38.295346] (-) TimerEvent: {} +[38.396127] (-) TimerEvent: {} +[38.496963] (-) TimerEvent: {} +[38.597605] (-) TimerEvent: {} +[38.698455] (-) TimerEvent: {} +[38.799117] (-) TimerEvent: {} +[38.899804] (-) TimerEvent: {} +[39.000640] (-) TimerEvent: {} +[39.101686] (-) TimerEvent: {} +[39.202357] (-) TimerEvent: {} +[39.303858] (-) TimerEvent: {} +[39.404570] (-) TimerEvent: {} +[39.505306] (-) TimerEvent: {} +[39.605964] (-) TimerEvent: {} +[39.706589] (-) TimerEvent: {} +[39.807279] (-) TimerEvent: {} +[39.907902] (-) TimerEvent: {} +[40.008629] (-) TimerEvent: {} +[40.109190] (-) TimerEvent: {} +[40.209780] (-) TimerEvent: {} +[40.310463] (-) TimerEvent: {} +[40.439903] (-) TimerEvent: {} +[40.540809] (-) TimerEvent: {} +[40.641392] (-) TimerEvent: {} +[40.742033] (-) TimerEvent: {} +[40.842593] (-) TimerEvent: {} +[40.943290] (-) TimerEvent: {} +[41.044021] (-) TimerEvent: {} +[41.144896] (-) TimerEvent: {} +[41.245596] (-) TimerEvent: {} +[41.346304] (-) TimerEvent: {} +[41.447066] (-) TimerEvent: {} +[41.547998] (-) TimerEvent: {} +[41.648684] (-) TimerEvent: {} +[41.749462] (-) TimerEvent: {} +[41.849998] (-) TimerEvent: {} +[41.950513] (-) TimerEvent: {} +[42.051075] (-) TimerEvent: {} +[42.151663] (-) TimerEvent: {} +[42.252382] (-) TimerEvent: {} +[42.353246] (-) TimerEvent: {} +[42.453843] (-) TimerEvent: {} +[42.554462] (-) TimerEvent: {} +[42.654984] (-) TimerEvent: {} +[42.755566] (-) TimerEvent: {} +[42.856177] (-) TimerEvent: {} +[42.956720] (-) TimerEvent: {} +[43.057382] (-) TimerEvent: {} +[43.157964] (-) TimerEvent: {} +[43.258536] (-) TimerEvent: {} +[43.359149] (-) TimerEvent: {} +[43.459782] (-) TimerEvent: {} +[43.560823] (-) TimerEvent: {} +[43.661745] (-) TimerEvent: {} +[43.762515] (-) TimerEvent: {} +[43.863251] (-) TimerEvent: {} +[43.964009] (-) TimerEvent: {} +[44.064763] (-) TimerEvent: {} +[44.165403] (-) TimerEvent: {} +[44.266083] (-) TimerEvent: {} +[44.366777] (-) TimerEvent: {} +[44.475974] (-) TimerEvent: {} +[44.576963] (-) TimerEvent: {} +[44.677684] (-) TimerEvent: {} +[44.778315] (-) TimerEvent: {} +[44.878954] (-) TimerEvent: {} +[44.979444] (-) TimerEvent: {} +[45.080076] (-) TimerEvent: {} +[45.180634] (-) TimerEvent: {} +[45.281296] (-) TimerEvent: {} +[45.381897] (-) TimerEvent: {} +[45.482687] (-) TimerEvent: {} +[45.583481] (-) TimerEvent: {} +[45.684216] (-) TimerEvent: {} +[45.784842] (-) TimerEvent: {} +[45.885420] (-) TimerEvent: {} +[45.986009] (-) TimerEvent: {} +[46.086632] (-) TimerEvent: {} +[46.187258] (-) TimerEvent: {} +[46.287888] (-) TimerEvent: {} +[46.388680] (-) TimerEvent: {} +[46.489366] (-) TimerEvent: {} +[46.590138] (-) TimerEvent: {} +[46.690843] (-) TimerEvent: {} +[46.791404] (-) TimerEvent: {} +[46.892009] (-) TimerEvent: {} +[46.992994] (-) TimerEvent: {} +[47.093490] (-) TimerEvent: {} +[47.194553] (-) TimerEvent: {} +[47.295096] (-) TimerEvent: {} +[47.395780] (-) TimerEvent: {} +[47.496451] (-) TimerEvent: {} +[47.597039] (-) TimerEvent: {} +[47.698494] (-) TimerEvent: {} +[47.799096] (-) TimerEvent: {} +[47.899638] (-) TimerEvent: {} +[48.000166] (-) TimerEvent: {} +[48.100713] (-) TimerEvent: {} +[48.201258] (-) TimerEvent: {} +[48.302138] (-) TimerEvent: {} +[48.402903] (-) TimerEvent: {} +[48.503529] (-) TimerEvent: {} +[48.604400] (-) TimerEvent: {} +[48.705159] (-) TimerEvent: {} +[48.805976] (-) TimerEvent: {} +[48.906822] (-) TimerEvent: {} +[49.007484] (-) TimerEvent: {} +[49.108265] (-) TimerEvent: {} +[49.209007] (-) TimerEvent: {} +[49.309721] (-) TimerEvent: {} +[49.410409] (-) TimerEvent: {} +[49.511184] (-) TimerEvent: {} +[49.611975] (-) TimerEvent: {} +[49.712864] (-) TimerEvent: {} +[49.813583] (-) TimerEvent: {} +[49.914141] (-) TimerEvent: {} +[50.014848] (-) TimerEvent: {} +[50.115818] (-) TimerEvent: {} +[50.216516] (-) TimerEvent: {} +[50.317094] (-) TimerEvent: {} +[50.457278] (-) TimerEvent: {} +[50.558062] (-) TimerEvent: {} +[50.659027] (-) TimerEvent: {} +[50.759824] (-) TimerEvent: {} +[50.860959] (-) TimerEvent: {} +[50.961973] (-) TimerEvent: {} +[51.062808] (-) TimerEvent: {} +[51.163410] (-) TimerEvent: {} +[51.264169] (-) TimerEvent: {} +[51.365085] (-) TimerEvent: {} +[51.465682] (-) TimerEvent: {} +[51.566380] (-) TimerEvent: {} +[51.667100] (-) TimerEvent: {} +[51.767943] (-) TimerEvent: {} +[51.868690] (-) TimerEvent: {} +[51.969533] (-) TimerEvent: {} +[52.070275] (-) TimerEvent: {} +[52.171066] (-) TimerEvent: {} +[52.271693] (-) TimerEvent: {} +[52.372335] (-) TimerEvent: {} +[52.472930] (-) TimerEvent: {} +[52.573659] (-) TimerEvent: {} +[52.674372] (-) TimerEvent: {} +[52.775069] (-) TimerEvent: {} +[52.875782] (-) TimerEvent: {} +[52.976704] (-) TimerEvent: {} +[53.077533] (-) TimerEvent: {} +[53.178517] (-) TimerEvent: {} +[53.279352] (-) TimerEvent: {} +[53.409928] (-) TimerEvent: {} +[53.529471] (-) TimerEvent: {} +[53.629984] (-) TimerEvent: {} +[53.730740] (-) TimerEvent: {} +[53.831522] (-) TimerEvent: {} +[53.932161] (-) TimerEvent: {} +[54.033034] (-) TimerEvent: {} +[54.133916] (-) TimerEvent: {} +[54.234707] (-) TimerEvent: {} +[54.335398] (-) TimerEvent: {} +[54.436170] (-) TimerEvent: {} +[54.536848] (-) TimerEvent: {} +[54.637576] (-) TimerEvent: {} +[54.738425] (-) TimerEvent: {} +[54.839139] (-) TimerEvent: {} +[54.939909] (-) TimerEvent: {} +[55.040758] (-) TimerEvent: {} +[55.141385] (-) TimerEvent: {} +[55.242068] (-) TimerEvent: {} +[55.344074] (-) TimerEvent: {} +[55.444861] (-) TimerEvent: {} +[55.545656] (-) TimerEvent: {} +[55.646516] (-) TimerEvent: {} +[55.747566] (-) TimerEvent: {} +[55.848254] (-) TimerEvent: {} +[55.950406] (-) TimerEvent: {} +[56.051221] (-) TimerEvent: {} +[56.151792] (-) TimerEvent: {} +[56.252383] (-) TimerEvent: {} +[56.353021] (-) TimerEvent: {} +[56.453789] (-) TimerEvent: {} +[56.554481] (-) TimerEvent: {} +[56.655151] (-) TimerEvent: {} +[56.755901] (-) TimerEvent: {} +[56.856443] (-) TimerEvent: {} +[56.957145] (-) TimerEvent: {} +[57.071135] (-) TimerEvent: {} +[57.171699] (-) TimerEvent: {} +[57.272358] (-) TimerEvent: {} +[57.375501] (-) TimerEvent: {} +[57.476244] (-) TimerEvent: {} +[57.576960] (-) TimerEvent: {} +[57.677748] (-) TimerEvent: {} +[57.779886] (-) TimerEvent: {} +[57.880517] (-) TimerEvent: {} +[57.981272] (-) TimerEvent: {} +[58.081821] (-) TimerEvent: {} +[58.182434] (-) TimerEvent: {} +[58.283046] (-) TimerEvent: {} +[58.383688] (-) TimerEvent: {} +[58.484464] (-) TimerEvent: {} +[58.585323] (-) TimerEvent: {} +[58.686285] (-) TimerEvent: {} +[58.786948] (-) TimerEvent: {} +[58.887524] (-) TimerEvent: {} +[58.988337] (-) TimerEvent: {} +[59.089070] (-) TimerEvent: {} +[59.189801] (-) TimerEvent: {} +[59.290375] (-) TimerEvent: {} +[59.391223] (-) TimerEvent: {} +[59.491863] (-) TimerEvent: {} +[59.592537] (-) TimerEvent: {} +[59.693368] (-) TimerEvent: {} +[59.794114] (-) TimerEvent: {} +[59.894829] (-) TimerEvent: {} +[59.995663] (-) TimerEvent: {} +[60.096440] (-) TimerEvent: {} +[60.197205] (-) TimerEvent: {} +[60.298318] (-) TimerEvent: {} +[60.399167] (-) TimerEvent: {} +[60.499886] (-) TimerEvent: {} +[60.600499] (-) TimerEvent: {} +[60.701103] (-) TimerEvent: {} +[60.801777] (-) TimerEvent: {} +[60.902412] (-) TimerEvent: {} +[61.003008] (-) TimerEvent: {} +[61.104007] (-) TimerEvent: {} +[61.204689] (-) TimerEvent: {} +[61.305351] (-) TimerEvent: {} +[61.405910] (-) TimerEvent: {} +[61.506492] (-) TimerEvent: {} +[61.607073] (-) TimerEvent: {} +[61.707741] (-) TimerEvent: {} +[61.808375] (-) TimerEvent: {} +[61.909140] (-) TimerEvent: {} +[62.009871] (-) TimerEvent: {} +[62.110491] (-) TimerEvent: {} +[62.211122] (-) TimerEvent: {} +[62.312013] (-) TimerEvent: {} +[62.414000] (-) TimerEvent: {} +[62.514752] (-) TimerEvent: {} +[62.615501] (-) TimerEvent: {} +[62.716230] (-) TimerEvent: {} +[62.816965] (-) TimerEvent: {} +[62.917847] (-) TimerEvent: {} +[63.018718] (-) TimerEvent: {} +[63.119368] (-) TimerEvent: {} +[63.220104] (-) TimerEvent: {} +[63.321180] (-) TimerEvent: {} +[63.422294] (-) TimerEvent: {} +[63.523175] (-) TimerEvent: {} +[63.624131] (-) TimerEvent: {} +[63.724745] (-) TimerEvent: {} +[63.825389] (-) TimerEvent: {} +[63.926099] (-) TimerEvent: {} +[64.026675] (-) TimerEvent: {} +[64.127250] (-) TimerEvent: {} +[64.227974] (-) TimerEvent: {} +[64.328758] (-) TimerEvent: {} +[64.429462] (-) TimerEvent: {} +[64.530085] (-) TimerEvent: {} +[64.630761] (-) TimerEvent: {} +[64.731592] (-) TimerEvent: {} +[64.832343] (-) TimerEvent: {} +[64.946429] (-) TimerEvent: {} +[65.047154] (-) TimerEvent: {} +[65.148006] (-) TimerEvent: {} +[65.249274] (-) TimerEvent: {} +[65.351322] (-) TimerEvent: {} +[65.452272] (-) TimerEvent: {} +[65.552978] (-) TimerEvent: {} +[65.653671] (-) TimerEvent: {} +[65.754474] (-) TimerEvent: {} +[65.866152] (-) TimerEvent: {} +[65.966841] (-) TimerEvent: {} +[66.067669] (-) TimerEvent: {} +[66.168345] (-) TimerEvent: {} +[66.268940] (-) TimerEvent: {} +[66.369523] (-) TimerEvent: {} +[66.470494] (-) TimerEvent: {} +[66.571277] (-) TimerEvent: {} +[66.671866] (-) TimerEvent: {} +[66.772733] (-) TimerEvent: {} +[66.873359] (-) TimerEvent: {} +[66.973937] (-) TimerEvent: {} +[67.074487] (-) TimerEvent: {} +[67.175114] (-) TimerEvent: {} +[67.275794] (-) TimerEvent: {} +[67.376470] (-) TimerEvent: {} +[67.477124] (-) TimerEvent: {} +[67.577707] (-) TimerEvent: {} +[67.678467] (-) TimerEvent: {} +[67.779188] (-) TimerEvent: {} +[67.879847] (-) TimerEvent: {} +[67.980482] (-) TimerEvent: {} +[68.081241] (-) TimerEvent: {} +[68.181965] (-) TimerEvent: {} +[68.282742] (-) TimerEvent: {} +[68.383415] (-) TimerEvent: {} +[68.484057] (-) TimerEvent: {} +[68.584720] (-) TimerEvent: {} +[68.685499] (-) TimerEvent: {} +[68.786112] (-) TimerEvent: {} +[68.886712] (-) TimerEvent: {} +[68.987470] (-) TimerEvent: {} +[69.088297] (-) TimerEvent: {} +[69.189056] (-) TimerEvent: {} +[69.289650] (-) TimerEvent: {} +[69.390407] (-) TimerEvent: {} +[69.491037] (-) TimerEvent: {} +[69.591571] (-) TimerEvent: {} +[69.692115] (-) TimerEvent: {} +[69.792655] (-) TimerEvent: {} +[69.893268] (-) TimerEvent: {} +[69.993756] (-) TimerEvent: {} +[70.094247] (-) TimerEvent: {} +[70.194928] (-) TimerEvent: {} +[70.295519] (-) TimerEvent: {} +[70.396117] (-) TimerEvent: {} +[70.496894] (-) TimerEvent: {} +[70.597703] (-) TimerEvent: {} +[70.698702] (-) TimerEvent: {} +[70.799636] (-) TimerEvent: {} +[70.900373] (-) TimerEvent: {} +[71.001129] (-) TimerEvent: {} +[71.101849] (-) TimerEvent: {} +[71.202517] (-) TimerEvent: {} +[71.303349] (-) TimerEvent: {} +[71.404093] (-) TimerEvent: {} +[71.504702] (-) TimerEvent: {} +[71.605429] (-) TimerEvent: {} +[71.706081] (-) TimerEvent: {} +[71.806811] (-) TimerEvent: {} +[71.907469] (-) TimerEvent: {} +[72.008286] (-) TimerEvent: {} +[72.108984] (-) TimerEvent: {} +[72.209662] (-) TimerEvent: {} +[72.310455] (-) TimerEvent: {} +[72.411067] (-) TimerEvent: {} +[72.511674] (-) TimerEvent: {} +[72.612227] (-) TimerEvent: {} +[72.712865] (-) TimerEvent: {} +[72.813731] (-) TimerEvent: {} +[72.914300] (-) TimerEvent: {} +[73.015059] (-) TimerEvent: {} +[73.115845] (-) TimerEvent: {} +[73.216464] (-) TimerEvent: {} +[73.317227] (-) TimerEvent: {} +[73.417978] (-) TimerEvent: {} +[73.518737] (-) TimerEvent: {} +[73.619456] (-) TimerEvent: {} +[73.720586] (-) TimerEvent: {} +[73.821279] (-) TimerEvent: {} +[73.921998] (-) TimerEvent: {} +[74.022630] (-) TimerEvent: {} +[74.123453] (-) TimerEvent: {} +[74.224607] (-) TimerEvent: {} +[74.325257] (-) TimerEvent: {} +[74.425927] (-) TimerEvent: {} +[74.526776] (-) TimerEvent: {} +[74.627818] (-) TimerEvent: {} +[74.728768] (-) TimerEvent: {} +[74.829439] (-) TimerEvent: {} +[74.930128] (-) TimerEvent: {} +[75.030719] (-) TimerEvent: {} +[75.131285] (-) TimerEvent: {} +[75.231969] (-) TimerEvent: {} +[75.332788] (-) TimerEvent: {} +[75.433630] (-) TimerEvent: {} +[75.534402] (-) TimerEvent: {} +[75.634996] (-) TimerEvent: {} +[75.735581] (-) TimerEvent: {} +[75.836336] (-) TimerEvent: {} +[75.938382] (-) TimerEvent: {} +[76.039078] (-) TimerEvent: {} +[76.139850] (-) TimerEvent: {} +[76.240646] (-) TimerEvent: {} +[76.341741] (-) TimerEvent: {} +[76.442777] (-) TimerEvent: {} +[76.543880] (-) TimerEvent: {} +[76.644531] (-) TimerEvent: {} +[76.745267] (-) TimerEvent: {} +[76.845923] (-) TimerEvent: {} +[76.946652] (-) TimerEvent: {} +[77.047479] (-) TimerEvent: {} +[77.148206] (-) TimerEvent: {} +[77.248812] (-) TimerEvent: {} +[77.349591] (-) TimerEvent: {} +[77.450312] (-) TimerEvent: {} +[77.550987] (-) TimerEvent: {} +[77.651821] (-) TimerEvent: {} +[77.752687] (-) TimerEvent: {} +[77.853610] (-) TimerEvent: {} +[77.954477] (-) TimerEvent: {} +[78.055344] (-) TimerEvent: {} +[78.156126] (-) TimerEvent: {} +[78.256864] (-) TimerEvent: {} +[78.357571] (-) TimerEvent: {} +[78.458803] (-) TimerEvent: {} +[78.559425] (-) TimerEvent: {} +[78.660035] (-) TimerEvent: {} +[78.760553] (-) TimerEvent: {} +[78.861310] (-) TimerEvent: {} +[78.962057] (-) TimerEvent: {} +[79.062782] (-) TimerEvent: {} +[79.163571] (-) TimerEvent: {} +[79.264373] (-) TimerEvent: {} +[79.365409] (-) TimerEvent: {} +[79.466436] (-) TimerEvent: {} +[79.567199] (-) TimerEvent: {} +[79.668469] (-) TimerEvent: {} +[79.769155] (-) TimerEvent: {} +[79.869814] (-) TimerEvent: {} +[79.970436] (-) TimerEvent: {} +[80.067492] (b_obstacle_detector) StdoutLine: {'line': b'[100%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[80.117463] (-) TimerEvent: {} +[80.218168] (-) TimerEvent: {} +[80.319459] (-) TimerEvent: {} +[80.420061] (-) TimerEvent: {} +[80.524425] (-) TimerEvent: {} +[80.625053] (-) TimerEvent: {} +[80.725963] (-) TimerEvent: {} +[80.826790] (-) TimerEvent: {} +[80.889884] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[80.927028] (-) TimerEvent: {} +[81.027746] (-) TimerEvent: {} +[81.128471] (-) TimerEvent: {} +[81.235097] (-) TimerEvent: {} +[81.322763] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[81.500194] (-) TimerEvent: {} +[81.618516] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[81.619938] (-) TimerEvent: {} +[81.730659] (-) TimerEvent: {} +[81.784573] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[81.831219] (-) TimerEvent: {} +[81.854135] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[81.868495] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[81.892822] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[81.899375] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[81.907082] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[81.911854] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[81.920769] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[81.925653] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[81.928160] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[81.929616] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[81.931258] (-) TimerEvent: {} +[81.935677] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[81.937584] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[81.939868] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[81.944275] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[81.944782] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[81.945224] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[82.007996] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[82.010573] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[82.012058] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[82.014632] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[82.015418] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[82.016187] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[82.035844] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[82.067518] (-) TimerEvent: {} +[82.177166] (-) TimerEvent: {} +[82.280140] (-) TimerEvent: {} +[82.380714] (-) TimerEvent: {} +[82.482750] (-) TimerEvent: {} +[82.593329] (-) TimerEvent: {} +[82.709370] (-) TimerEvent: {} +[82.811641] (-) TimerEvent: {} +[82.914797] (-) TimerEvent: {} +[83.003199] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[83.031261] (-) TimerEvent: {} +[83.031562] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-17_20-10-10/logger_all.log b/log/build_2024-03-17_20-10-10/logger_all.log new file mode 100644 index 0000000..4afc5e3 --- /dev/null +++ b/log/build_2024-03-17_20-10-10/logger_all.log @@ -0,0 +1,138 @@ +[3.742s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.743s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[3.955s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[3.955s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[3.955s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[3.955s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[3.955s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[3.955s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[3.956s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[3.957s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[3.958s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[3.958s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[3.958s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[3.958s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[3.958s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[3.958s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[3.958s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[3.958s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[4.034s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[4.035s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[4.035s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[4.035s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[4.035s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[4.035s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[4.035s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[4.035s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[4.036s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[4.036s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[4.036s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[4.036s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[4.036s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[4.036s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[4.056s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[4.057s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[4.057s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[4.057s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[4.058s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[4.058s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[4.058s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[4.058s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[4.058s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[4.059s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[4.060s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[4.060s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[4.060s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[4.060s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[4.060s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[4.061s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[4.061s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[4.061s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[4.061s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[4.061s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[4.062s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[4.297s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[4.297s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[4.299s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[4.299s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[4.299s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[4.299s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[4.300s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[4.300s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[4.300s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[4.300s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[4.322s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[4.348s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[4.349s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[4.349s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[4.397s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[4.397s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[4.397s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[4.562s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[85.768s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[86.164s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[86.424s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[86.428s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[86.891s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[86.898s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[86.901s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[86.932s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[86.977s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[86.985s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[87.008s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[87.011s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[87.011s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[87.061s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[87.063s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[87.098s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[87.103s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[87.106s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[87.109s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[87.116s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[87.127s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[87.245s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[87.277s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[87.279s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[87.280s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[87.314s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[87.316s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[87.317s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[87.318s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[87.318s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[87.318s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[87.319s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[87.319s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[87.351s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[87.353s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[87.354s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[87.355s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[87.357s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[87.358s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[87.369s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[87.375s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[87.378s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[87.388s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[87.546s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[87.546s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[87.547s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[87.548s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[87.554s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[87.555s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[87.585s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[87.590s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[87.593s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[87.622s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[87.624s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[87.624s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[87.656s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[87.661s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[87.680s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[87.682s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-17_22-08-53/b_obstacle_detector/command.log b/log/build_2024-03-17_22-08-53/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-17_22-08-53/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_22-08-53/b_obstacle_detector/stderr.log b/log/build_2024-03-17_22-08-53/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-17_22-08-53/b_obstacle_detector/stdout.log b/log/build_2024-03-17_22-08-53/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..2804e71 --- /dev/null +++ b/log/build_2024-03-17_22-08-53/b_obstacle_detector/stdout.log @@ -0,0 +1,24 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_22-08-53/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-17_22-08-53/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..2804e71 --- /dev/null +++ b/log/build_2024-03-17_22-08-53/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,24 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_22-08-53/b_obstacle_detector/streams.log b/log/build_2024-03-17_22-08-53/b_obstacle_detector/streams.log new file mode 100644 index 0000000..e3868dd --- /dev/null +++ b/log/build_2024-03-17_22-08-53/b_obstacle_detector/streams.log @@ -0,0 +1,28 @@ +[0.287s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[1.148s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[1.286s] [100%] Built target b_obstacle_detector_node +[1.334s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[1.463s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[1.501s] -- Install configuration: "RelWithDebInfo" +[1.515s] -- Execute custom install script +[1.533s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[1.541s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[1.550s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[1.554s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[1.556s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[1.559s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[1.560s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[1.561s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[1.564s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[1.565s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[1.569s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[1.571s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[1.573s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[1.573s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[1.605s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[1.606s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[1.607s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[1.608s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[1.610s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[1.610s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[1.624s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_22-08-53/events.log b/log/build_2024-03-17_22-08-53/events.log new file mode 100644 index 0000000..24ca3fc --- /dev/null +++ b/log/build_2024-03-17_22-08-53/events.log @@ -0,0 +1,55 @@ +[0.000000] (-) TimerEvent: {} +[0.002684] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.006661] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.099281] (-) TimerEvent: {} +[0.200687] (-) TimerEvent: {} +[0.265104] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.274076] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.274238] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.300864] (-) TimerEvent: {} +[0.401516] (-) TimerEvent: {} +[0.502117] (-) TimerEvent: {} +[0.602747] (-) TimerEvent: {} +[0.703473] (-) TimerEvent: {} +[0.804203] (-) TimerEvent: {} +[0.904890] (-) TimerEvent: {} +[1.005599] (-) TimerEvent: {} +[1.106433] (-) TimerEvent: {} +[1.153851] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[1.206693] (-) TimerEvent: {} +[1.291808] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[1.306978] (-) TimerEvent: {} +[1.339305] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[1.407319] (-) TimerEvent: {} +[1.440711] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[1.467583] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[1.507389] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[1.508079] (-) TimerEvent: {} +[1.521836] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.539713] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[1.547503] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[1.556580] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[1.560491] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[1.562481] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[1.565061] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[1.566672] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[1.567829] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[1.570396] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[1.571485] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[1.575221] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[1.577578] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[1.579084] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[1.579901] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[1.608288] (-) TimerEvent: {} +[1.610935] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[1.612381] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[1.613946] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[1.614911] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[1.616242] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[1.616931] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[1.630080] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[1.709180] (-) TimerEvent: {} +[1.813717] (-) TimerEvent: {} +[1.914372] (-) TimerEvent: {} +[1.968183] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[1.974579] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-17_22-08-53/logger_all.log b/log/build_2024-03-17_22-08-53/logger_all.log new file mode 100644 index 0000000..0addbc7 --- /dev/null +++ b/log/build_2024-03-17_22-08-53/logger_all.log @@ -0,0 +1,138 @@ +[5.957s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[5.959s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[6.203s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[6.203s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[6.203s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[6.203s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[6.203s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[6.203s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[6.203s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[6.204s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[6.204s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[6.204s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[6.205s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[6.205s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[6.205s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[6.205s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[6.205s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[6.205s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[6.250s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[6.250s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[6.250s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[6.250s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[6.250s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[6.250s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[6.250s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[6.250s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[6.251s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[6.251s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[6.251s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[6.251s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[6.251s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[6.251s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[6.268s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[6.270s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[6.271s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[6.271s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[6.272s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[6.272s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[6.272s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[6.273s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[6.273s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[6.273s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[6.274s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[6.275s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[6.275s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[6.276s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[6.276s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[6.276s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[6.276s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[6.454s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[6.454s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[6.455s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[6.455s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[6.455s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[6.455s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[6.455s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[6.455s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[6.455s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[6.455s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[6.474s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[6.502s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[6.504s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[6.504s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[6.576s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[6.577s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[6.577s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[6.792s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[7.839s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[7.968s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[8.127s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[8.130s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[8.177s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[8.178s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[8.181s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[8.218s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[8.226s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[8.230s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[8.236s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[8.240s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[8.240s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[8.244s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[8.245s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[8.272s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[8.278s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[8.280s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[8.284s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[8.286s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[8.288s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[8.374s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[8.399s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[8.400s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[8.400s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[8.430s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[8.431s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[8.432s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[8.433s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[8.433s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[8.434s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[8.434s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[8.435s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[8.461s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[8.462s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[8.463s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[8.464s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[8.465s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[8.465s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[8.466s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[8.468s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[8.468s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[8.469s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[8.707s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[8.707s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[8.707s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[8.708s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[8.740s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[8.741s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[8.768s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[8.773s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[8.785s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[8.829s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[8.843s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[8.850s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[8.900s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[8.905s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[8.934s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[8.936s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-17_22-23-55/b_obstacle_detector/command.log b/log/build_2024-03-17_22-23-55/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-17_22-23-55/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_22-23-55/b_obstacle_detector/stderr.log b/log/build_2024-03-17_22-23-55/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-17_22-23-55/b_obstacle_detector/stdout.log b/log/build_2024-03-17_22-23-55/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..3b4abed --- /dev/null +++ b/log/build_2024-03-17_22-23-55/b_obstacle_detector/stdout.log @@ -0,0 +1,25 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_22-23-55/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-17_22-23-55/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..3b4abed --- /dev/null +++ b/log/build_2024-03-17_22-23-55/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,25 @@ +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_22-23-55/b_obstacle_detector/streams.log b/log/build_2024-03-17_22-23-55/b_obstacle_detector/streams.log new file mode 100644 index 0000000..1ad312d --- /dev/null +++ b/log/build_2024-03-17_22-23-55/b_obstacle_detector/streams.log @@ -0,0 +1,29 @@ +[0.231s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.876s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o +[16.948s] [ 66%] Linking CXX executable b_obstacle_detector_node +[20.581s] [100%] Built target b_obstacle_detector_node +[20.622s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[20.729s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[20.765s] -- Install configuration: "RelWithDebInfo" +[20.779s] -- Execute custom install script +[20.801s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[20.804s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[20.807s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[20.810s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[20.811s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[20.816s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[20.816s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[20.817s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[20.820s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[20.822s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[20.827s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[20.828s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[20.829s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[20.829s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[20.911s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[20.912s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[20.914s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[20.916s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[20.917s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[20.917s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[20.928s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_22-23-55/events.log b/log/build_2024-03-17_22-23-55/events.log new file mode 100644 index 0000000..f80b4bc --- /dev/null +++ b/log/build_2024-03-17_22-23-55/events.log @@ -0,0 +1,247 @@ +[0.000000] (-) TimerEvent: {} +[0.007551] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.007736] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.095432] (-) TimerEvent: {} +[0.196491] (-) TimerEvent: {} +[0.210144] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.217487] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.221048] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.296852] (-) TimerEvent: {} +[0.397607] (-) TimerEvent: {} +[0.498306] (-) TimerEvent: {} +[0.599195] (-) TimerEvent: {} +[0.699835] (-) TimerEvent: {} +[0.800520] (-) TimerEvent: {} +[0.883984] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector_node.cpp.o\x1b[0m\n'} +[0.900778] (-) TimerEvent: {} +[1.001467] (-) TimerEvent: {} +[1.102207] (-) TimerEvent: {} +[1.203000] (-) TimerEvent: {} +[1.303716] (-) TimerEvent: {} +[1.404493] (-) TimerEvent: {} +[1.505142] (-) TimerEvent: {} +[1.605916] (-) TimerEvent: {} +[1.706702] (-) TimerEvent: {} +[1.807357] (-) TimerEvent: {} +[1.907985] (-) TimerEvent: {} +[2.008548] (-) TimerEvent: {} +[2.109221] (-) TimerEvent: {} +[2.209924] (-) TimerEvent: {} +[2.310474] (-) TimerEvent: {} +[2.411147] (-) TimerEvent: {} +[2.511815] (-) TimerEvent: {} +[2.613036] (-) TimerEvent: {} +[2.713943] (-) TimerEvent: {} +[2.814729] (-) TimerEvent: {} +[2.915596] (-) TimerEvent: {} +[3.016470] (-) TimerEvent: {} +[3.117245] (-) TimerEvent: {} +[3.218116] (-) TimerEvent: {} +[3.318998] (-) TimerEvent: {} +[3.419918] (-) TimerEvent: {} +[3.520693] (-) TimerEvent: {} +[3.621355] (-) TimerEvent: {} +[3.722004] (-) TimerEvent: {} +[3.822903] (-) TimerEvent: {} +[3.923798] (-) TimerEvent: {} +[4.024670] (-) TimerEvent: {} +[4.125306] (-) TimerEvent: {} +[4.226035] (-) TimerEvent: {} +[4.326652] (-) TimerEvent: {} +[4.427305] (-) TimerEvent: {} +[4.528120] (-) TimerEvent: {} +[4.628828] (-) TimerEvent: {} +[4.729490] (-) TimerEvent: {} +[4.830275] (-) TimerEvent: {} +[4.931096] (-) TimerEvent: {} +[5.032047] (-) TimerEvent: {} +[5.132926] (-) TimerEvent: {} +[5.233793] (-) TimerEvent: {} +[5.334478] (-) TimerEvent: {} +[5.435117] (-) TimerEvent: {} +[5.535892] (-) TimerEvent: {} +[5.636590] (-) TimerEvent: {} +[5.737288] (-) TimerEvent: {} +[5.838035] (-) TimerEvent: {} +[5.938701] (-) TimerEvent: {} +[6.039487] (-) TimerEvent: {} +[6.140207] (-) TimerEvent: {} +[6.240924] (-) TimerEvent: {} +[6.341631] (-) TimerEvent: {} +[6.442475] (-) TimerEvent: {} +[6.543255] (-) TimerEvent: {} +[6.643913] (-) TimerEvent: {} +[6.755640] (-) TimerEvent: {} +[6.856357] (-) TimerEvent: {} +[6.957028] (-) TimerEvent: {} +[7.057865] (-) TimerEvent: {} +[7.158536] (-) TimerEvent: {} +[7.261426] (-) TimerEvent: {} +[7.394440] (-) TimerEvent: {} +[7.495095] (-) TimerEvent: {} +[7.595820] (-) TimerEvent: {} +[7.696551] (-) TimerEvent: {} +[7.797299] (-) TimerEvent: {} +[7.898362] (-) TimerEvent: {} +[7.999017] (-) TimerEvent: {} +[8.099638] (-) TimerEvent: {} +[8.200341] (-) TimerEvent: {} +[8.301012] (-) TimerEvent: {} +[8.401555] (-) TimerEvent: {} +[8.502195] (-) TimerEvent: {} +[8.602915] (-) TimerEvent: {} +[8.703550] (-) TimerEvent: {} +[8.804204] (-) TimerEvent: {} +[8.904924] (-) TimerEvent: {} +[9.005454] (-) TimerEvent: {} +[9.106037] (-) TimerEvent: {} +[9.214501] (-) TimerEvent: {} +[9.315421] (-) TimerEvent: {} +[9.416320] (-) TimerEvent: {} +[9.516992] (-) TimerEvent: {} +[9.617755] (-) TimerEvent: {} +[9.718393] (-) TimerEvent: {} +[9.819036] (-) TimerEvent: {} +[9.919637] (-) TimerEvent: {} +[10.020281] (-) TimerEvent: {} +[10.120837] (-) TimerEvent: {} +[10.221475] (-) TimerEvent: {} +[10.321995] (-) TimerEvent: {} +[10.422522] (-) TimerEvent: {} +[10.523043] (-) TimerEvent: {} +[10.623737] (-) TimerEvent: {} +[10.724484] (-) TimerEvent: {} +[10.825123] (-) TimerEvent: {} +[10.925837] (-) TimerEvent: {} +[11.027659] (-) TimerEvent: {} +[11.128422] (-) TimerEvent: {} +[11.229261] (-) TimerEvent: {} +[11.329803] (-) TimerEvent: {} +[11.430479] (-) TimerEvent: {} +[11.531086] (-) TimerEvent: {} +[11.631882] (-) TimerEvent: {} +[11.732611] (-) TimerEvent: {} +[11.833193] (-) TimerEvent: {} +[11.933825] (-) TimerEvent: {} +[12.034601] (-) TimerEvent: {} +[12.135220] (-) TimerEvent: {} +[12.235857] (-) TimerEvent: {} +[12.336439] (-) TimerEvent: {} +[12.437076] (-) TimerEvent: {} +[12.538031] (-) TimerEvent: {} +[12.638929] (-) TimerEvent: {} +[12.739552] (-) TimerEvent: {} +[12.840172] (-) TimerEvent: {} +[12.940929] (-) TimerEvent: {} +[13.041551] (-) TimerEvent: {} +[13.142371] (-) TimerEvent: {} +[13.243159] (-) TimerEvent: {} +[13.344008] (-) TimerEvent: {} +[13.444668] (-) TimerEvent: {} +[13.545531] (-) TimerEvent: {} +[13.646514] (-) TimerEvent: {} +[13.747193] (-) TimerEvent: {} +[13.847944] (-) TimerEvent: {} +[13.948475] (-) TimerEvent: {} +[14.049237] (-) TimerEvent: {} +[14.149934] (-) TimerEvent: {} +[14.250661] (-) TimerEvent: {} +[14.351535] (-) TimerEvent: {} +[14.452112] (-) TimerEvent: {} +[14.552581] (-) TimerEvent: {} +[14.653085] (-) TimerEvent: {} +[14.753835] (-) TimerEvent: {} +[14.854474] (-) TimerEvent: {} +[14.955086] (-) TimerEvent: {} +[15.055860] (-) TimerEvent: {} +[15.156495] (-) TimerEvent: {} +[15.257093] (-) TimerEvent: {} +[15.357761] (-) TimerEvent: {} +[15.458373] (-) TimerEvent: {} +[15.559200] (-) TimerEvent: {} +[15.660084] (-) TimerEvent: {} +[15.760797] (-) TimerEvent: {} +[15.861555] (-) TimerEvent: {} +[15.962424] (-) TimerEvent: {} +[16.063168] (-) TimerEvent: {} +[16.163903] (-) TimerEvent: {} +[16.264783] (-) TimerEvent: {} +[16.365509] (-) TimerEvent: {} +[16.466477] (-) TimerEvent: {} +[16.567131] (-) TimerEvent: {} +[16.667827] (-) TimerEvent: {} +[16.768594] (-) TimerEvent: {} +[16.869285] (-) TimerEvent: {} +[16.955310] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[16.969617] (-) TimerEvent: {} +[17.070552] (-) TimerEvent: {} +[17.171264] (-) TimerEvent: {} +[17.271948] (-) TimerEvent: {} +[17.372548] (-) TimerEvent: {} +[17.473131] (-) TimerEvent: {} +[17.573658] (-) TimerEvent: {} +[17.674175] (-) TimerEvent: {} +[17.774756] (-) TimerEvent: {} +[17.875412] (-) TimerEvent: {} +[17.975961] (-) TimerEvent: {} +[18.076598] (-) TimerEvent: {} +[18.177325] (-) TimerEvent: {} +[18.277961] (-) TimerEvent: {} +[18.378754] (-) TimerEvent: {} +[18.479614] (-) TimerEvent: {} +[18.580713] (-) TimerEvent: {} +[18.681437] (-) TimerEvent: {} +[18.782095] (-) TimerEvent: {} +[18.882912] (-) TimerEvent: {} +[18.983596] (-) TimerEvent: {} +[19.084363] (-) TimerEvent: {} +[19.185186] (-) TimerEvent: {} +[19.285930] (-) TimerEvent: {} +[19.386543] (-) TimerEvent: {} +[19.487285] (-) TimerEvent: {} +[19.588208] (-) TimerEvent: {} +[19.689215] (-) TimerEvent: {} +[19.790054] (-) TimerEvent: {} +[19.890734] (-) TimerEvent: {} +[19.991517] (-) TimerEvent: {} +[20.092143] (-) TimerEvent: {} +[20.192792] (-) TimerEvent: {} +[20.293683] (-) TimerEvent: {} +[20.394255] (-) TimerEvent: {} +[20.494946] (-) TimerEvent: {} +[20.588866] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[20.595239] (-) TimerEvent: {} +[20.628414] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[20.689091] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[20.695486] (-) TimerEvent: {} +[20.735837] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[20.773064] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[20.786741] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[20.795866] (-) TimerEvent: {} +[20.808988] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[20.811318] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[20.814260] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[20.817243] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[20.819007] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[20.821409] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[20.824062] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[20.824817] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[20.827544] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[20.829939] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[20.834106] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[20.835531] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[20.836434] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[20.837036] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[20.896115] (-) TimerEvent: {} +[20.918789] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[20.919756] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[20.921897] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[20.923128] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[20.924530] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[20.925147] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[20.934898] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[20.996375] (-) TimerEvent: {} +[21.097054] (-) TimerEvent: {} +[21.197831] (-) TimerEvent: {} +[21.271699] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[21.278248] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-17_22-23-55/logger_all.log b/log/build_2024-03-17_22-23-55/logger_all.log new file mode 100644 index 0000000..adc47ef --- /dev/null +++ b/log/build_2024-03-17_22-23-55/logger_all.log @@ -0,0 +1,138 @@ +[4.369s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[4.370s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[4.560s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[4.560s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[4.560s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[4.560s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[4.560s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[4.560s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[4.560s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[4.561s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[4.562s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[4.562s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[4.562s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[4.562s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[4.562s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[4.562s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[4.562s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[4.563s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[4.660s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[4.660s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[4.660s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[4.661s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[4.662s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[4.662s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[4.673s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[4.673s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[4.674s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[4.674s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[4.674s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[4.674s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[4.675s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[4.675s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[4.675s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[4.676s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[4.677s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[4.677s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[4.677s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[4.677s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[4.677s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[4.677s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[4.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[4.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[4.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[4.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[4.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[4.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[4.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[4.678s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[4.678s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[4.678s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[4.678s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[4.679s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[4.679s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[4.947s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[4.947s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[4.948s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[4.949s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[4.949s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[4.949s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[4.949s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[4.949s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[4.949s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[4.949s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[4.978s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[5.008s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[5.009s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[5.010s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[5.052s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[5.053s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[5.053s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[5.252s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[25.642s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[25.750s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[25.946s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[25.948s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[26.007s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[26.011s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[26.012s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[26.043s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[26.048s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[26.051s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[26.054s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[26.055s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[26.055s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[26.061s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[26.062s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[26.083s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[26.087s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[26.089s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[26.092s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[26.094s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[26.096s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[26.181s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[26.205s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[26.206s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[26.206s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[26.240s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[26.241s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[26.243s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[26.244s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[26.245s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[26.245s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[26.245s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[26.246s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[26.273s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[26.276s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[26.278s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[26.280s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[26.282s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[26.283s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[26.284s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[26.286s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[26.286s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[26.286s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[26.471s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[26.472s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[26.472s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[26.472s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[26.504s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[26.504s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[26.552s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[26.557s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[26.564s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[26.603s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[26.608s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[26.611s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[26.652s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[26.655s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[26.691s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[26.693s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-17_22-25-00/b_obstacle_detector/command.log b/log/build_2024-03-17_22-25-00/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-17_22-25-00/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_22-25-00/b_obstacle_detector/stderr.log b/log/build_2024-03-17_22-25-00/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-17_22-25-00/b_obstacle_detector/stdout.log b/log/build_2024-03-17_22-25-00/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-17_22-25-00/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_22-25-00/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-17_22-25-00/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-17_22-25-00/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-17_22-25-00/b_obstacle_detector/streams.log b/log/build_2024-03-17_22-25-00/b_obstacle_detector/streams.log new file mode 100644 index 0000000..2527301 --- /dev/null +++ b/log/build_2024-03-17_22-25-00/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.166s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[0.344s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[0.550s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[83.127s] [ 66%] Linking CXX executable b_obstacle_detector_node +[84.019s] [100%] Built target b_obstacle_detector_node +[84.295s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[84.603s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[84.639s] -- Install configuration: "RelWithDebInfo" +[84.645s] -- Execute custom install script +[84.653s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[84.657s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[84.662s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[84.663s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[84.665s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[84.671s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[84.673s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[84.675s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[84.678s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[84.679s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[84.681s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[84.682s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[84.686s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[84.686s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[84.710s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[84.712s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[84.714s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[84.716s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[84.717s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[84.718s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[84.753s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-17_22-25-00/events.log b/log/build_2024-03-17_22-25-00/events.log new file mode 100644 index 0000000..a77f453 --- /dev/null +++ b/log/build_2024-03-17_22-25-00/events.log @@ -0,0 +1,863 @@ +[0.000000] (-) TimerEvent: {} +[0.000672] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.000759] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.099878] (-) TimerEvent: {} +[0.150129] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.154566] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.154706] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.200235] (-) TimerEvent: {} +[0.301059] (-) TimerEvent: {} +[0.344670] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[0.401313] (-) TimerEvent: {} +[0.501987] (-) TimerEvent: {} +[0.550612] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[0.602231] (-) TimerEvent: {} +[0.703056] (-) TimerEvent: {} +[0.803860] (-) TimerEvent: {} +[0.904465] (-) TimerEvent: {} +[1.005125] (-) TimerEvent: {} +[1.105810] (-) TimerEvent: {} +[1.206470] (-) TimerEvent: {} +[1.307123] (-) TimerEvent: {} +[1.408032] (-) TimerEvent: {} +[1.508645] (-) TimerEvent: {} +[1.609240] (-) TimerEvent: {} +[1.709893] (-) TimerEvent: {} +[1.810558] (-) TimerEvent: {} +[1.915816] (-) TimerEvent: {} +[2.020269] (-) TimerEvent: {} +[2.121017] (-) TimerEvent: {} +[2.221742] (-) TimerEvent: {} +[2.322834] (-) TimerEvent: {} +[2.423864] (-) TimerEvent: {} +[2.524598] (-) TimerEvent: {} +[2.627697] (-) TimerEvent: {} +[2.728350] (-) TimerEvent: {} +[2.829001] (-) TimerEvent: {} +[2.929690] (-) TimerEvent: {} +[3.030393] (-) TimerEvent: {} +[3.130908] (-) TimerEvent: {} +[3.231544] (-) TimerEvent: {} +[3.332347] (-) TimerEvent: {} +[3.433040] (-) TimerEvent: {} +[3.533845] (-) TimerEvent: {} +[3.634797] (-) TimerEvent: {} +[3.735866] (-) TimerEvent: {} +[3.836949] (-) TimerEvent: {} +[3.938208] (-) TimerEvent: {} +[4.038980] (-) TimerEvent: {} +[4.139646] (-) TimerEvent: {} +[4.240343] (-) TimerEvent: {} +[4.341118] (-) TimerEvent: {} +[4.441776] (-) TimerEvent: {} +[4.542497] (-) TimerEvent: {} +[4.643228] (-) TimerEvent: {} +[4.744001] (-) TimerEvent: {} +[4.844685] (-) TimerEvent: {} +[4.945421] (-) TimerEvent: {} +[5.046246] (-) TimerEvent: {} +[5.146959] (-) TimerEvent: {} +[5.247623] (-) TimerEvent: {} +[5.348222] (-) TimerEvent: {} +[5.448755] (-) TimerEvent: {} +[5.549362] (-) TimerEvent: {} +[5.650094] (-) TimerEvent: {} +[5.751199] (-) TimerEvent: {} +[5.852093] (-) TimerEvent: {} +[5.952732] (-) TimerEvent: {} +[6.053468] (-) TimerEvent: {} +[6.154152] (-) TimerEvent: {} +[6.254888] (-) TimerEvent: {} +[6.355603] (-) TimerEvent: {} +[6.456281] (-) TimerEvent: {} +[6.556932] (-) TimerEvent: {} +[6.657592] (-) TimerEvent: {} +[6.758250] (-) TimerEvent: {} +[6.858901] (-) TimerEvent: {} +[6.959556] (-) TimerEvent: {} +[7.060173] (-) TimerEvent: {} +[7.161176] (-) TimerEvent: {} +[7.261873] (-) TimerEvent: {} +[7.362741] (-) TimerEvent: {} +[7.463480] (-) TimerEvent: {} +[7.564007] (-) TimerEvent: {} +[7.664589] (-) TimerEvent: {} +[7.765300] (-) TimerEvent: {} +[7.865877] (-) TimerEvent: {} +[7.966484] (-) TimerEvent: {} +[8.067200] (-) TimerEvent: {} +[8.168092] (-) TimerEvent: {} +[8.268814] (-) TimerEvent: {} +[8.369610] (-) TimerEvent: {} +[8.470387] (-) TimerEvent: {} +[8.571811] (-) TimerEvent: {} +[8.672523] (-) TimerEvent: {} +[8.773443] (-) TimerEvent: {} +[8.874078] (-) TimerEvent: {} +[8.975385] (-) TimerEvent: {} +[9.076172] (-) TimerEvent: {} +[9.176975] (-) TimerEvent: {} +[9.277688] (-) TimerEvent: {} +[9.378535] (-) TimerEvent: {} +[9.479136] (-) TimerEvent: {} +[9.579948] (-) TimerEvent: {} +[9.681248] (-) TimerEvent: {} +[9.781946] (-) TimerEvent: {} +[9.882652] (-) TimerEvent: {} +[9.983462] (-) TimerEvent: {} +[10.084220] (-) TimerEvent: {} +[10.184982] (-) TimerEvent: {} +[10.285638] (-) TimerEvent: {} +[10.386288] (-) TimerEvent: {} +[10.486970] (-) TimerEvent: {} +[10.587552] (-) TimerEvent: {} +[10.688198] (-) TimerEvent: {} +[10.788776] (-) TimerEvent: {} +[10.889485] (-) TimerEvent: {} +[10.990170] (-) TimerEvent: {} +[11.090884] (-) TimerEvent: {} +[11.191553] (-) TimerEvent: {} +[11.292264] (-) TimerEvent: {} +[11.392990] (-) TimerEvent: {} +[11.493690] (-) TimerEvent: {} +[11.594370] (-) TimerEvent: {} +[11.695115] (-) TimerEvent: {} +[11.795814] (-) TimerEvent: {} +[11.896643] (-) TimerEvent: {} +[11.997373] (-) TimerEvent: {} +[12.098141] (-) TimerEvent: {} +[12.198911] (-) TimerEvent: {} +[12.299493] (-) TimerEvent: {} +[12.400549] (-) TimerEvent: {} +[12.501281] (-) TimerEvent: {} +[12.601803] (-) TimerEvent: {} +[12.702409] (-) TimerEvent: {} +[12.802995] (-) TimerEvent: {} +[12.903565] (-) TimerEvent: {} +[13.004173] (-) TimerEvent: {} +[13.104818] (-) TimerEvent: {} +[13.205842] (-) TimerEvent: {} +[13.306525] (-) TimerEvent: {} +[13.407087] (-) TimerEvent: {} +[13.507673] (-) TimerEvent: {} +[13.608334] (-) TimerEvent: {} +[13.709626] (-) TimerEvent: {} +[13.810209] (-) TimerEvent: {} +[13.910863] (-) TimerEvent: {} +[14.011591] (-) TimerEvent: {} +[14.112339] (-) TimerEvent: {} +[14.216286] (-) TimerEvent: {} +[14.317105] (-) TimerEvent: {} +[14.417802] (-) TimerEvent: {} +[14.518442] (-) TimerEvent: {} +[14.632622] (-) TimerEvent: {} +[14.733767] (-) TimerEvent: {} +[14.834906] (-) TimerEvent: {} +[14.935891] (-) TimerEvent: {} +[15.036607] (-) TimerEvent: {} +[15.137270] (-) TimerEvent: {} +[15.238033] (-) TimerEvent: {} +[15.338957] (-) TimerEvent: {} +[15.440215] (-) TimerEvent: {} +[17.600682] (-) TimerEvent: {} +[17.701615] (-) TimerEvent: {} +[17.802368] (-) TimerEvent: {} +[17.903044] (-) TimerEvent: {} +[18.003790] (-) TimerEvent: {} +[18.104575] (-) TimerEvent: {} +[18.205285] (-) TimerEvent: {} +[18.306129] (-) TimerEvent: {} +[18.406824] (-) TimerEvent: {} +[18.507430] (-) TimerEvent: {} +[18.608317] (-) TimerEvent: {} +[18.709085] (-) TimerEvent: {} +[18.809858] (-) TimerEvent: {} +[18.910545] (-) TimerEvent: {} +[19.011281] (-) TimerEvent: {} +[19.111998] (-) TimerEvent: {} +[19.212681] (-) TimerEvent: {} +[19.313322] (-) TimerEvent: {} +[19.414160] (-) TimerEvent: {} +[19.514843] (-) TimerEvent: {} +[19.615595] (-) TimerEvent: {} +[19.716452] (-) TimerEvent: {} +[19.817440] (-) TimerEvent: {} +[19.918372] (-) TimerEvent: {} +[20.019162] (-) TimerEvent: {} +[20.119838] (-) TimerEvent: {} +[20.220461] (-) TimerEvent: {} +[20.321048] (-) TimerEvent: {} +[20.421764] (-) TimerEvent: {} +[20.522574] (-) TimerEvent: {} +[20.623462] (-) TimerEvent: {} +[20.724021] (-) TimerEvent: {} +[20.824705] (-) TimerEvent: {} +[20.925331] (-) TimerEvent: {} +[21.025917] (-) TimerEvent: {} +[21.126497] (-) TimerEvent: {} +[21.227260] (-) TimerEvent: {} +[21.327996] (-) TimerEvent: {} +[21.428687] (-) TimerEvent: {} +[21.529476] (-) TimerEvent: {} +[21.630191] (-) TimerEvent: {} +[21.730901] (-) TimerEvent: {} +[21.831607] (-) TimerEvent: {} +[21.932407] (-) TimerEvent: {} +[22.033081] (-) TimerEvent: {} +[22.133821] (-) TimerEvent: {} +[22.234531] (-) TimerEvent: {} +[22.336600] (-) TimerEvent: {} +[22.437274] (-) TimerEvent: {} +[22.538136] (-) TimerEvent: {} +[22.638855] (-) TimerEvent: {} +[22.739486] (-) TimerEvent: {} +[22.840138] (-) TimerEvent: {} +[22.941726] (-) TimerEvent: {} +[23.096726] (-) TimerEvent: {} +[23.198498] (-) TimerEvent: {} +[23.302048] (-) TimerEvent: {} +[23.402681] (-) TimerEvent: {} +[23.503522] (-) TimerEvent: {} +[23.604461] (-) TimerEvent: {} +[23.705190] (-) TimerEvent: {} +[23.805820] (-) TimerEvent: {} +[23.906548] (-) TimerEvent: {} +[24.007276] (-) TimerEvent: {} +[24.108005] (-) TimerEvent: {} +[24.208720] (-) TimerEvent: {} +[24.309457] (-) TimerEvent: {} +[24.410107] (-) TimerEvent: {} +[24.511083] (-) TimerEvent: {} +[24.611831] (-) TimerEvent: {} +[24.712476] (-) TimerEvent: {} +[24.813071] (-) TimerEvent: {} +[24.913772] (-) TimerEvent: {} +[25.014433] (-) TimerEvent: {} +[25.115382] (-) TimerEvent: {} +[25.215979] (-) TimerEvent: {} +[25.316681] (-) TimerEvent: {} +[25.417342] (-) TimerEvent: {} +[25.517989] (-) TimerEvent: {} +[25.618756] (-) TimerEvent: {} +[25.719400] (-) TimerEvent: {} +[25.820181] (-) TimerEvent: {} +[25.920831] (-) TimerEvent: {} +[26.021720] (-) TimerEvent: {} +[26.122392] (-) TimerEvent: {} +[26.222980] (-) TimerEvent: {} +[26.323570] (-) TimerEvent: {} +[26.424211] (-) TimerEvent: {} +[26.524935] (-) TimerEvent: {} +[26.625651] (-) TimerEvent: {} +[26.726407] (-) TimerEvent: {} +[26.827267] (-) TimerEvent: {} +[26.927918] (-) TimerEvent: {} +[27.028675] (-) TimerEvent: {} +[27.129255] (-) TimerEvent: {} +[27.229997] (-) TimerEvent: {} +[27.331000] (-) TimerEvent: {} +[27.431753] (-) TimerEvent: {} +[27.532656] (-) TimerEvent: {} +[27.633471] (-) TimerEvent: {} +[27.734209] (-) TimerEvent: {} +[27.834880] (-) TimerEvent: {} +[27.935555] (-) TimerEvent: {} +[28.036194] (-) TimerEvent: {} +[28.136905] (-) TimerEvent: {} +[28.237476] (-) TimerEvent: {} +[28.338189] (-) TimerEvent: {} +[28.438955] (-) TimerEvent: {} +[28.539611] (-) TimerEvent: {} +[28.640230] (-) TimerEvent: {} +[28.740825] (-) TimerEvent: {} +[28.841404] (-) TimerEvent: {} +[28.942184] (-) TimerEvent: {} +[29.042929] (-) TimerEvent: {} +[29.143619] (-) TimerEvent: {} +[29.244319] (-) TimerEvent: {} +[29.345008] (-) TimerEvent: {} +[29.445733] (-) TimerEvent: {} +[29.546598] (-) TimerEvent: {} +[29.647297] (-) TimerEvent: {} +[29.748056] (-) TimerEvent: {} +[29.848916] (-) TimerEvent: {} +[29.949687] (-) TimerEvent: {} +[30.057264] (-) TimerEvent: {} +[30.176744] (-) TimerEvent: {} +[30.278285] (-) TimerEvent: {} +[30.378928] (-) TimerEvent: {} +[30.479914] (-) TimerEvent: {} +[30.580653] (-) TimerEvent: {} +[30.681229] (-) TimerEvent: {} +[30.781968] (-) TimerEvent: {} +[30.882659] (-) TimerEvent: {} +[30.983321] (-) TimerEvent: {} +[31.084038] (-) TimerEvent: {} +[31.184744] (-) TimerEvent: {} +[31.285322] (-) TimerEvent: {} +[31.386017] (-) TimerEvent: {} +[31.486838] (-) TimerEvent: {} +[31.642603] (-) TimerEvent: {} +[31.766724] (-) TimerEvent: {} +[31.867773] (-) TimerEvent: {} +[31.968878] (-) TimerEvent: {} +[32.069729] (-) TimerEvent: {} +[32.170597] (-) TimerEvent: {} +[32.271385] (-) TimerEvent: {} +[32.372214] (-) TimerEvent: {} +[32.473028] (-) TimerEvent: {} +[32.573738] (-) TimerEvent: {} +[32.675379] (-) TimerEvent: {} +[32.778006] (-) TimerEvent: {} +[32.878888] (-) TimerEvent: {} +[32.983447] (-) TimerEvent: {} +[33.088606] (-) TimerEvent: {} +[33.189998] (-) TimerEvent: {} +[33.290982] (-) TimerEvent: {} +[33.391609] (-) TimerEvent: {} +[33.492227] (-) TimerEvent: {} +[33.593056] (-) TimerEvent: {} +[33.693692] (-) TimerEvent: {} +[33.794334] (-) TimerEvent: {} +[33.894975] (-) TimerEvent: {} +[33.995689] (-) TimerEvent: {} +[34.096404] (-) TimerEvent: {} +[34.196995] (-) TimerEvent: {} +[34.297650] (-) TimerEvent: {} +[34.398378] (-) TimerEvent: {} +[34.499239] (-) TimerEvent: {} +[34.600374] (-) TimerEvent: {} +[34.701397] (-) TimerEvent: {} +[34.802508] (-) TimerEvent: {} +[34.903303] (-) TimerEvent: {} +[35.004163] (-) TimerEvent: {} +[35.105425] (-) TimerEvent: {} +[35.206889] (-) TimerEvent: {} +[35.307787] (-) TimerEvent: {} +[35.408929] (-) TimerEvent: {} +[35.510449] (-) TimerEvent: {} +[35.611406] (-) TimerEvent: {} +[35.712181] (-) TimerEvent: {} +[35.813080] (-) TimerEvent: {} +[35.914363] (-) TimerEvent: {} +[36.015303] (-) TimerEvent: {} +[36.116103] (-) TimerEvent: {} +[36.216820] (-) TimerEvent: {} +[36.317621] (-) TimerEvent: {} +[36.418396] (-) TimerEvent: {} +[36.519091] (-) TimerEvent: {} +[36.619692] (-) TimerEvent: {} +[36.720371] (-) TimerEvent: {} +[36.820959] (-) TimerEvent: {} +[36.921591] (-) TimerEvent: {} +[37.022165] (-) TimerEvent: {} +[37.122816] (-) TimerEvent: {} +[37.223508] (-) TimerEvent: {} +[37.324068] (-) TimerEvent: {} +[37.424682] (-) TimerEvent: {} +[37.525415] (-) TimerEvent: {} +[37.626113] (-) TimerEvent: {} +[37.726786] (-) TimerEvent: {} +[37.827563] (-) TimerEvent: {} +[37.928260] (-) TimerEvent: {} +[38.028980] (-) TimerEvent: {} +[38.129869] (-) TimerEvent: {} +[38.230454] (-) TimerEvent: {} +[38.331131] (-) TimerEvent: {} +[38.431833] (-) TimerEvent: {} +[38.532578] (-) TimerEvent: {} +[38.633322] (-) TimerEvent: {} +[38.734109] (-) TimerEvent: {} +[38.834977] (-) TimerEvent: {} +[38.935661] (-) TimerEvent: {} +[39.036752] (-) TimerEvent: {} +[39.137518] (-) TimerEvent: {} +[39.238234] (-) TimerEvent: {} +[39.339123] (-) TimerEvent: {} +[39.439638] (-) TimerEvent: {} +[39.540191] (-) TimerEvent: {} +[39.640898] (-) TimerEvent: {} +[39.741526] (-) TimerEvent: {} +[39.842141] (-) TimerEvent: {} +[39.942885] (-) TimerEvent: {} +[40.043609] (-) TimerEvent: {} +[40.144277] (-) TimerEvent: {} +[40.245124] (-) TimerEvent: {} +[40.345882] (-) TimerEvent: {} +[40.446498] (-) TimerEvent: {} +[40.547136] (-) TimerEvent: {} +[40.647929] (-) TimerEvent: {} +[40.748747] (-) TimerEvent: {} +[40.849313] (-) TimerEvent: {} +[40.949878] (-) TimerEvent: {} +[41.050568] (-) TimerEvent: {} +[41.151256] (-) TimerEvent: {} +[41.251950] (-) TimerEvent: {} +[41.352739] (-) TimerEvent: {} +[41.453664] (-) TimerEvent: {} +[41.554257] (-) TimerEvent: {} +[41.654849] (-) TimerEvent: {} +[41.755492] (-) TimerEvent: {} +[41.856158] (-) TimerEvent: {} +[41.957015] (-) TimerEvent: {} +[42.057717] (-) TimerEvent: {} +[42.158336] (-) TimerEvent: {} +[42.258983] (-) TimerEvent: {} +[42.359723] (-) TimerEvent: {} +[42.460424] (-) TimerEvent: {} +[42.561049] (-) TimerEvent: {} +[42.661933] (-) TimerEvent: {} +[42.763158] (-) TimerEvent: {} +[42.863976] (-) TimerEvent: {} +[42.964602] (-) TimerEvent: {} +[43.065128] (-) TimerEvent: {} +[43.165786] (-) TimerEvent: {} +[43.266458] (-) TimerEvent: {} +[43.367050] (-) TimerEvent: {} +[43.467762] (-) TimerEvent: {} +[43.568419] (-) TimerEvent: {} +[43.669179] (-) TimerEvent: {} +[43.769838] (-) TimerEvent: {} +[43.870433] (-) TimerEvent: {} +[43.971534] (-) TimerEvent: {} +[44.072175] (-) TimerEvent: {} +[44.172878] (-) TimerEvent: {} +[44.273556] (-) TimerEvent: {} +[44.374156] (-) TimerEvent: {} +[44.474822] (-) TimerEvent: {} +[44.575935] (-) TimerEvent: {} +[44.676946] (-) TimerEvent: {} +[44.777681] (-) TimerEvent: {} +[44.878421] (-) TimerEvent: {} +[44.979057] (-) TimerEvent: {} +[45.079862] (-) TimerEvent: {} +[45.180863] (-) TimerEvent: {} +[45.281479] (-) TimerEvent: {} +[45.382160] (-) TimerEvent: {} +[45.482793] (-) TimerEvent: {} +[45.583368] (-) TimerEvent: {} +[45.684013] (-) TimerEvent: {} +[45.784675] (-) TimerEvent: {} +[45.885303] (-) TimerEvent: {} +[45.985992] (-) TimerEvent: {} +[46.086714] (-) TimerEvent: {} +[46.187412] (-) TimerEvent: {} +[46.288174] (-) TimerEvent: {} +[46.389289] (-) TimerEvent: {} +[46.489936] (-) TimerEvent: {} +[46.590535] (-) TimerEvent: {} +[46.691281] (-) TimerEvent: {} +[46.791955] (-) TimerEvent: {} +[46.893590] (-) TimerEvent: {} +[46.994275] (-) TimerEvent: {} +[47.094987] (-) TimerEvent: {} +[47.195514] (-) TimerEvent: {} +[47.296103] (-) TimerEvent: {} +[47.396694] (-) TimerEvent: {} +[47.497316] (-) TimerEvent: {} +[47.597831] (-) TimerEvent: {} +[47.698356] (-) TimerEvent: {} +[47.799030] (-) TimerEvent: {} +[47.899654] (-) TimerEvent: {} +[48.000598] (-) TimerEvent: {} +[48.101202] (-) TimerEvent: {} +[48.201892] (-) TimerEvent: {} +[48.302747] (-) TimerEvent: {} +[48.403375] (-) TimerEvent: {} +[48.504138] (-) TimerEvent: {} +[48.604852] (-) TimerEvent: {} +[48.705770] (-) TimerEvent: {} +[48.806298] (-) TimerEvent: {} +[48.906968] (-) TimerEvent: {} +[49.007656] (-) TimerEvent: {} +[49.108468] (-) TimerEvent: {} +[49.209023] (-) TimerEvent: {} +[49.309632] (-) TimerEvent: {} +[49.410314] (-) TimerEvent: {} +[49.511025] (-) TimerEvent: {} +[49.611702] (-) TimerEvent: {} +[49.713271] (-) TimerEvent: {} +[49.814039] (-) TimerEvent: {} +[49.914603] (-) TimerEvent: {} +[50.017197] (-) TimerEvent: {} +[50.119065] (-) TimerEvent: {} +[50.219662] (-) TimerEvent: {} +[50.320443] (-) TimerEvent: {} +[50.421063] (-) TimerEvent: {} +[50.521636] (-) TimerEvent: {} +[50.622425] (-) TimerEvent: {} +[50.723171] (-) TimerEvent: {} +[50.823942] (-) TimerEvent: {} +[50.924577] (-) TimerEvent: {} +[51.025177] (-) TimerEvent: {} +[51.125834] (-) TimerEvent: {} +[51.226643] (-) TimerEvent: {} +[51.327442] (-) TimerEvent: {} +[51.428246] (-) TimerEvent: {} +[51.528923] (-) TimerEvent: {} +[51.629684] (-) TimerEvent: {} +[51.730587] (-) TimerEvent: {} +[51.831182] (-) TimerEvent: {} +[51.931888] (-) TimerEvent: {} +[52.032510] (-) TimerEvent: {} +[52.133170] (-) TimerEvent: {} +[52.234441] (-) TimerEvent: {} +[52.335162] (-) TimerEvent: {} +[52.435843] (-) TimerEvent: {} +[52.536410] (-) TimerEvent: {} +[52.636900] (-) TimerEvent: {} +[52.737626] (-) TimerEvent: {} +[52.838440] (-) TimerEvent: {} +[52.938993] (-) TimerEvent: {} +[53.039630] (-) TimerEvent: {} +[53.140207] (-) TimerEvent: {} +[53.240890] (-) TimerEvent: {} +[53.341821] (-) TimerEvent: {} +[53.442731] (-) TimerEvent: {} +[53.553585] (-) TimerEvent: {} +[53.654567] (-) TimerEvent: {} +[53.755325] (-) TimerEvent: {} +[53.856208] (-) TimerEvent: {} +[53.956893] (-) TimerEvent: {} +[54.057701] (-) TimerEvent: {} +[54.158362] (-) TimerEvent: {} +[54.259038] (-) TimerEvent: {} +[54.359619] (-) TimerEvent: {} +[54.460467] (-) TimerEvent: {} +[54.561466] (-) TimerEvent: {} +[54.662193] (-) TimerEvent: {} +[54.762919] (-) TimerEvent: {} +[54.863777] (-) TimerEvent: {} +[54.964609] (-) TimerEvent: {} +[55.065182] (-) TimerEvent: {} +[55.165779] (-) TimerEvent: {} +[55.266408] (-) TimerEvent: {} +[55.367114] (-) TimerEvent: {} +[55.467774] (-) TimerEvent: {} +[55.568485] (-) TimerEvent: {} +[55.669204] (-) TimerEvent: {} +[55.770031] (-) TimerEvent: {} +[55.870699] (-) TimerEvent: {} +[55.971428] (-) TimerEvent: {} +[56.072149] (-) TimerEvent: {} +[56.172870] (-) TimerEvent: {} +[56.273579] (-) TimerEvent: {} +[56.374442] (-) TimerEvent: {} +[56.475112] (-) TimerEvent: {} +[56.575752] (-) TimerEvent: {} +[56.676431] (-) TimerEvent: {} +[56.777102] (-) TimerEvent: {} +[56.877634] (-) TimerEvent: {} +[56.978249] (-) TimerEvent: {} +[57.078890] (-) TimerEvent: {} +[57.179613] (-) TimerEvent: {} +[57.280309] (-) TimerEvent: {} +[57.381228] (-) TimerEvent: {} +[57.482155] (-) TimerEvent: {} +[57.582917] (-) TimerEvent: {} +[57.683489] (-) TimerEvent: {} +[57.784067] (-) TimerEvent: {} +[57.885978] (-) TimerEvent: {} +[57.986599] (-) TimerEvent: {} +[58.087301] (-) TimerEvent: {} +[58.187947] (-) TimerEvent: {} +[58.288652] (-) TimerEvent: {} +[58.389252] (-) TimerEvent: {} +[58.489930] (-) TimerEvent: {} +[58.590667] (-) TimerEvent: {} +[58.691407] (-) TimerEvent: {} +[58.791927] (-) TimerEvent: {} +[58.892569] (-) TimerEvent: {} +[58.993318] (-) TimerEvent: {} +[59.094002] (-) TimerEvent: {} +[59.194532] (-) TimerEvent: {} +[59.295136] (-) TimerEvent: {} +[59.395868] (-) TimerEvent: {} +[59.496622] (-) TimerEvent: {} +[59.597453] (-) TimerEvent: {} +[59.698454] (-) TimerEvent: {} +[59.799244] (-) TimerEvent: {} +[59.899906] (-) TimerEvent: {} +[60.000521] (-) TimerEvent: {} +[60.101279] (-) TimerEvent: {} +[60.202486] (-) TimerEvent: {} +[60.303290] (-) TimerEvent: {} +[60.404184] (-) TimerEvent: {} +[60.504901] (-) TimerEvent: {} +[60.605692] (-) TimerEvent: {} +[60.706265] (-) TimerEvent: {} +[60.806814] (-) TimerEvent: {} +[60.907420] (-) TimerEvent: {} +[61.008006] (-) TimerEvent: {} +[61.108640] (-) TimerEvent: {} +[61.209237] (-) TimerEvent: {} +[61.309921] (-) TimerEvent: {} +[61.410608] (-) TimerEvent: {} +[61.511278] (-) TimerEvent: {} +[61.611951] (-) TimerEvent: {} +[61.712721] (-) TimerEvent: {} +[61.813491] (-) TimerEvent: {} +[61.914249] (-) TimerEvent: {} +[62.014961] (-) TimerEvent: {} +[62.115671] (-) TimerEvent: {} +[62.216679] (-) TimerEvent: {} +[62.317327] (-) TimerEvent: {} +[62.418066] (-) TimerEvent: {} +[62.519632] (-) TimerEvent: {} +[62.620260] (-) TimerEvent: {} +[62.720954] (-) TimerEvent: {} +[62.821645] (-) TimerEvent: {} +[62.922337] (-) TimerEvent: {} +[63.023005] (-) TimerEvent: {} +[63.123602] (-) TimerEvent: {} +[63.224345] (-) TimerEvent: {} +[63.325278] (-) TimerEvent: {} +[63.426370] (-) TimerEvent: {} +[63.527983] (-) TimerEvent: {} +[63.628969] (-) TimerEvent: {} +[63.762528] (-) TimerEvent: {} +[63.863816] (-) TimerEvent: {} +[63.964662] (-) TimerEvent: {} +[64.065652] (-) TimerEvent: {} +[64.170511] (-) TimerEvent: {} +[64.280324] (-) TimerEvent: {} +[64.417885] (-) TimerEvent: {} +[64.518779] (-) TimerEvent: {} +[64.619603] (-) TimerEvent: {} +[64.720317] (-) TimerEvent: {} +[64.820935] (-) TimerEvent: {} +[64.921675] (-) TimerEvent: {} +[65.022450] (-) TimerEvent: {} +[65.123493] (-) TimerEvent: {} +[65.224188] (-) TimerEvent: {} +[65.324815] (-) TimerEvent: {} +[65.425495] (-) TimerEvent: {} +[65.526387] (-) TimerEvent: {} +[65.627096] (-) TimerEvent: {} +[65.728059] (-) TimerEvent: {} +[65.829033] (-) TimerEvent: {} +[65.930021] (-) TimerEvent: {} +[66.030644] (-) TimerEvent: {} +[66.131505] (-) TimerEvent: {} +[66.232213] (-) TimerEvent: {} +[66.333018] (-) TimerEvent: {} +[66.433925] (-) TimerEvent: {} +[66.534868] (-) TimerEvent: {} +[66.635514] (-) TimerEvent: {} +[66.736256] (-) TimerEvent: {} +[66.836841] (-) TimerEvent: {} +[66.937358] (-) TimerEvent: {} +[67.038019] (-) TimerEvent: {} +[67.138720] (-) TimerEvent: {} +[67.239513] (-) TimerEvent: {} +[67.340303] (-) TimerEvent: {} +[67.441007] (-) TimerEvent: {} +[67.541723] (-) TimerEvent: {} +[67.642604] (-) TimerEvent: {} +[67.743226] (-) TimerEvent: {} +[67.843993] (-) TimerEvent: {} +[67.944682] (-) TimerEvent: {} +[68.045335] (-) TimerEvent: {} +[68.145984] (-) TimerEvent: {} +[68.246749] (-) TimerEvent: {} +[68.347565] (-) TimerEvent: {} +[68.448401] (-) TimerEvent: {} +[68.548999] (-) TimerEvent: {} +[68.649562] (-) TimerEvent: {} +[68.750166] (-) TimerEvent: {} +[68.850829] (-) TimerEvent: {} +[68.951420] (-) TimerEvent: {} +[69.052302] (-) TimerEvent: {} +[69.153124] (-) TimerEvent: {} +[69.254009] (-) TimerEvent: {} +[69.354724] (-) TimerEvent: {} +[69.455329] (-) TimerEvent: {} +[69.556003] (-) TimerEvent: {} +[69.656786] (-) TimerEvent: {} +[69.757515] (-) TimerEvent: {} +[69.858367] (-) TimerEvent: {} +[69.959673] (-) TimerEvent: {} +[70.060799] (-) TimerEvent: {} +[70.161586] (-) TimerEvent: {} +[70.262188] (-) TimerEvent: {} +[70.362940] (-) TimerEvent: {} +[70.464029] (-) TimerEvent: {} +[70.564807] (-) TimerEvent: {} +[70.665639] (-) TimerEvent: {} +[70.766326] (-) TimerEvent: {} +[70.867055] (-) TimerEvent: {} +[70.967624] (-) TimerEvent: {} +[71.068191] (-) TimerEvent: {} +[71.169046] (-) TimerEvent: {} +[71.269788] (-) TimerEvent: {} +[71.370427] (-) TimerEvent: {} +[71.471041] (-) TimerEvent: {} +[71.571633] (-) TimerEvent: {} +[71.672240] (-) TimerEvent: {} +[71.772976] (-) TimerEvent: {} +[71.873999] (-) TimerEvent: {} +[71.974677] (-) TimerEvent: {} +[72.075508] (-) TimerEvent: {} +[72.176276] (-) TimerEvent: {} +[72.276994] (-) TimerEvent: {} +[72.377689] (-) TimerEvent: {} +[72.480372] (-) TimerEvent: {} +[72.581089] (-) TimerEvent: {} +[72.683195] (-) TimerEvent: {} +[72.783998] (-) TimerEvent: {} +[72.884907] (-) TimerEvent: {} +[72.985679] (-) TimerEvent: {} +[73.086322] (-) TimerEvent: {} +[73.186813] (-) TimerEvent: {} +[73.287410] (-) TimerEvent: {} +[73.388086] (-) TimerEvent: {} +[73.488735] (-) TimerEvent: {} +[73.589417] (-) TimerEvent: {} +[73.690356] (-) TimerEvent: {} +[73.791172] (-) TimerEvent: {} +[73.891837] (-) TimerEvent: {} +[73.992388] (-) TimerEvent: {} +[74.092919] (-) TimerEvent: {} +[74.193500] (-) TimerEvent: {} +[74.294021] (-) TimerEvent: {} +[74.394661] (-) TimerEvent: {} +[74.495597] (-) TimerEvent: {} +[74.596538] (-) TimerEvent: {} +[74.697183] (-) TimerEvent: {} +[74.798112] (-) TimerEvent: {} +[74.898805] (-) TimerEvent: {} +[74.999706] (-) TimerEvent: {} +[75.100556] (-) TimerEvent: {} +[75.201590] (-) TimerEvent: {} +[75.302538] (-) TimerEvent: {} +[75.403300] (-) TimerEvent: {} +[75.504112] (-) TimerEvent: {} +[75.604880] (-) TimerEvent: {} +[75.705680] (-) TimerEvent: {} +[75.806552] (-) TimerEvent: {} +[75.907405] (-) TimerEvent: {} +[76.008145] (-) TimerEvent: {} +[76.108706] (-) TimerEvent: {} +[76.209251] (-) TimerEvent: {} +[76.309879] (-) TimerEvent: {} +[76.410468] (-) TimerEvent: {} +[76.511076] (-) TimerEvent: {} +[76.611817] (-) TimerEvent: {} +[76.712417] (-) TimerEvent: {} +[76.813048] (-) TimerEvent: {} +[76.913696] (-) TimerEvent: {} +[77.014388] (-) TimerEvent: {} +[77.114928] (-) TimerEvent: {} +[77.215441] (-) TimerEvent: {} +[77.316004] (-) TimerEvent: {} +[77.416665] (-) TimerEvent: {} +[77.517336] (-) TimerEvent: {} +[77.618061] (-) TimerEvent: {} +[77.718845] (-) TimerEvent: {} +[77.819570] (-) TimerEvent: {} +[77.920223] (-) TimerEvent: {} +[78.020801] (-) TimerEvent: {} +[78.121448] (-) TimerEvent: {} +[78.222100] (-) TimerEvent: {} +[78.322663] (-) TimerEvent: {} +[78.423543] (-) TimerEvent: {} +[78.524448] (-) TimerEvent: {} +[78.625376] (-) TimerEvent: {} +[78.726111] (-) TimerEvent: {} +[78.826685] (-) TimerEvent: {} +[78.927241] (-) TimerEvent: {} +[79.027952] (-) TimerEvent: {} +[79.128578] (-) TimerEvent: {} +[79.229271] (-) TimerEvent: {} +[79.329891] (-) TimerEvent: {} +[79.430560] (-) TimerEvent: {} +[79.531372] (-) TimerEvent: {} +[79.632251] (-) TimerEvent: {} +[79.732912] (-) TimerEvent: {} +[79.833622] (-) TimerEvent: {} +[79.934275] (-) TimerEvent: {} +[80.035082] (-) TimerEvent: {} +[80.135786] (-) TimerEvent: {} +[80.236860] (-) TimerEvent: {} +[80.337578] (-) TimerEvent: {} +[80.438195] (-) TimerEvent: {} +[80.538824] (-) TimerEvent: {} +[80.639965] (-) TimerEvent: {} +[80.741286] (-) TimerEvent: {} +[80.842048] (-) TimerEvent: {} +[80.942646] (-) TimerEvent: {} +[81.043596] (-) TimerEvent: {} +[81.144306] (-) TimerEvent: {} +[81.245053] (-) TimerEvent: {} +[81.345703] (-) TimerEvent: {} +[81.446375] (-) TimerEvent: {} +[81.547063] (-) TimerEvent: {} +[81.647589] (-) TimerEvent: {} +[81.748268] (-) TimerEvent: {} +[81.849011] (-) TimerEvent: {} +[81.949800] (-) TimerEvent: {} +[82.050507] (-) TimerEvent: {} +[82.151151] (-) TimerEvent: {} +[82.251907] (-) TimerEvent: {} +[82.352595] (-) TimerEvent: {} +[82.453435] (-) TimerEvent: {} +[82.554282] (-) TimerEvent: {} +[82.654970] (-) TimerEvent: {} +[82.755873] (-) TimerEvent: {} +[82.856570] (-) TimerEvent: {} +[82.957274] (-) TimerEvent: {} +[83.065337] (-) TimerEvent: {} +[83.087746] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[83.166157] (-) TimerEvent: {} +[83.267376] (-) TimerEvent: {} +[83.368570] (-) TimerEvent: {} +[83.469228] (-) TimerEvent: {} +[83.569707] (-) TimerEvent: {} +[83.670321] (-) TimerEvent: {} +[83.770982] (-) TimerEvent: {} +[83.871726] (-) TimerEvent: {} +[83.972561] (-) TimerEvent: {} +[84.019306] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[84.072815] (-) TimerEvent: {} +[84.173442] (-) TimerEvent: {} +[84.265885] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[84.335546] (-) TimerEvent: {} +[84.445860] (-) TimerEvent: {} +[84.504449] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[84.553333] (-) TimerEvent: {} +[84.600329] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[84.639642] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[84.645178] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[84.653630] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[84.654151] (-) TimerEvent: {} +[84.657512] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[84.662241] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[84.663883] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[84.665966] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[84.671747] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[84.673709] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[84.675293] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[84.678071] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[84.680024] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[84.681165] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[84.682939] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[84.685722] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[84.686753] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[84.710997] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[84.712211] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[84.714890] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[84.716194] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[84.717875] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[84.718733] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[84.730198] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[84.757828] (-) TimerEvent: {} +[84.858468] (-) TimerEvent: {} +[84.965127] (-) TimerEvent: {} +[85.066870] (-) TimerEvent: {} +[85.172747] (-) TimerEvent: {} +[85.275604] (-) TimerEvent: {} +[85.377570] (-) TimerEvent: {} +[85.481431] (-) TimerEvent: {} +[85.586470] (-) TimerEvent: {} +[85.630745] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[85.638622] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-17_22-25-00/logger_all.log b/log/build_2024-03-17_22-25-00/logger_all.log new file mode 100644 index 0000000..5c07e69 --- /dev/null +++ b/log/build_2024-03-17_22-25-00/logger_all.log @@ -0,0 +1,138 @@ +[2.882s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[2.882s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[2.969s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[2.969s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[2.969s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[2.969s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[2.969s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[2.969s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[2.969s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[2.969s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[2.969s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[2.970s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[2.970s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[2.970s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[2.970s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[2.970s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[2.970s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[2.970s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[2.989s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[2.989s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[2.989s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[2.989s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[2.989s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[2.990s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[2.998s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[2.998s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[2.999s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[2.999s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[2.999s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[3.000s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[3.000s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[3.000s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[3.001s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[3.001s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[3.001s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[3.001s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[3.001s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[3.001s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[3.002s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[3.002s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[3.002s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[3.002s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[3.002s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[3.002s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[3.003s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[3.003s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[3.003s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[3.003s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[3.003s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[3.004s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[3.004s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[3.004s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[3.004s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[3.140s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[3.140s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[3.141s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[3.141s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[3.141s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[3.141s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[3.141s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[3.141s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[3.141s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[3.141s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[3.166s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[3.191s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[3.191s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[3.192s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[3.231s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[3.231s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.231s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.359s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[87.500s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[87.793s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[87.921s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[87.947s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[88.214s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[88.223s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[88.227s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[88.295s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[88.321s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[88.327s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[88.348s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[88.351s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[88.352s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[88.385s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[88.386s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[88.458s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[88.464s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[88.468s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[88.474s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[88.488s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[88.498s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[88.631s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[88.697s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[88.698s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[88.699s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[88.743s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[88.746s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[88.747s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[88.750s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[88.750s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[88.750s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[88.751s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[88.752s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[88.808s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[88.809s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[88.811s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[88.813s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[88.814s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[88.816s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[88.819s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[88.821s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[88.824s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[88.825s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[88.932s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[88.932s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[88.932s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[88.932s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[88.939s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[88.939s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[88.973s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[88.979s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[88.982s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[89.015s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[89.018s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[89.019s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[89.057s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[89.059s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[89.080s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[89.082s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/build_2024-03-19_01-45-12/b_obstacle_detector/command.log b/log/build_2024-03-19_01-45-12/b_obstacle_detector/command.log new file mode 100644 index 0000000..850596e --- /dev/null +++ b/log/build_2024-03-19_01-45-12/b_obstacle_detector/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-19_01-45-12/b_obstacle_detector/stderr.log b/log/build_2024-03-19_01-45-12/b_obstacle_detector/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2024-03-19_01-45-12/b_obstacle_detector/stdout.log b/log/build_2024-03-19_01-45-12/b_obstacle_detector/stdout.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-19_01-45-12/b_obstacle_detector/stdout.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-19_01-45-12/b_obstacle_detector/stdout_stderr.log b/log/build_2024-03-19_01-45-12/b_obstacle_detector/stdout_stderr.log new file mode 100644 index 0000000..9aee381 --- /dev/null +++ b/log/build_2024-03-19_01-45-12/b_obstacle_detector/stdout_stderr.log @@ -0,0 +1,26 @@ +Consolidate compiler generated dependencies of target b_obstacle_detector_node +[ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[ 66%] Linking CXX executable b_obstacle_detector_node +[100%] Built target b_obstacle_detector_node +-- Install configuration: "RelWithDebInfo" +-- Execute custom install script +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml diff --git a/log/build_2024-03-19_01-45-12/b_obstacle_detector/streams.log b/log/build_2024-03-19_01-45-12/b_obstacle_detector/streams.log new file mode 100644 index 0000000..e05152b --- /dev/null +++ b/log/build_2024-03-19_01-45-12/b_obstacle_detector/streams.log @@ -0,0 +1,30 @@ +[0.325s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[3.632s] Consolidate compiler generated dependencies of target b_obstacle_detector_node +[4.146s] [ 33%] Building CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o +[174.877s] [ 66%] Linking CXX executable b_obstacle_detector_node +[175.410s] [100%] Built target b_obstacle_detector_node +[175.593s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[175.757s] Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[175.770s] -- Install configuration: "RelWithDebInfo" +[175.773s] -- Execute custom install script +[175.777s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml +[175.779s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp +[175.782s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node +[175.783s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector +[175.784s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector +[175.787s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh +[175.788s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv +[175.789s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh +[175.790s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv +[175.791s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash +[175.793s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh +[175.794s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh +[175.795s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv +[175.796s] -- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv +[175.834s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector +[175.835s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake +[175.836s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake +[175.837s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake +[175.838s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake +[175.838s] -- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml +[175.858s] Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector diff --git a/log/build_2024-03-19_01-45-12/events.log b/log/build_2024-03-19_01-45-12/events.log new file mode 100644 index 0000000..a88fbdd --- /dev/null +++ b/log/build_2024-03-19_01-45-12/events.log @@ -0,0 +1,1740 @@ +[0.000000] (-) TimerEvent: {} +[0.008113] (b_obstacle_detector) JobQueued: {'identifier': 'b_obstacle_detector', 'dependencies': OrderedDict()} +[0.009690] (b_obstacle_detector) JobStarted: {'identifier': 'b_obstacle_detector'} +[0.097760] (-) TimerEvent: {} +[0.198376] (-) TimerEvent: {} +[0.298769] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'cmake'} +[0.298860] (-) TimerEvent: {} +[0.307080] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'build'} +[0.309481] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', '--', '-j8', '-l8'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[0.399170] (-) TimerEvent: {} +[0.499961] (-) TimerEvent: {} +[0.600752] (-) TimerEvent: {} +[0.701555] (-) TimerEvent: {} +[0.802289] (-) TimerEvent: {} +[0.903048] (-) TimerEvent: {} +[1.003707] (-) TimerEvent: {} +[1.104399] (-) TimerEvent: {} +[1.205184] (-) TimerEvent: {} +[1.305923] (-) TimerEvent: {} +[1.406590] (-) TimerEvent: {} +[1.507508] (-) TimerEvent: {} +[1.608279] (-) TimerEvent: {} +[1.710405] (-) TimerEvent: {} +[1.811168] (-) TimerEvent: {} +[1.926641] (-) TimerEvent: {} +[2.027327] (-) TimerEvent: {} +[2.127992] (-) TimerEvent: {} +[2.228706] (-) TimerEvent: {} +[2.329400] (-) TimerEvent: {} +[2.431124] (-) TimerEvent: {} +[2.531863] (-) TimerEvent: {} +[2.632631] (-) TimerEvent: {} +[2.733484] (-) TimerEvent: {} +[2.834243] (-) TimerEvent: {} +[2.935821] (-) TimerEvent: {} +[3.036480] (-) TimerEvent: {} +[3.160278] (-) TimerEvent: {} +[3.274988] (-) TimerEvent: {} +[3.377023] (-) TimerEvent: {} +[3.480730] (-) TimerEvent: {} +[3.588051] (-) TimerEvent: {} +[3.641798] (b_obstacle_detector) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target b_obstacle_detector_node\x1b[0m\n'} +[3.688281] (-) TimerEvent: {} +[3.789427] (-) TimerEvent: {} +[3.890112] (-) TimerEvent: {} +[3.990817] (-) TimerEvent: {} +[4.091513] (-) TimerEvent: {} +[4.156290] (b_obstacle_detector) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/b_obstacle_detector_node.dir/src/b_obstacle_detector.cpp.o\x1b[0m\n'} +[4.191868] (-) TimerEvent: {} +[4.292755] (-) TimerEvent: {} +[4.393434] (-) TimerEvent: {} +[4.494213] (-) TimerEvent: {} +[4.595192] (-) TimerEvent: {} +[4.696023] (-) TimerEvent: {} +[4.796902] (-) TimerEvent: {} +[4.897641] (-) TimerEvent: {} +[4.998582] (-) TimerEvent: {} +[5.099344] (-) TimerEvent: {} +[5.200050] (-) TimerEvent: {} +[5.300757] (-) TimerEvent: {} +[5.401417] (-) TimerEvent: {} +[5.502085] (-) TimerEvent: {} +[5.602755] (-) TimerEvent: {} +[5.703401] (-) TimerEvent: {} +[5.804174] (-) TimerEvent: {} +[5.905366] (-) TimerEvent: {} +[6.008149] (-) TimerEvent: {} +[6.108893] (-) TimerEvent: {} +[6.209747] (-) TimerEvent: {} +[6.310432] (-) TimerEvent: {} +[6.411082] (-) TimerEvent: {} +[6.511916] (-) TimerEvent: {} +[6.612727] (-) TimerEvent: {} +[6.713480] (-) TimerEvent: {} +[6.814127] (-) TimerEvent: {} +[6.914773] (-) TimerEvent: {} +[7.015460] (-) TimerEvent: {} +[7.116244] (-) TimerEvent: {} +[7.216900] (-) TimerEvent: {} +[7.317541] (-) TimerEvent: {} +[7.418370] (-) TimerEvent: {} +[7.519147] (-) TimerEvent: {} +[7.619854] (-) TimerEvent: {} +[7.720562] (-) TimerEvent: {} +[7.821309] (-) TimerEvent: {} +[7.922290] (-) TimerEvent: {} +[8.023322] (-) TimerEvent: {} +[8.124147] (-) TimerEvent: {} +[8.224945] (-) TimerEvent: {} +[8.325649] (-) TimerEvent: {} +[8.426538] (-) TimerEvent: {} +[8.527259] (-) TimerEvent: {} +[8.628131] (-) TimerEvent: {} +[8.729037] (-) TimerEvent: {} +[8.829876] (-) TimerEvent: {} +[8.930634] (-) TimerEvent: {} +[9.031525] (-) TimerEvent: {} +[9.132439] (-) TimerEvent: {} +[9.233516] (-) TimerEvent: {} +[9.345720] (-) TimerEvent: {} +[9.457637] (-) TimerEvent: {} +[9.558634] (-) TimerEvent: {} +[9.659439] (-) TimerEvent: {} +[9.788467] (-) TimerEvent: {} +[9.889539] (-) TimerEvent: {} +[9.990833] (-) TimerEvent: {} +[10.092020] (-) TimerEvent: {} +[10.193078] (-) TimerEvent: {} +[10.293711] (-) TimerEvent: {} +[10.394438] (-) TimerEvent: {} +[10.495201] (-) TimerEvent: {} +[10.596059] (-) TimerEvent: {} +[10.696867] (-) TimerEvent: {} +[10.797560] (-) TimerEvent: {} +[10.898570] (-) TimerEvent: {} +[10.999307] (-) TimerEvent: {} +[11.100009] (-) TimerEvent: {} +[11.200736] (-) TimerEvent: {} +[11.301412] (-) TimerEvent: {} +[11.403106] (-) TimerEvent: {} +[11.504057] (-) TimerEvent: {} +[11.612696] (-) TimerEvent: {} +[11.713472] (-) TimerEvent: {} +[11.814357] (-) TimerEvent: {} +[11.917453] (-) TimerEvent: {} +[12.018205] (-) TimerEvent: {} +[12.119068] (-) TimerEvent: {} +[12.226787] (-) TimerEvent: {} +[12.327503] (-) TimerEvent: {} +[12.428231] (-) TimerEvent: {} +[12.529138] (-) TimerEvent: {} +[12.629927] (-) TimerEvent: {} +[12.730653] (-) TimerEvent: {} +[12.831383] (-) TimerEvent: {} +[12.932163] (-) TimerEvent: {} +[13.032830] (-) TimerEvent: {} +[13.133582] (-) TimerEvent: {} +[13.234298] (-) TimerEvent: {} +[13.335004] (-) TimerEvent: {} +[13.435697] (-) TimerEvent: {} +[13.536410] (-) TimerEvent: {} +[13.637087] (-) TimerEvent: {} +[13.737977] (-) TimerEvent: {} +[13.839133] (-) TimerEvent: {} +[13.939895] (-) TimerEvent: {} +[14.040761] (-) TimerEvent: {} +[14.141884] (-) TimerEvent: {} +[14.242611] (-) TimerEvent: {} +[14.343335] (-) TimerEvent: {} +[14.444025] (-) TimerEvent: {} +[14.545058] (-) TimerEvent: {} +[14.645863] (-) TimerEvent: {} +[14.746552] (-) TimerEvent: {} +[14.847368] (-) TimerEvent: {} +[14.948172] (-) TimerEvent: {} +[15.048916] (-) TimerEvent: {} +[15.153669] (-) TimerEvent: {} +[15.254498] (-) TimerEvent: {} +[15.355253] (-) TimerEvent: {} +[15.455936] (-) TimerEvent: {} +[15.556649] (-) TimerEvent: {} +[15.657313] (-) TimerEvent: {} +[15.758213] (-) TimerEvent: {} +[15.858956] (-) TimerEvent: {} +[15.959747] (-) TimerEvent: {} +[16.060651] (-) TimerEvent: {} +[16.161368] (-) TimerEvent: {} +[16.262145] (-) TimerEvent: {} +[16.363006] (-) TimerEvent: {} +[16.463754] (-) TimerEvent: {} +[16.564469] (-) TimerEvent: {} +[16.665212] (-) TimerEvent: {} +[16.766031] (-) TimerEvent: {} +[16.866768] (-) TimerEvent: {} +[16.967532] (-) TimerEvent: {} +[17.068327] (-) TimerEvent: {} +[17.168998] (-) TimerEvent: {} +[17.270112] (-) TimerEvent: {} +[17.370813] (-) TimerEvent: {} +[17.471578] (-) TimerEvent: {} +[17.572297] (-) TimerEvent: {} +[17.673007] (-) TimerEvent: {} +[17.773780] (-) TimerEvent: {} +[17.874663] (-) TimerEvent: {} +[17.975427] (-) TimerEvent: {} +[18.078717] (-) TimerEvent: {} +[18.179453] (-) TimerEvent: {} +[18.280186] (-) TimerEvent: {} +[18.382802] (-) TimerEvent: {} +[18.483563] (-) TimerEvent: {} +[18.584254] (-) TimerEvent: {} +[18.693561] (-) TimerEvent: {} +[18.794285] (-) TimerEvent: {} +[18.894901] (-) TimerEvent: {} +[18.995667] (-) TimerEvent: {} +[19.230659] (-) TimerEvent: {} +[19.440559] (-) TimerEvent: {} +[19.622549] (-) TimerEvent: {} +[19.741366] (-) TimerEvent: {} +[19.841953] (-) TimerEvent: {} +[19.963015] (-) TimerEvent: {} +[20.138099] (-) TimerEvent: {} +[20.271815] (-) TimerEvent: {} +[20.389957] (-) TimerEvent: {} +[20.511803] (-) TimerEvent: {} +[20.615157] (-) TimerEvent: {} +[20.732249] (-) TimerEvent: {} +[20.832855] (-) TimerEvent: {} +[20.933548] (-) TimerEvent: {} +[21.034576] (-) TimerEvent: {} +[21.135286] (-) TimerEvent: {} +[21.235941] (-) TimerEvent: {} +[21.338295] (-) TimerEvent: {} +[21.439179] (-) TimerEvent: {} +[21.539954] (-) TimerEvent: {} +[21.640559] (-) TimerEvent: {} +[21.742801] (-) TimerEvent: {} +[21.845473] (-) TimerEvent: {} +[21.947622] (-) TimerEvent: {} +[22.048313] (-) TimerEvent: {} +[22.148960] (-) TimerEvent: {} +[22.249749] (-) TimerEvent: {} +[22.350521] (-) TimerEvent: {} +[22.451219] (-) TimerEvent: {} +[22.551944] (-) TimerEvent: {} +[22.652722] (-) TimerEvent: {} +[22.753419] (-) TimerEvent: {} +[22.856194] (-) TimerEvent: {} +[22.956876] (-) TimerEvent: {} +[23.087936] (-) TimerEvent: {} +[23.194656] (-) TimerEvent: {} +[23.296231] (-) TimerEvent: {} +[23.398282] (-) TimerEvent: {} +[23.499095] (-) TimerEvent: {} +[23.600090] (-) TimerEvent: {} +[23.700852] (-) TimerEvent: {} +[23.803746] (-) TimerEvent: {} +[23.904425] (-) TimerEvent: {} +[24.009295] (-) TimerEvent: {} +[24.111616] (-) TimerEvent: {} +[24.216242] (-) TimerEvent: {} +[24.334256] (-) TimerEvent: {} +[24.436228] (-) TimerEvent: {} +[24.536915] (-) TimerEvent: {} +[24.645425] (-) TimerEvent: {} +[24.769352] (-) TimerEvent: {} +[24.875849] (-) TimerEvent: {} +[25.004617] (-) TimerEvent: {} +[25.128880] (-) TimerEvent: {} +[25.238386] (-) TimerEvent: {} +[25.366458] (-) TimerEvent: {} +[25.515350] (-) TimerEvent: {} +[25.616311] (-) TimerEvent: {} +[25.727002] (-) TimerEvent: {} +[25.903334] (-) TimerEvent: {} +[26.067923] (-) TimerEvent: {} +[26.180692] (-) TimerEvent: {} +[26.320627] (-) TimerEvent: {} +[26.425692] (-) TimerEvent: {} +[26.546727] (-) TimerEvent: {} +[26.654054] (-) TimerEvent: {} +[26.789993] (-) TimerEvent: {} +[26.903801] (-) TimerEvent: {} +[27.046610] (-) TimerEvent: {} +[27.148660] (-) TimerEvent: {} +[27.252176] (-) TimerEvent: {} +[27.365869] (-) TimerEvent: {} +[27.468310] (-) TimerEvent: {} +[27.570002] (-) TimerEvent: {} +[27.673048] (-) TimerEvent: {} +[27.773883] (-) TimerEvent: {} +[27.874586] (-) TimerEvent: {} +[28.109373] (-) TimerEvent: {} +[28.210170] (-) TimerEvent: {} +[28.310868] (-) TimerEvent: {} +[28.411621] (-) TimerEvent: {} +[28.512226] (-) TimerEvent: {} +[28.612971] (-) TimerEvent: {} +[28.713892] (-) TimerEvent: {} +[28.814742] (-) TimerEvent: {} +[28.915437] (-) TimerEvent: {} +[29.016169] (-) TimerEvent: {} +[29.116986] (-) TimerEvent: {} +[29.217836] (-) TimerEvent: {} +[29.318515] (-) TimerEvent: {} +[29.419142] (-) TimerEvent: {} +[29.519869] (-) TimerEvent: {} +[29.620956] (-) TimerEvent: {} +[29.721744] (-) TimerEvent: {} +[29.822418] (-) TimerEvent: {} +[29.924395] (-) TimerEvent: {} +[30.025055] (-) TimerEvent: {} +[30.269614] (-) TimerEvent: {} +[30.386903] (-) TimerEvent: {} +[30.688676] (-) TimerEvent: {} +[30.790091] (-) TimerEvent: {} +[30.892756] (-) TimerEvent: {} +[31.035120] (-) TimerEvent: {} +[31.135750] (-) TimerEvent: {} +[31.237677] (-) TimerEvent: {} +[31.338407] (-) TimerEvent: {} +[31.439140] (-) TimerEvent: {} +[31.539869] (-) TimerEvent: {} +[31.640599] (-) TimerEvent: {} +[31.741339] (-) TimerEvent: {} +[31.842335] (-) TimerEvent: {} +[31.943179] (-) TimerEvent: {} +[32.045190] (-) TimerEvent: {} +[32.145926] (-) TimerEvent: {} +[32.247169] (-) TimerEvent: {} +[32.347737] (-) TimerEvent: {} +[32.448914] (-) TimerEvent: {} +[32.549642] (-) TimerEvent: {} +[32.650266] (-) TimerEvent: {} +[32.750974] (-) TimerEvent: {} +[32.851577] (-) TimerEvent: {} +[32.952322] (-) TimerEvent: {} +[33.053080] (-) TimerEvent: {} +[33.153803] (-) TimerEvent: {} +[33.254480] (-) TimerEvent: {} +[33.355304] (-) TimerEvent: {} +[33.456183] (-) TimerEvent: {} +[33.572428] (-) TimerEvent: {} +[33.689645] (-) TimerEvent: {} +[33.806713] (-) TimerEvent: {} +[33.907682] (-) TimerEvent: {} +[34.008553] (-) TimerEvent: {} +[34.109321] (-) TimerEvent: {} +[34.210224] (-) TimerEvent: {} +[34.311110] (-) TimerEvent: {} +[34.411938] (-) TimerEvent: {} +[34.550908] (-) TimerEvent: {} +[34.662654] (-) TimerEvent: {} +[34.763562] (-) TimerEvent: {} +[34.864210] (-) TimerEvent: {} +[34.964923] (-) TimerEvent: {} +[35.065639] (-) TimerEvent: {} +[35.215851] (-) TimerEvent: {} +[35.324194] (-) TimerEvent: {} +[35.424961] (-) TimerEvent: {} +[35.525804] (-) TimerEvent: {} +[35.626506] (-) TimerEvent: {} +[35.727204] (-) TimerEvent: {} +[35.828330] (-) TimerEvent: {} +[35.929090] (-) TimerEvent: {} +[36.051426] (-) TimerEvent: {} +[36.152085] (-) TimerEvent: {} +[36.252768] (-) TimerEvent: {} +[36.353594] (-) TimerEvent: {} +[36.454549] (-) TimerEvent: {} +[36.555558] (-) TimerEvent: {} +[36.656463] (-) TimerEvent: {} +[36.757299] (-) TimerEvent: {} +[36.858034] (-) TimerEvent: {} +[36.958705] (-) TimerEvent: {} +[37.059561] (-) TimerEvent: {} +[37.160539] (-) TimerEvent: {} +[37.261444] (-) TimerEvent: {} +[37.362282] (-) TimerEvent: {} +[37.463042] (-) TimerEvent: {} +[37.563725] (-) TimerEvent: {} +[37.664335] (-) TimerEvent: {} +[37.764990] (-) TimerEvent: {} +[37.865705] (-) TimerEvent: {} +[37.966504] (-) TimerEvent: {} +[38.067205] (-) TimerEvent: {} +[38.168037] (-) TimerEvent: {} +[38.268710] (-) TimerEvent: {} +[38.369439] (-) TimerEvent: {} +[38.470273] (-) TimerEvent: {} +[38.570976] (-) TimerEvent: {} +[38.671702] (-) TimerEvent: {} +[38.772435] (-) TimerEvent: {} +[38.873200] (-) TimerEvent: {} +[38.974199] (-) TimerEvent: {} +[39.075198] (-) TimerEvent: {} +[39.175905] (-) TimerEvent: {} +[39.276554] (-) TimerEvent: {} +[39.377351] (-) TimerEvent: {} +[39.478095] (-) TimerEvent: {} +[39.578700] (-) TimerEvent: {} +[39.679394] (-) TimerEvent: {} +[39.780781] (-) TimerEvent: {} +[39.881680] (-) TimerEvent: {} +[39.982325] (-) TimerEvent: {} +[40.082992] (-) TimerEvent: {} +[40.183668] (-) TimerEvent: {} +[40.284337] (-) TimerEvent: {} +[40.384940] (-) TimerEvent: {} +[40.486023] (-) TimerEvent: {} +[40.586852] (-) TimerEvent: {} +[40.687524] (-) TimerEvent: {} +[40.788286] (-) TimerEvent: {} +[40.889086] (-) TimerEvent: {} +[40.989855] (-) TimerEvent: {} +[41.090672] (-) TimerEvent: {} +[41.191372] (-) TimerEvent: {} +[41.292206] (-) TimerEvent: {} +[41.392996] (-) TimerEvent: {} +[41.493796] (-) TimerEvent: {} +[41.594471] (-) TimerEvent: {} +[41.695156] (-) TimerEvent: {} +[41.795878] (-) TimerEvent: {} +[41.898992] (-) TimerEvent: {} +[41.999637] (-) TimerEvent: {} +[42.100228] (-) TimerEvent: {} +[42.200946] (-) TimerEvent: {} +[42.301894] (-) TimerEvent: {} +[42.402584] (-) TimerEvent: {} +[42.503203] (-) TimerEvent: {} +[42.603858] (-) TimerEvent: {} +[42.704394] (-) TimerEvent: {} +[42.805098] (-) TimerEvent: {} +[42.905751] (-) TimerEvent: {} +[43.006782] (-) TimerEvent: {} +[43.108023] (-) TimerEvent: {} +[43.250481] (-) TimerEvent: {} +[43.351321] (-) TimerEvent: {} +[43.451853] (-) TimerEvent: {} +[43.552617] (-) TimerEvent: {} +[43.653273] (-) TimerEvent: {} +[43.753966] (-) TimerEvent: {} +[43.854675] (-) TimerEvent: {} +[43.955429] (-) TimerEvent: {} +[44.058498] (-) TimerEvent: {} +[44.163722] (-) TimerEvent: {} +[44.264554] (-) TimerEvent: {} +[44.365343] (-) TimerEvent: {} +[44.466958] (-) TimerEvent: {} +[44.567645] (-) TimerEvent: {} +[44.668492] (-) TimerEvent: {} +[44.769246] (-) TimerEvent: {} +[44.869866] (-) TimerEvent: {} +[44.970515] (-) TimerEvent: {} +[45.071082] (-) TimerEvent: {} +[45.171631] (-) TimerEvent: {} +[45.272208] (-) TimerEvent: {} +[45.372857] (-) TimerEvent: {} +[45.473615] (-) TimerEvent: {} +[45.574231] (-) TimerEvent: {} +[45.674834] (-) TimerEvent: {} +[45.775441] (-) TimerEvent: {} +[45.876133] (-) TimerEvent: {} +[45.976853] (-) TimerEvent: {} +[46.077683] (-) TimerEvent: {} +[46.178352] (-) TimerEvent: {} +[46.278952] (-) TimerEvent: {} +[46.379564] (-) TimerEvent: {} +[46.480322] (-) TimerEvent: {} +[46.581141] (-) TimerEvent: {} +[46.681728] (-) TimerEvent: {} +[46.782367] (-) TimerEvent: {} +[46.883056] (-) TimerEvent: {} +[46.983822] (-) TimerEvent: {} +[47.084520] (-) TimerEvent: {} +[47.185274] (-) TimerEvent: {} +[47.303697] (-) TimerEvent: {} +[47.404430] (-) TimerEvent: {} +[47.506793] (-) TimerEvent: {} +[47.669099] (-) TimerEvent: {} +[47.777041] (-) TimerEvent: {} +[47.877937] (-) TimerEvent: {} +[47.978608] (-) TimerEvent: {} +[48.079369] (-) TimerEvent: {} +[48.193663] (-) TimerEvent: {} +[48.294318] (-) TimerEvent: {} +[48.409319] (-) TimerEvent: {} +[48.563385] (-) TimerEvent: {} +[48.664176] (-) TimerEvent: {} +[48.765335] (-) TimerEvent: {} +[48.866109] (-) TimerEvent: {} +[48.966849] (-) TimerEvent: {} +[49.067463] (-) TimerEvent: {} +[49.168158] (-) TimerEvent: {} +[49.268925] (-) TimerEvent: {} +[49.369812] (-) TimerEvent: {} +[49.470417] (-) TimerEvent: {} +[49.570991] (-) TimerEvent: {} +[49.671562] (-) TimerEvent: {} +[49.772261] (-) TimerEvent: {} +[49.872978] (-) TimerEvent: {} +[49.973584] (-) TimerEvent: {} +[50.074205] (-) TimerEvent: {} +[50.174850] (-) TimerEvent: {} +[50.275572] (-) TimerEvent: {} +[50.376312] (-) TimerEvent: {} +[50.476930] (-) TimerEvent: {} +[50.577677] (-) TimerEvent: {} +[50.678524] (-) TimerEvent: {} +[50.779238] (-) TimerEvent: {} +[50.879789] (-) TimerEvent: {} +[50.980405] (-) TimerEvent: {} +[51.081068] (-) TimerEvent: {} +[51.181835] (-) TimerEvent: {} +[51.282546] (-) TimerEvent: {} +[51.383250] (-) TimerEvent: {} +[51.483912] (-) TimerEvent: {} +[51.584989] (-) TimerEvent: {} +[51.686424] (-) TimerEvent: {} +[51.810854] (-) TimerEvent: {} +[51.912472] (-) TimerEvent: {} +[52.013626] (-) TimerEvent: {} +[52.146385] (-) TimerEvent: {} +[52.250849] (-) TimerEvent: {} +[52.375256] (-) TimerEvent: {} +[52.479355] (-) TimerEvent: {} +[52.580299] (-) TimerEvent: {} +[52.683044] (-) TimerEvent: {} +[52.787421] (-) TimerEvent: {} +[52.895500] (-) TimerEvent: {} +[52.996193] (-) TimerEvent: {} +[53.096816] (-) TimerEvent: {} +[53.197681] (-) TimerEvent: {} +[53.298510] (-) TimerEvent: {} +[53.403639] (-) TimerEvent: {} +[53.504314] (-) TimerEvent: {} +[53.604998] (-) TimerEvent: {} +[53.705708] (-) TimerEvent: {} +[53.806424] (-) TimerEvent: {} +[53.907079] (-) TimerEvent: {} +[54.008691] (-) TimerEvent: {} +[54.110244] (-) TimerEvent: {} +[54.211074] (-) TimerEvent: {} +[54.311782] (-) TimerEvent: {} +[54.412550] (-) TimerEvent: {} +[54.513346] (-) TimerEvent: {} +[54.614053] (-) TimerEvent: {} +[54.714726] (-) TimerEvent: {} +[54.815427] (-) TimerEvent: {} +[54.915971] (-) TimerEvent: {} +[55.016920] (-) TimerEvent: {} +[55.117506] (-) TimerEvent: {} +[55.218086] (-) TimerEvent: {} +[55.318645] (-) TimerEvent: {} +[55.419267] (-) TimerEvent: {} +[55.519745] (-) TimerEvent: {} +[55.620606] (-) TimerEvent: {} +[55.721160] (-) TimerEvent: {} +[55.821817] (-) TimerEvent: {} +[55.922447] (-) TimerEvent: {} +[56.023043] (-) TimerEvent: {} +[56.123780] (-) TimerEvent: {} +[56.224430] (-) TimerEvent: {} +[56.325076] (-) TimerEvent: {} +[56.425811] (-) TimerEvent: {} +[56.526506] (-) TimerEvent: {} +[56.627229] (-) TimerEvent: {} +[56.727946] (-) TimerEvent: {} +[56.828545] (-) TimerEvent: {} +[56.929176] (-) TimerEvent: {} +[57.029804] (-) TimerEvent: {} +[57.130386] (-) TimerEvent: {} +[57.231052] (-) TimerEvent: {} +[57.331812] (-) TimerEvent: {} +[57.434349] (-) TimerEvent: {} +[57.534959] (-) TimerEvent: {} +[57.635887] (-) TimerEvent: {} +[57.736759] (-) TimerEvent: {} +[57.837611] (-) TimerEvent: {} +[57.938580] (-) TimerEvent: {} +[58.039375] (-) TimerEvent: {} +[58.140348] (-) TimerEvent: {} +[58.240959] (-) TimerEvent: {} +[58.341642] (-) TimerEvent: {} +[58.442273] (-) TimerEvent: {} +[58.543058] (-) TimerEvent: {} +[58.643733] (-) TimerEvent: {} +[58.744448] (-) TimerEvent: {} +[58.845261] (-) TimerEvent: {} +[58.946079] (-) TimerEvent: {} +[59.046733] (-) TimerEvent: {} +[59.147351] (-) TimerEvent: {} +[59.248207] (-) TimerEvent: {} +[59.348789] (-) TimerEvent: {} +[59.449316] (-) TimerEvent: {} +[59.549827] (-) TimerEvent: {} +[59.650372] (-) TimerEvent: {} +[59.750929] (-) TimerEvent: {} +[59.851463] (-) TimerEvent: {} +[59.952025] (-) TimerEvent: {} +[60.052613] (-) TimerEvent: {} +[60.153242] (-) TimerEvent: {} +[60.253724] (-) TimerEvent: {} +[60.354368] (-) TimerEvent: {} +[60.454961] (-) TimerEvent: {} +[60.555646] (-) TimerEvent: {} +[60.656288] (-) TimerEvent: {} +[60.761756] (-) TimerEvent: {} +[60.865156] (-) TimerEvent: {} +[60.965820] (-) TimerEvent: {} +[61.066413] (-) TimerEvent: {} +[61.168182] (-) TimerEvent: {} +[61.268827] (-) TimerEvent: {} +[61.369516] (-) TimerEvent: {} +[61.472039] (-) TimerEvent: {} +[61.572760] (-) TimerEvent: {} +[61.673478] (-) TimerEvent: {} +[61.774117] (-) TimerEvent: {} +[61.875238] (-) TimerEvent: {} +[61.975857] (-) TimerEvent: {} +[62.077184] (-) TimerEvent: {} +[62.177866] (-) TimerEvent: {} +[62.278467] (-) TimerEvent: {} +[62.379096] (-) TimerEvent: {} +[62.479836] (-) TimerEvent: {} +[62.580820] (-) TimerEvent: {} +[62.681660] (-) TimerEvent: {} +[62.782632] (-) TimerEvent: {} +[62.883368] (-) TimerEvent: {} +[62.983934] (-) TimerEvent: {} +[63.084733] (-) TimerEvent: {} +[63.185414] (-) TimerEvent: {} +[63.285974] (-) TimerEvent: {} +[63.386493] (-) TimerEvent: {} +[63.487120] (-) TimerEvent: {} +[63.587822] (-) TimerEvent: {} +[63.688441] (-) TimerEvent: {} +[63.789063] (-) TimerEvent: {} +[63.889732] (-) TimerEvent: {} +[63.990497] (-) TimerEvent: {} +[64.091257] (-) TimerEvent: {} +[64.192068] (-) TimerEvent: {} +[64.292801] (-) TimerEvent: {} +[64.393517] (-) TimerEvent: {} +[64.494209] (-) TimerEvent: {} +[64.594886] (-) TimerEvent: {} +[64.695560] (-) TimerEvent: {} +[64.796315] (-) TimerEvent: {} +[64.896947] (-) TimerEvent: {} +[64.997670] (-) TimerEvent: {} +[65.098478] (-) TimerEvent: {} +[65.199166] (-) TimerEvent: {} +[65.299812] (-) TimerEvent: {} +[65.400649] (-) TimerEvent: {} +[65.501671] (-) TimerEvent: {} +[65.602687] (-) TimerEvent: {} +[65.703568] (-) TimerEvent: {} +[65.804351] (-) TimerEvent: {} +[65.905255] (-) TimerEvent: {} +[66.006103] (-) TimerEvent: {} +[66.106721] (-) TimerEvent: {} +[66.207399] (-) TimerEvent: {} +[66.308000] (-) TimerEvent: {} +[66.408739] (-) TimerEvent: {} +[66.509362] (-) TimerEvent: {} +[66.610046] (-) TimerEvent: {} +[66.710886] (-) TimerEvent: {} +[66.813908] (-) TimerEvent: {} +[66.914555] (-) TimerEvent: {} +[67.015217] (-) TimerEvent: {} +[67.115821] (-) TimerEvent: {} +[67.216531] (-) TimerEvent: {} +[67.317195] (-) TimerEvent: {} +[67.419433] (-) TimerEvent: {} +[67.520145] (-) TimerEvent: {} +[67.620880] (-) TimerEvent: {} +[67.721597] (-) TimerEvent: {} +[67.822209] (-) TimerEvent: {} +[67.923054] (-) TimerEvent: {} +[68.023895] (-) TimerEvent: {} +[68.145941] (-) TimerEvent: {} +[68.246976] (-) TimerEvent: {} +[68.347943] (-) TimerEvent: {} +[68.494036] (-) TimerEvent: {} +[68.626024] (-) TimerEvent: {} +[68.729627] (-) TimerEvent: {} +[68.844306] (-) TimerEvent: {} +[68.945140] (-) TimerEvent: {} +[69.045861] (-) TimerEvent: {} +[69.146512] (-) TimerEvent: {} +[69.247265] (-) TimerEvent: {} +[69.348479] (-) TimerEvent: {} +[69.449330] (-) TimerEvent: {} +[69.550751] (-) TimerEvent: {} +[69.651544] (-) TimerEvent: {} +[69.752416] (-) TimerEvent: {} +[69.853234] (-) TimerEvent: {} +[69.954270] (-) TimerEvent: {} +[70.055093] (-) TimerEvent: {} +[70.156038] (-) TimerEvent: {} +[70.298009] (-) TimerEvent: {} +[70.399094] (-) TimerEvent: {} +[70.499912] (-) TimerEvent: {} +[70.600673] (-) TimerEvent: {} +[70.701469] (-) TimerEvent: {} +[70.802300] (-) TimerEvent: {} +[70.903150] (-) TimerEvent: {} +[71.004147] (-) TimerEvent: {} +[71.104955] (-) TimerEvent: {} +[71.205862] (-) TimerEvent: {} +[71.306751] (-) TimerEvent: {} +[71.407606] (-) TimerEvent: {} +[71.508728] (-) TimerEvent: {} +[71.609497] (-) TimerEvent: {} +[71.710293] (-) TimerEvent: {} +[71.811072] (-) TimerEvent: {} +[71.911927] (-) TimerEvent: {} +[72.012601] (-) TimerEvent: {} +[72.113365] (-) TimerEvent: {} +[72.214277] (-) TimerEvent: {} +[72.315131] (-) TimerEvent: {} +[72.416052] (-) TimerEvent: {} +[72.516902] (-) TimerEvent: {} +[72.617999] (-) TimerEvent: {} +[72.718630] (-) TimerEvent: {} +[72.819444] (-) TimerEvent: {} +[72.920979] (-) TimerEvent: {} +[73.022125] (-) TimerEvent: {} +[73.123081] (-) TimerEvent: {} +[73.224683] (-) TimerEvent: {} +[73.326030] (-) TimerEvent: {} +[73.427013] (-) TimerEvent: {} +[73.528754] (-) TimerEvent: {} +[73.629523] (-) TimerEvent: {} +[73.730342] (-) TimerEvent: {} +[73.831155] (-) TimerEvent: {} +[73.931846] (-) TimerEvent: {} +[74.032835] (-) TimerEvent: {} +[74.133602] (-) TimerEvent: {} +[74.234309] (-) TimerEvent: {} +[74.335074] (-) TimerEvent: {} +[74.435946] (-) TimerEvent: {} +[74.536718] (-) TimerEvent: {} +[74.637415] (-) TimerEvent: {} +[74.739694] (-) TimerEvent: {} +[74.840486] (-) TimerEvent: {} +[74.941264] (-) TimerEvent: {} +[75.042003] (-) TimerEvent: {} +[75.142874] (-) TimerEvent: {} +[75.243633] (-) TimerEvent: {} +[75.344358] (-) TimerEvent: {} +[75.445052] (-) TimerEvent: {} +[75.545717] (-) TimerEvent: {} +[75.646485] (-) TimerEvent: {} +[75.747245] (-) TimerEvent: {} +[75.847876] (-) TimerEvent: {} +[75.948535] (-) TimerEvent: {} +[76.049239] (-) TimerEvent: {} +[76.150138] (-) TimerEvent: {} +[76.252448] (-) TimerEvent: {} +[76.353232] (-) TimerEvent: {} +[76.454093] (-) TimerEvent: {} +[76.573416] (-) TimerEvent: {} +[76.674387] (-) TimerEvent: {} +[76.775425] (-) TimerEvent: {} +[76.876752] (-) TimerEvent: {} +[76.977582] (-) TimerEvent: {} +[77.078148] (-) TimerEvent: {} +[77.178753] (-) TimerEvent: {} +[77.279458] (-) TimerEvent: {} +[77.411385] (-) TimerEvent: {} +[77.512186] (-) TimerEvent: {} +[77.613238] (-) TimerEvent: {} +[77.725808] (-) TimerEvent: {} +[77.847170] (-) TimerEvent: {} +[77.949702] (-) TimerEvent: {} +[78.057975] (-) TimerEvent: {} +[78.158893] (-) TimerEvent: {} +[78.260632] (-) TimerEvent: {} +[78.365759] (-) TimerEvent: {} +[78.466487] (-) TimerEvent: {} +[78.567171] (-) TimerEvent: {} +[78.668036] (-) TimerEvent: {} +[78.768651] (-) TimerEvent: {} +[78.869390] (-) TimerEvent: {} +[78.970095] (-) TimerEvent: {} +[79.070846] (-) TimerEvent: {} +[79.171695] (-) TimerEvent: {} +[79.272442] (-) TimerEvent: {} +[79.373246] (-) TimerEvent: {} +[79.473994] (-) TimerEvent: {} +[79.574768] (-) TimerEvent: {} +[79.675435] (-) TimerEvent: {} +[79.783747] (-) TimerEvent: {} +[79.884517] (-) TimerEvent: {} +[79.985433] (-) TimerEvent: {} +[80.086257] (-) TimerEvent: {} +[80.187254] (-) TimerEvent: {} +[80.288279] (-) TimerEvent: {} +[80.389080] (-) TimerEvent: {} +[80.489824] (-) TimerEvent: {} +[80.590535] (-) TimerEvent: {} +[80.691361] (-) TimerEvent: {} +[80.792170] (-) TimerEvent: {} +[80.892969] (-) TimerEvent: {} +[80.993640] (-) TimerEvent: {} +[81.094744] (-) TimerEvent: {} +[81.195581] (-) TimerEvent: {} +[81.296508] (-) TimerEvent: {} +[81.400033] (-) TimerEvent: {} +[81.500714] (-) TimerEvent: {} +[81.601377] (-) TimerEvent: {} +[81.702197] (-) TimerEvent: {} +[81.802906] (-) TimerEvent: {} +[81.903576] (-) TimerEvent: {} +[82.004343] (-) TimerEvent: {} +[82.105172] (-) TimerEvent: {} +[82.205999] (-) TimerEvent: {} +[82.306775] (-) TimerEvent: {} +[82.407469] (-) TimerEvent: {} +[82.508297] (-) TimerEvent: {} +[82.609152] (-) TimerEvent: {} +[82.709903] (-) TimerEvent: {} +[82.810594] (-) TimerEvent: {} +[82.911259] (-) TimerEvent: {} +[83.011950] (-) TimerEvent: {} +[83.112629] (-) TimerEvent: {} +[83.213428] (-) TimerEvent: {} +[83.314060] (-) TimerEvent: {} +[83.414699] (-) TimerEvent: {} +[83.515424] (-) TimerEvent: {} +[83.616129] (-) TimerEvent: {} +[83.716652] (-) TimerEvent: {} +[83.817282] (-) TimerEvent: {} +[83.918113] (-) TimerEvent: {} +[84.018881] (-) TimerEvent: {} +[84.119648] (-) TimerEvent: {} +[84.220377] (-) TimerEvent: {} +[84.321111] (-) TimerEvent: {} +[84.422086] (-) TimerEvent: {} +[84.523199] (-) TimerEvent: {} +[84.624051] (-) TimerEvent: {} +[84.724884] (-) TimerEvent: {} +[84.825874] (-) TimerEvent: {} +[84.926829] (-) TimerEvent: {} +[85.027543] (-) TimerEvent: {} +[85.128236] (-) TimerEvent: {} +[85.228912] (-) TimerEvent: {} +[85.329533] (-) TimerEvent: {} +[85.430365] (-) TimerEvent: {} +[85.531180] (-) TimerEvent: {} +[85.635340] (-) TimerEvent: {} +[85.736052] (-) TimerEvent: {} +[85.836947] (-) TimerEvent: {} +[85.937872] (-) TimerEvent: {} +[86.038448] (-) TimerEvent: {} +[86.139042] (-) TimerEvent: {} +[86.239656] (-) TimerEvent: {} +[86.340224] (-) TimerEvent: {} +[86.440845] (-) TimerEvent: {} +[86.541566] (-) TimerEvent: {} +[86.642127] (-) TimerEvent: {} +[86.742697] (-) TimerEvent: {} +[86.843523] (-) TimerEvent: {} +[86.944272] (-) TimerEvent: {} +[87.045172] (-) TimerEvent: {} +[87.145999] (-) TimerEvent: {} +[87.246668] (-) TimerEvent: {} +[87.347271] (-) TimerEvent: {} +[87.448050] (-) TimerEvent: {} +[87.548859] (-) TimerEvent: {} +[87.649663] (-) TimerEvent: {} +[87.750278] (-) TimerEvent: {} +[87.850913] (-) TimerEvent: {} +[87.951539] (-) TimerEvent: {} +[88.052402] (-) TimerEvent: {} +[88.153479] (-) TimerEvent: {} +[88.254540] (-) TimerEvent: {} +[88.355339] (-) TimerEvent: {} +[88.456132] (-) TimerEvent: {} +[88.557074] (-) TimerEvent: {} +[88.658054] (-) TimerEvent: {} +[88.758961] (-) TimerEvent: {} +[88.859717] (-) TimerEvent: {} +[88.960513] (-) TimerEvent: {} +[89.061200] (-) TimerEvent: {} +[89.162476] (-) TimerEvent: {} +[89.263179] (-) TimerEvent: {} +[89.363778] (-) TimerEvent: {} +[89.464442] (-) TimerEvent: {} +[89.565148] (-) TimerEvent: {} +[89.665901] (-) TimerEvent: {} +[89.766626] (-) TimerEvent: {} +[89.867390] (-) TimerEvent: {} +[89.968312] (-) TimerEvent: {} +[90.069047] (-) TimerEvent: {} +[90.169848] (-) TimerEvent: {} +[90.270521] (-) TimerEvent: {} +[90.371241] (-) TimerEvent: {} +[90.471873] (-) TimerEvent: {} +[90.572492] (-) TimerEvent: {} +[90.673109] (-) TimerEvent: {} +[90.773854] (-) TimerEvent: {} +[90.874551] (-) TimerEvent: {} +[90.975324] (-) TimerEvent: {} +[91.076045] (-) TimerEvent: {} +[91.176634] (-) TimerEvent: {} +[91.277413] (-) TimerEvent: {} +[91.378159] (-) TimerEvent: {} +[91.478822] (-) TimerEvent: {} +[91.579535] (-) TimerEvent: {} +[91.680380] (-) TimerEvent: {} +[91.781412] (-) TimerEvent: {} +[91.884131] (-) TimerEvent: {} +[91.994761] (-) TimerEvent: {} +[92.095535] (-) TimerEvent: {} +[92.196246] (-) TimerEvent: {} +[92.306736] (-) TimerEvent: {} +[92.407560] (-) TimerEvent: {} +[92.524549] (-) TimerEvent: {} +[92.651723] (-) TimerEvent: {} +[92.793990] (-) TimerEvent: {} +[92.919817] (-) TimerEvent: {} +[93.045413] (-) TimerEvent: {} +[93.157452] (-) TimerEvent: {} +[93.258195] (-) TimerEvent: {} +[93.359423] (-) TimerEvent: {} +[93.460337] (-) TimerEvent: {} +[93.562564] (-) TimerEvent: {} +[93.663321] (-) TimerEvent: {} +[93.763936] (-) TimerEvent: {} +[93.864579] (-) TimerEvent: {} +[93.965322] (-) TimerEvent: {} +[94.065952] (-) TimerEvent: {} +[94.166673] (-) TimerEvent: {} +[94.267317] (-) TimerEvent: {} +[94.368110] (-) TimerEvent: {} +[94.468900] (-) TimerEvent: {} +[94.569795] (-) TimerEvent: {} +[94.670371] (-) TimerEvent: {} +[94.771181] (-) TimerEvent: {} +[94.872165] (-) TimerEvent: {} +[94.973283] (-) TimerEvent: {} +[95.074063] (-) TimerEvent: {} +[95.174922] (-) TimerEvent: {} +[95.275729] (-) TimerEvent: {} +[95.376485] (-) TimerEvent: {} +[95.477249] (-) TimerEvent: {} +[95.577991] (-) TimerEvent: {} +[95.678688] (-) TimerEvent: {} +[95.779406] (-) TimerEvent: {} +[95.880124] (-) TimerEvent: {} +[95.980913] (-) TimerEvent: {} +[96.081724] (-) TimerEvent: {} +[96.182434] (-) TimerEvent: {} +[96.283303] (-) TimerEvent: {} +[96.384153] (-) TimerEvent: {} +[96.484975] (-) TimerEvent: {} +[96.585753] (-) TimerEvent: {} +[96.686535] (-) TimerEvent: {} +[96.787344] (-) TimerEvent: {} +[96.888310] (-) TimerEvent: {} +[96.989409] (-) TimerEvent: {} +[97.090287] (-) TimerEvent: {} +[97.191303] (-) TimerEvent: {} +[97.292263] (-) TimerEvent: {} +[97.393113] (-) TimerEvent: {} +[97.493835] (-) TimerEvent: {} +[97.594601] (-) TimerEvent: {} +[97.695309] (-) TimerEvent: {} +[97.796150] (-) TimerEvent: {} +[97.896879] (-) TimerEvent: {} +[97.997563] (-) TimerEvent: {} +[98.098608] (-) TimerEvent: {} +[98.199511] (-) TimerEvent: {} +[98.300303] (-) TimerEvent: {} +[98.401029] (-) TimerEvent: {} +[98.502037] (-) TimerEvent: {} +[98.602702] (-) TimerEvent: {} +[98.703573] (-) TimerEvent: {} +[98.804312] (-) TimerEvent: {} +[98.904994] (-) TimerEvent: {} +[99.005622] (-) TimerEvent: {} +[99.106308] (-) TimerEvent: {} +[99.206985] (-) TimerEvent: {} +[99.307638] (-) TimerEvent: {} +[99.408375] (-) TimerEvent: {} +[99.509025] (-) TimerEvent: {} +[99.609642] (-) TimerEvent: {} +[99.710281] (-) TimerEvent: {} +[99.810917] (-) TimerEvent: {} +[99.911569] (-) TimerEvent: {} +[100.012383] (-) TimerEvent: {} +[100.113070] (-) TimerEvent: {} +[100.213968] (-) TimerEvent: {} +[100.314764] (-) TimerEvent: {} +[100.415463] (-) TimerEvent: {} +[100.516289] (-) TimerEvent: {} +[100.617047] (-) TimerEvent: {} +[100.717865] (-) TimerEvent: {} +[100.818507] (-) TimerEvent: {} +[100.919502] (-) TimerEvent: {} +[101.020337] (-) TimerEvent: {} +[101.121158] (-) TimerEvent: {} +[101.221897] (-) TimerEvent: {} +[101.322719] (-) TimerEvent: {} +[101.423590] (-) TimerEvent: {} +[101.524283] (-) TimerEvent: {} +[101.625015] (-) TimerEvent: {} +[101.725671] (-) TimerEvent: {} +[101.826410] (-) TimerEvent: {} +[101.927198] (-) TimerEvent: {} +[102.027850] (-) TimerEvent: {} +[102.128500] (-) TimerEvent: {} +[102.229074] (-) TimerEvent: {} +[102.329790] (-) TimerEvent: {} +[102.430412] (-) TimerEvent: {} +[102.531013] (-) TimerEvent: {} +[102.631784] (-) TimerEvent: {} +[102.732409] (-) TimerEvent: {} +[102.833052] (-) TimerEvent: {} +[102.933813] (-) TimerEvent: {} +[103.034730] (-) TimerEvent: {} +[103.135669] (-) TimerEvent: {} +[103.236444] (-) TimerEvent: {} +[103.337225] (-) TimerEvent: {} +[103.437950] (-) TimerEvent: {} +[103.538687] (-) TimerEvent: {} +[103.639405] (-) TimerEvent: {} +[103.740156] (-) TimerEvent: {} +[103.856178] (-) TimerEvent: {} +[103.957012] (-) TimerEvent: {} +[104.057835] (-) TimerEvent: {} +[104.158617] (-) TimerEvent: {} +[104.259371] (-) TimerEvent: {} +[104.802082] (-) TimerEvent: {} +[104.903014] (-) TimerEvent: {} +[105.003801] (-) TimerEvent: {} +[105.104607] (-) TimerEvent: {} +[105.205321] (-) TimerEvent: {} +[105.306110] (-) TimerEvent: {} +[105.407018] (-) TimerEvent: {} +[105.507803] (-) TimerEvent: {} +[105.611715] (-) TimerEvent: {} +[105.719783] (-) TimerEvent: {} +[105.820915] (-) TimerEvent: {} +[105.922652] (-) TimerEvent: {} +[106.023427] (-) TimerEvent: {} +[106.124208] (-) TimerEvent: {} +[106.225067] (-) TimerEvent: {} +[106.325734] (-) TimerEvent: {} +[106.426378] (-) TimerEvent: {} +[106.527313] (-) TimerEvent: {} +[106.628119] (-) TimerEvent: {} +[106.729698] (-) TimerEvent: {} +[106.830368] (-) TimerEvent: {} +[106.930945] (-) TimerEvent: {} +[107.031624] (-) TimerEvent: {} +[107.132273] (-) TimerEvent: {} +[107.232942] (-) TimerEvent: {} +[107.333654] (-) TimerEvent: {} +[107.434413] (-) TimerEvent: {} +[107.535027] (-) TimerEvent: {} +[107.635700] (-) TimerEvent: {} +[107.736376] (-) TimerEvent: {} +[107.837061] (-) TimerEvent: {} +[107.937641] (-) TimerEvent: {} +[108.038436] (-) TimerEvent: {} +[108.139211] (-) TimerEvent: {} +[108.240101] (-) TimerEvent: {} +[108.340979] (-) TimerEvent: {} +[108.441636] (-) TimerEvent: {} +[108.546266] (-) TimerEvent: {} +[108.647232] (-) TimerEvent: {} +[108.747909] (-) TimerEvent: {} +[108.848536] (-) TimerEvent: {} +[108.975460] (-) TimerEvent: {} +[109.076136] (-) TimerEvent: {} +[109.176699] (-) TimerEvent: {} +[109.277462] (-) TimerEvent: {} +[109.378157] (-) TimerEvent: {} +[109.478859] (-) TimerEvent: {} +[109.579608] (-) TimerEvent: {} +[109.680318] (-) TimerEvent: {} +[109.781022] (-) TimerEvent: {} +[109.881792] (-) TimerEvent: {} +[109.982645] (-) TimerEvent: {} +[110.083427] (-) TimerEvent: {} +[110.184052] (-) TimerEvent: {} +[110.284764] (-) TimerEvent: {} +[110.385530] (-) TimerEvent: {} +[110.486438] (-) TimerEvent: {} +[110.587184] (-) TimerEvent: {} +[110.687925] (-) TimerEvent: {} +[110.788630] (-) TimerEvent: {} +[110.889420] (-) TimerEvent: {} +[110.990068] (-) TimerEvent: {} +[111.091592] (-) TimerEvent: {} +[111.192245] (-) TimerEvent: {} +[111.292929] (-) TimerEvent: {} +[111.393561] (-) TimerEvent: {} +[111.494376] (-) TimerEvent: {} +[111.595286] (-) TimerEvent: {} +[111.696151] (-) TimerEvent: {} +[111.797253] (-) TimerEvent: {} +[111.898149] (-) TimerEvent: {} +[111.999091] (-) TimerEvent: {} +[112.100010] (-) TimerEvent: {} +[112.202661] (-) TimerEvent: {} +[112.306643] (-) TimerEvent: {} +[112.407887] (-) TimerEvent: {} +[112.510794] (-) TimerEvent: {} +[112.615294] (-) TimerEvent: {} +[112.715927] (-) TimerEvent: {} +[112.816639] (-) TimerEvent: {} +[112.917387] (-) TimerEvent: {} +[113.029245] (-) TimerEvent: {} +[113.132525] (-) TimerEvent: {} +[113.234160] (-) TimerEvent: {} +[113.334815] (-) TimerEvent: {} +[113.435493] (-) TimerEvent: {} +[113.536148] (-) TimerEvent: {} +[113.636798] (-) TimerEvent: {} +[113.737522] (-) TimerEvent: {} +[113.838266] (-) TimerEvent: {} +[113.938985] (-) TimerEvent: {} +[114.039693] (-) TimerEvent: {} +[114.140492] (-) TimerEvent: {} +[114.241302] (-) TimerEvent: {} +[114.342017] (-) TimerEvent: {} +[114.442750] (-) TimerEvent: {} +[114.543481] (-) TimerEvent: {} +[114.644557] (-) TimerEvent: {} +[114.746496] (-) TimerEvent: {} +[114.850019] (-) TimerEvent: {} +[114.950707] (-) TimerEvent: {} +[115.051372] (-) TimerEvent: {} +[115.152096] (-) TimerEvent: {} +[115.252838] (-) TimerEvent: {} +[115.353558] (-) TimerEvent: {} +[115.454215] (-) TimerEvent: {} +[115.554913] (-) TimerEvent: {} +[115.655717] (-) TimerEvent: {} +[115.756553] (-) TimerEvent: {} +[115.857318] (-) TimerEvent: {} +[115.958505] (-) TimerEvent: {} +[116.059558] (-) TimerEvent: {} +[116.160818] (-) TimerEvent: {} +[116.270577] (-) TimerEvent: {} +[116.371522] (-) TimerEvent: {} +[116.472464] (-) TimerEvent: {} +[116.603459] (-) TimerEvent: {} +[116.709863] (-) TimerEvent: {} +[116.816687] (-) TimerEvent: {} +[116.974096] (-) TimerEvent: {} +[117.075094] (-) TimerEvent: {} +[117.177932] (-) TimerEvent: {} +[117.278499] (-) TimerEvent: {} +[117.380224] (-) TimerEvent: {} +[117.481026] (-) TimerEvent: {} +[117.581786] (-) TimerEvent: {} +[117.682619] (-) TimerEvent: {} +[117.783257] (-) TimerEvent: {} +[117.883946] (-) TimerEvent: {} +[117.984696] (-) TimerEvent: {} +[118.085599] (-) TimerEvent: {} +[118.186509] (-) TimerEvent: {} +[118.287178] (-) TimerEvent: {} +[118.387886] (-) TimerEvent: {} +[118.488611] (-) TimerEvent: {} +[118.589276] (-) TimerEvent: {} +[118.689976] (-) TimerEvent: {} +[118.790674] (-) TimerEvent: {} +[118.891326] (-) TimerEvent: {} +[118.992151] (-) TimerEvent: {} +[119.092788] (-) TimerEvent: {} +[119.193565] (-) TimerEvent: {} +[119.294230] (-) TimerEvent: {} +[119.394950] (-) TimerEvent: {} +[119.495884] (-) TimerEvent: {} +[119.596639] (-) TimerEvent: {} +[119.697329] (-) TimerEvent: {} +[119.798043] (-) TimerEvent: {} +[119.898761] (-) TimerEvent: {} +[119.999414] (-) TimerEvent: {} +[120.100091] (-) TimerEvent: {} +[120.200726] (-) TimerEvent: {} +[120.301380] (-) TimerEvent: {} +[120.402311] (-) TimerEvent: {} +[120.503109] (-) TimerEvent: {} +[120.603788] (-) TimerEvent: {} +[120.704490] (-) TimerEvent: {} +[120.805196] (-) TimerEvent: {} +[120.905929] (-) TimerEvent: {} +[121.006715] (-) TimerEvent: {} +[121.108221] (-) TimerEvent: {} +[121.208916] (-) TimerEvent: {} +[121.309700] (-) TimerEvent: {} +[121.410422] (-) TimerEvent: {} +[121.517540] (-) TimerEvent: {} +[121.618237] (-) TimerEvent: {} +[121.718968] (-) TimerEvent: {} +[121.819647] (-) TimerEvent: {} +[121.920361] (-) TimerEvent: {} +[122.021028] (-) TimerEvent: {} +[122.121806] (-) TimerEvent: {} +[122.222519] (-) TimerEvent: {} +[122.323226] (-) TimerEvent: {} +[122.423907] (-) TimerEvent: {} +[122.524541] (-) TimerEvent: {} +[122.625103] (-) TimerEvent: {} +[122.725693] (-) TimerEvent: {} +[122.826419] (-) TimerEvent: {} +[122.927136] (-) TimerEvent: {} +[123.028025] (-) TimerEvent: {} +[123.128756] (-) TimerEvent: {} +[123.278004] (-) TimerEvent: {} +[123.378748] (-) TimerEvent: {} +[123.479605] (-) TimerEvent: {} +[123.633079] (-) TimerEvent: {} +[123.733531] (-) TimerEvent: {} +[123.834121] (-) TimerEvent: {} +[123.934778] (-) TimerEvent: {} +[124.035359] (-) TimerEvent: {} +[124.136336] (-) TimerEvent: {} +[124.269505] (-) TimerEvent: {} +[124.370160] (-) TimerEvent: {} +[124.470780] (-) TimerEvent: {} +[124.571368] (-) TimerEvent: {} +[124.671924] (-) TimerEvent: {} +[124.772535] (-) TimerEvent: {} +[124.873105] (-) TimerEvent: {} +[124.973651] (-) TimerEvent: {} +[125.074312] (-) TimerEvent: {} +[125.175000] (-) TimerEvent: {} +[125.275708] (-) TimerEvent: {} +[125.376270] (-) TimerEvent: {} +[125.476762] (-) TimerEvent: {} +[125.577311] (-) TimerEvent: {} +[125.677974] (-) TimerEvent: {} +[125.778609] (-) TimerEvent: {} +[125.879155] (-) TimerEvent: {} +[125.979704] (-) TimerEvent: {} +[126.080195] (-) TimerEvent: {} +[126.180936] (-) TimerEvent: {} +[126.281658] (-) TimerEvent: {} +[126.382488] (-) TimerEvent: {} +[126.483119] (-) TimerEvent: {} +[126.583784] (-) TimerEvent: {} +[126.684401] (-) TimerEvent: {} +[126.802389] (-) TimerEvent: {} +[126.926502] (-) TimerEvent: {} +[127.054792] (-) TimerEvent: {} +[127.160939] (-) TimerEvent: {} +[127.285733] (-) TimerEvent: {} +[127.417475] (-) TimerEvent: {} +[127.518231] (-) TimerEvent: {} +[127.618789] (-) TimerEvent: {} +[127.719652] (-) TimerEvent: {} +[127.820491] (-) TimerEvent: {} +[127.921422] (-) TimerEvent: {} +[128.022298] (-) TimerEvent: {} +[128.122892] (-) TimerEvent: {} +[128.223524] (-) TimerEvent: {} +[128.324208] (-) TimerEvent: {} +[128.424764] (-) TimerEvent: {} +[128.525610] (-) TimerEvent: {} +[128.626188] (-) TimerEvent: {} +[128.726986] (-) TimerEvent: {} +[128.827596] (-) TimerEvent: {} +[128.928255] (-) TimerEvent: {} +[129.028828] (-) TimerEvent: {} +[129.129371] (-) TimerEvent: {} +[129.230002] (-) TimerEvent: {} +[129.330616] (-) TimerEvent: {} +[129.431239] (-) TimerEvent: {} +[129.531773] (-) TimerEvent: {} +[129.632311] (-) TimerEvent: {} +[129.732815] (-) TimerEvent: {} +[129.833376] (-) TimerEvent: {} +[129.933925] (-) TimerEvent: {} +[130.034390] (-) TimerEvent: {} +[130.134930] (-) TimerEvent: {} +[130.235437] (-) TimerEvent: {} +[130.335904] (-) TimerEvent: {} +[130.436404] (-) TimerEvent: {} +[130.536942] (-) TimerEvent: {} +[130.637575] (-) TimerEvent: {} +[130.738281] (-) TimerEvent: {} +[130.838797] (-) TimerEvent: {} +[130.939408] (-) TimerEvent: {} +[131.039931] (-) TimerEvent: {} +[131.140571] (-) TimerEvent: {} +[131.241186] (-) TimerEvent: {} +[131.341892] (-) TimerEvent: {} +[131.442477] (-) TimerEvent: {} +[131.543959] (-) TimerEvent: {} +[131.644666] (-) TimerEvent: {} +[131.746610] (-) TimerEvent: {} +[131.847430] (-) TimerEvent: {} +[131.948108] (-) TimerEvent: {} +[132.048612] (-) TimerEvent: {} +[132.149303] (-) TimerEvent: {} +[132.249840] (-) TimerEvent: {} +[132.350371] (-) TimerEvent: {} +[132.450875] (-) TimerEvent: {} +[132.551412] (-) TimerEvent: {} +[132.651917] (-) TimerEvent: {} +[132.752430] (-) TimerEvent: {} +[132.852932] (-) TimerEvent: {} +[132.953438] (-) TimerEvent: {} +[133.054057] (-) TimerEvent: {} +[133.154720] (-) TimerEvent: {} +[133.255321] (-) TimerEvent: {} +[133.355909] (-) TimerEvent: {} +[133.456500] (-) TimerEvent: {} +[133.557169] (-) TimerEvent: {} +[133.657685] (-) TimerEvent: {} +[133.758263] (-) TimerEvent: {} +[133.858756] (-) TimerEvent: {} +[133.959243] (-) TimerEvent: {} +[134.059744] (-) TimerEvent: {} +[134.160223] (-) TimerEvent: {} +[134.260844] (-) TimerEvent: {} +[134.361366] (-) TimerEvent: {} +[134.461878] (-) TimerEvent: {} +[134.562385] (-) TimerEvent: {} +[134.663028] (-) TimerEvent: {} +[134.763819] (-) TimerEvent: {} +[134.864828] (-) TimerEvent: {} +[134.965650] (-) TimerEvent: {} +[135.066412] (-) TimerEvent: {} +[135.167026] (-) TimerEvent: {} +[135.267471] (-) TimerEvent: {} +[135.368002] (-) TimerEvent: {} +[135.468627] (-) TimerEvent: {} +[135.569079] (-) TimerEvent: {} +[135.669523] (-) TimerEvent: {} +[135.770051] (-) TimerEvent: {} +[135.870674] (-) TimerEvent: {} +[135.971260] (-) TimerEvent: {} +[136.071840] (-) TimerEvent: {} +[136.172379] (-) TimerEvent: {} +[136.272821] (-) TimerEvent: {} +[136.373405] (-) TimerEvent: {} +[136.473935] (-) TimerEvent: {} +[136.574409] (-) TimerEvent: {} +[136.674915] (-) TimerEvent: {} +[136.775507] (-) TimerEvent: {} +[136.876003] (-) TimerEvent: {} +[136.976516] (-) TimerEvent: {} +[137.076982] (-) TimerEvent: {} +[137.177456] (-) TimerEvent: {} +[137.277927] (-) TimerEvent: {} +[137.378467] (-) TimerEvent: {} +[137.478918] (-) TimerEvent: {} +[137.579365] (-) TimerEvent: {} +[137.679886] (-) TimerEvent: {} +[137.780360] (-) TimerEvent: {} +[137.880915] (-) TimerEvent: {} +[137.981438] (-) TimerEvent: {} +[138.082009] (-) TimerEvent: {} +[138.182593] (-) TimerEvent: {} +[138.283163] (-) TimerEvent: {} +[138.383883] (-) TimerEvent: {} +[138.484426] (-) TimerEvent: {} +[138.585699] (-) TimerEvent: {} +[138.686299] (-) TimerEvent: {} +[138.789283] (-) TimerEvent: {} +[138.889736] (-) TimerEvent: {} +[138.990252] (-) TimerEvent: {} +[139.090876] (-) TimerEvent: {} +[139.191557] (-) TimerEvent: {} +[139.292106] (-) TimerEvent: {} +[139.393443] (-) TimerEvent: {} +[139.496231] (-) TimerEvent: {} +[139.597017] (-) TimerEvent: {} +[139.732372] (-) TimerEvent: {} +[139.866377] (-) TimerEvent: {} +[140.002970] (-) TimerEvent: {} +[140.105842] (-) TimerEvent: {} +[140.231028] (-) TimerEvent: {} +[140.338013] (-) TimerEvent: {} +[140.602618] (-) TimerEvent: {} +[140.703762] (-) TimerEvent: {} +[140.804294] (-) TimerEvent: {} +[140.905943] (-) TimerEvent: {} +[141.006567] (-) TimerEvent: {} +[141.107178] (-) TimerEvent: {} +[141.209704] (-) TimerEvent: {} +[141.310309] (-) TimerEvent: {} +[141.410910] (-) TimerEvent: {} +[141.511421] (-) TimerEvent: {} +[141.611961] (-) TimerEvent: {} +[141.712776] (-) TimerEvent: {} +[141.839769] (-) TimerEvent: {} +[141.940388] (-) TimerEvent: {} +[142.093367] (-) TimerEvent: {} +[142.194105] (-) TimerEvent: {} +[142.295017] (-) TimerEvent: {} +[142.417809] (-) TimerEvent: {} +[142.585733] (-) TimerEvent: {} +[142.703126] (-) TimerEvent: {} +[142.831892] (-) TimerEvent: {} +[142.980123] (-) TimerEvent: {} +[143.098697] (-) TimerEvent: {} +[143.206605] (-) TimerEvent: {} +[143.340029] (-) TimerEvent: {} +[143.501561] (-) TimerEvent: {} +[143.636575] (-) TimerEvent: {} +[143.898019] (-) TimerEvent: {} +[144.024906] (-) TimerEvent: {} +[144.127882] (-) TimerEvent: {} +[144.228693] (-) TimerEvent: {} +[144.329337] (-) TimerEvent: {} +[144.429973] (-) TimerEvent: {} +[144.530675] (-) TimerEvent: {} +[144.631440] (-) TimerEvent: {} +[144.732010] (-) TimerEvent: {} +[144.832601] (-) TimerEvent: {} +[144.933287] (-) TimerEvent: {} +[145.033831] (-) TimerEvent: {} +[145.134328] (-) TimerEvent: {} +[145.234765] (-) TimerEvent: {} +[145.335216] (-) TimerEvent: {} +[145.435642] (-) TimerEvent: {} +[145.536163] (-) TimerEvent: {} +[145.636805] (-) TimerEvent: {} +[145.737453] (-) TimerEvent: {} +[145.838002] (-) TimerEvent: {} +[145.938420] (-) TimerEvent: {} +[146.038908] (-) TimerEvent: {} +[146.139488] (-) TimerEvent: {} +[146.239937] (-) TimerEvent: {} +[146.340541] (-) TimerEvent: {} +[146.441139] (-) TimerEvent: {} +[146.541693] (-) TimerEvent: {} +[146.642721] (-) TimerEvent: {} +[146.743354] (-) TimerEvent: {} +[146.844036] (-) TimerEvent: {} +[146.944640] (-) TimerEvent: {} +[147.045121] (-) TimerEvent: {} +[147.145708] (-) TimerEvent: {} +[147.246329] (-) TimerEvent: {} +[147.346842] (-) TimerEvent: {} +[147.447485] (-) TimerEvent: {} +[147.547995] (-) TimerEvent: {} +[147.648481] (-) TimerEvent: {} +[147.749057] (-) TimerEvent: {} +[147.849601] (-) TimerEvent: {} +[147.950107] (-) TimerEvent: {} +[148.050860] (-) TimerEvent: {} +[148.151441] (-) TimerEvent: {} +[148.252017] (-) TimerEvent: {} +[148.352514] (-) TimerEvent: {} +[148.452993] (-) TimerEvent: {} +[148.553440] (-) TimerEvent: {} +[148.653939] (-) TimerEvent: {} +[148.754469] (-) TimerEvent: {} +[148.854911] (-) TimerEvent: {} +[148.955384] (-) TimerEvent: {} +[149.055960] (-) TimerEvent: {} +[149.156626] (-) TimerEvent: {} +[149.257940] (-) TimerEvent: {} +[149.358616] (-) TimerEvent: {} +[149.459262] (-) TimerEvent: {} +[149.559860] (-) TimerEvent: {} +[149.660457] (-) TimerEvent: {} +[149.761022] (-) TimerEvent: {} +[149.861530] (-) TimerEvent: {} +[149.962021] (-) TimerEvent: {} +[150.062484] (-) TimerEvent: {} +[150.162970] (-) TimerEvent: {} +[150.263430] (-) TimerEvent: {} +[150.363976] (-) TimerEvent: {} +[150.464485] (-) TimerEvent: {} +[150.564930] (-) TimerEvent: {} +[150.665470] (-) TimerEvent: {} +[150.766095] (-) TimerEvent: {} +[150.868450] (-) TimerEvent: {} +[150.969030] (-) TimerEvent: {} +[151.069517] (-) TimerEvent: {} +[151.170019] (-) TimerEvent: {} +[151.270488] (-) TimerEvent: {} +[151.370966] (-) TimerEvent: {} +[151.471457] (-) TimerEvent: {} +[151.571968] (-) TimerEvent: {} +[151.672623] (-) TimerEvent: {} +[151.773528] (-) TimerEvent: {} +[151.874226] (-) TimerEvent: {} +[151.974783] (-) TimerEvent: {} +[152.075322] (-) TimerEvent: {} +[152.175867] (-) TimerEvent: {} +[152.276429] (-) TimerEvent: {} +[152.376863] (-) TimerEvent: {} +[152.477333] (-) TimerEvent: {} +[152.577849] (-) TimerEvent: {} +[152.678350] (-) TimerEvent: {} +[152.778828] (-) TimerEvent: {} +[152.879347] (-) TimerEvent: {} +[152.979857] (-) TimerEvent: {} +[153.080290] (-) TimerEvent: {} +[153.180736] (-) TimerEvent: {} +[153.281206] (-) TimerEvent: {} +[153.381664] (-) TimerEvent: {} +[153.482123] (-) TimerEvent: {} +[153.582600] (-) TimerEvent: {} +[153.683036] (-) TimerEvent: {} +[153.783731] (-) TimerEvent: {} +[153.884164] (-) TimerEvent: {} +[153.984674] (-) TimerEvent: {} +[154.085152] (-) TimerEvent: {} +[154.185799] (-) TimerEvent: {} +[154.286454] (-) TimerEvent: {} +[154.387055] (-) TimerEvent: {} +[154.487584] (-) TimerEvent: {} +[154.588157] (-) TimerEvent: {} +[154.688680] (-) TimerEvent: {} +[154.789179] (-) TimerEvent: {} +[154.889789] (-) TimerEvent: {} +[154.990291] (-) TimerEvent: {} +[155.090839] (-) TimerEvent: {} +[155.191475] (-) TimerEvent: {} +[155.292322] (-) TimerEvent: {} +[155.396893] (-) TimerEvent: {} +[155.530719] (-) TimerEvent: {} +[155.631636] (-) TimerEvent: {} +[155.732544] (-) TimerEvent: {} +[155.845678] (-) TimerEvent: {} +[155.946465] (-) TimerEvent: {} +[156.046986] (-) TimerEvent: {} +[156.147534] (-) TimerEvent: {} +[156.248198] (-) TimerEvent: {} +[156.348710] (-) TimerEvent: {} +[156.449482] (-) TimerEvent: {} +[156.550188] (-) TimerEvent: {} +[156.650839] (-) TimerEvent: {} +[156.751706] (-) TimerEvent: {} +[156.852150] (-) TimerEvent: {} +[156.952692] (-) TimerEvent: {} +[157.053274] (-) TimerEvent: {} +[157.153880] (-) TimerEvent: {} +[157.254538] (-) TimerEvent: {} +[157.355125] (-) TimerEvent: {} +[157.455704] (-) TimerEvent: {} +[157.556198] (-) TimerEvent: {} +[157.656775] (-) TimerEvent: {} +[157.757492] (-) TimerEvent: {} +[157.858025] (-) TimerEvent: {} +[157.958577] (-) TimerEvent: {} +[158.059094] (-) TimerEvent: {} +[158.159559] (-) TimerEvent: {} +[158.259965] (-) TimerEvent: {} +[158.360402] (-) TimerEvent: {} +[158.462256] (-) TimerEvent: {} +[158.563002] (-) TimerEvent: {} +[158.663506] (-) TimerEvent: {} +[158.763981] (-) TimerEvent: {} +[158.864461] (-) TimerEvent: {} +[158.964962] (-) TimerEvent: {} +[159.065460] (-) TimerEvent: {} +[159.165928] (-) TimerEvent: {} +[159.266538] (-) TimerEvent: {} +[159.367376] (-) TimerEvent: {} +[159.468254] (-) TimerEvent: {} +[159.569018] (-) TimerEvent: {} +[159.705527] (-) TimerEvent: {} +[159.806529] (-) TimerEvent: {} +[159.940075] (-) TimerEvent: {} +[160.040636] (-) TimerEvent: {} +[160.141199] (-) TimerEvent: {} +[160.241740] (-) TimerEvent: {} +[160.342360] (-) TimerEvent: {} +[160.442970] (-) TimerEvent: {} +[160.543315] (-) TimerEvent: {} +[160.643699] (-) TimerEvent: {} +[160.744105] (-) TimerEvent: {} +[160.844583] (-) TimerEvent: {} +[160.945073] (-) TimerEvent: {} +[161.045992] (-) TimerEvent: {} +[161.146440] (-) TimerEvent: {} +[161.246918] (-) TimerEvent: {} +[161.347359] (-) TimerEvent: {} +[161.447789] (-) TimerEvent: {} +[161.548213] (-) TimerEvent: {} +[161.648773] (-) TimerEvent: {} +[161.749390] (-) TimerEvent: {} +[161.849804] (-) TimerEvent: {} +[161.950228] (-) TimerEvent: {} +[162.050677] (-) TimerEvent: {} +[162.151067] (-) TimerEvent: {} +[162.251600] (-) TimerEvent: {} +[162.352249] (-) TimerEvent: {} +[162.452726] (-) TimerEvent: {} +[162.553511] (-) TimerEvent: {} +[162.654111] (-) TimerEvent: {} +[162.754602] (-) TimerEvent: {} +[162.855206] (-) TimerEvent: {} +[162.955713] (-) TimerEvent: {} +[163.056171] (-) TimerEvent: {} +[163.156659] (-) TimerEvent: {} +[163.257119] (-) TimerEvent: {} +[163.388836] (-) TimerEvent: {} +[163.489739] (-) TimerEvent: {} +[163.590482] (-) TimerEvent: {} +[163.690917] (-) TimerEvent: {} +[163.791391] (-) TimerEvent: {} +[163.891878] (-) TimerEvent: {} +[163.992313] (-) TimerEvent: {} +[164.092722] (-) TimerEvent: {} +[164.193224] (-) TimerEvent: {} +[164.293716] (-) TimerEvent: {} +[164.394204] (-) TimerEvent: {} +[164.494740] (-) TimerEvent: {} +[164.595199] (-) TimerEvent: {} +[164.695690] (-) TimerEvent: {} +[164.796235] (-) TimerEvent: {} +[164.896775] (-) TimerEvent: {} +[164.997318] (-) TimerEvent: {} +[165.124164] (-) TimerEvent: {} +[165.224727] (-) TimerEvent: {} +[165.325736] (-) TimerEvent: {} +[165.426322] (-) TimerEvent: {} +[165.527041] (-) TimerEvent: {} +[165.627578] (-) TimerEvent: {} +[165.728099] (-) TimerEvent: {} +[165.828586] (-) TimerEvent: {} +[165.929282] (-) TimerEvent: {} +[166.029846] (-) TimerEvent: {} +[166.130366] (-) TimerEvent: {} +[166.230783] (-) TimerEvent: {} +[166.331288] (-) TimerEvent: {} +[166.431843] (-) TimerEvent: {} +[166.537831] (-) TimerEvent: {} +[166.638373] (-) TimerEvent: {} +[166.738871] (-) TimerEvent: {} +[166.839379] (-) TimerEvent: {} +[166.939879] (-) TimerEvent: {} +[167.040310] (-) TimerEvent: {} +[167.140815] (-) TimerEvent: {} +[167.241299] (-) TimerEvent: {} +[167.341768] (-) TimerEvent: {} +[167.442287] (-) TimerEvent: {} +[167.542838] (-) TimerEvent: {} +[167.643436] (-) TimerEvent: {} +[167.743914] (-) TimerEvent: {} +[167.844381] (-) TimerEvent: {} +[167.957757] (-) TimerEvent: {} +[168.058392] (-) TimerEvent: {} +[168.158927] (-) TimerEvent: {} +[168.259669] (-) TimerEvent: {} +[168.360337] (-) TimerEvent: {} +[168.461093] (-) TimerEvent: {} +[168.592210] (-) TimerEvent: {} +[168.713297] (-) TimerEvent: {} +[168.846595] (-) TimerEvent: {} +[169.008582] (-) TimerEvent: {} +[169.125103] (-) TimerEvent: {} +[169.356293] (-) TimerEvent: {} +[169.477966] (-) TimerEvent: {} +[169.593003] (-) TimerEvent: {} +[169.696512] (-) TimerEvent: {} +[169.844258] (-) TimerEvent: {} +[169.976978] (-) TimerEvent: {} +[170.119826] (-) TimerEvent: {} +[170.223194] (-) TimerEvent: {} +[170.358774] (-) TimerEvent: {} +[170.469272] (-) TimerEvent: {} +[170.593763] (-) TimerEvent: {} +[170.701807] (-) TimerEvent: {} +[170.832773] (-) TimerEvent: {} +[170.944155] (-) TimerEvent: {} +[171.044810] (-) TimerEvent: {} +[171.145396] (-) TimerEvent: {} +[171.256718] (-) TimerEvent: {} +[171.357410] (-) TimerEvent: {} +[171.458006] (-) TimerEvent: {} +[171.558584] (-) TimerEvent: {} +[171.659034] (-) TimerEvent: {} +[171.759504] (-) TimerEvent: {} +[171.859974] (-) TimerEvent: {} +[171.960499] (-) TimerEvent: {} +[172.061058] (-) TimerEvent: {} +[172.161528] (-) TimerEvent: {} +[172.261954] (-) TimerEvent: {} +[172.362435] (-) TimerEvent: {} +[172.462870] (-) TimerEvent: {} +[172.563367] (-) TimerEvent: {} +[172.663927] (-) TimerEvent: {} +[172.764373] (-) TimerEvent: {} +[172.864841] (-) TimerEvent: {} +[172.965354] (-) TimerEvent: {} +[173.065850] (-) TimerEvent: {} +[173.166335] (-) TimerEvent: {} +[173.266763] (-) TimerEvent: {} +[173.367317] (-) TimerEvent: {} +[173.467800] (-) TimerEvent: {} +[173.568366] (-) TimerEvent: {} +[173.669012] (-) TimerEvent: {} +[173.769555] (-) TimerEvent: {} +[173.870131] (-) TimerEvent: {} +[173.970899] (-) TimerEvent: {} +[174.071427] (-) TimerEvent: {} +[174.171997] (-) TimerEvent: {} +[174.272455] (-) TimerEvent: {} +[174.372877] (-) TimerEvent: {} +[174.473293] (-) TimerEvent: {} +[174.573766] (-) TimerEvent: {} +[174.674269] (-) TimerEvent: {} +[174.774754] (-) TimerEvent: {} +[174.866431] (b_obstacle_detector) StdoutLine: {'line': b'[ 66%] \x1b[32m\x1b[1mLinking CXX executable b_obstacle_detector_node\x1b[0m\n'} +[174.896006] (-) TimerEvent: {} +[174.997327] (-) TimerEvent: {} +[175.097801] (-) TimerEvent: {} +[175.198259] (-) TimerEvent: {} +[175.298801] (-) TimerEvent: {} +[175.399479] (-) TimerEvent: {} +[175.420695] (b_obstacle_detector) StdoutLine: {'line': b'[100%] Built target b_obstacle_detector_node\n'} +[175.499659] (-) TimerEvent: {} +[175.592336] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[175.638291] (-) TimerEvent: {} +[175.715017] (b_obstacle_detector) JobProgress: {'identifier': 'b_obstacle_detector', 'progress': 'install'} +[175.744283] (-) TimerEvent: {} +[175.763099] (b_obstacle_detector) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'], 'cwd': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'env': OrderedDict([('HOSTNAME', 'docker-desktop'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/user/ws/install/roomba_500driver_meiji/lib:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib'), ('HOME', '/home/user'), ('OLDPWD', '/home/user/ws/src'), ('ROS_PYTHON_VERSION', '3'), ('_colcon_cd_root', '/home/user/ws'), ('COLCON_PREFIX_PATH', '/home/user/ws/install'), ('ROS_DISTRO', 'humble'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('TERM', 'xterm'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'), ('DISPLAY', ':0'), ('LANG', 'C.UTF-8'), ('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:'), ('AMENT_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('PWD', '/home/user/ws/src/chibi24_b/build/b_obstacle_detector'), ('LC_ALL', 'C.UTF-8'), ('PYTHONPATH', '/home/user/ws/build/turtlesim_controller_py:/home/user/ws/install/turtlesim_controller_py/lib/python3.10/site-packages:/home/user/ws/install/roomba_500driver_meiji/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'), ('CMAKE_PREFIX_PATH', '/home/user/ws/install/turtlesim_controller:/home/user/ws/install/third_challenge_suzuki:/home/user/ws/install/third_challenge:/home/user/ws/install/second_challenge_suzuki:/home/user/ws/install/roomba_teleop_meiji:/home/user/ws/install/roomba_description:/home/user/ws/install/first_challenge_suzuki:/home/user/ws/install/roomba_500driver_meiji:/home/user/ws/install/b_obstacle_detector:/home/user/ws/install/b_local_map_creator:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble')]), 'shell': False} +[175.780818] (b_obstacle_detector) StdoutLine: {'line': b'-- Install configuration: "RelWithDebInfo"\n'} +[175.783776] (b_obstacle_detector) StdoutLine: {'line': b'-- Execute custom install script\n'} +[175.787165] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector//launch/b_obstacle_detector.launch.xml\n'} +[175.789487] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/include/b_obstacle_detector/b_obstacle_detector.hpp\n'} +[175.792126] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/b_obstacle_detector/b_obstacle_detector_node\n'} +[175.793914] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/package_run_dependencies/b_obstacle_detector\n'} +[175.794516] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/parent_prefix_path/b_obstacle_detector\n'} +[175.797586] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.sh\n'} +[175.798496] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/ament_prefix_path.dsv\n'} +[175.799536] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.sh\n'} +[175.800929] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/environment/path.dsv\n'} +[175.801715] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.bash\n'} +[175.803085] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.sh\n'} +[175.804198] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.zsh\n'} +[175.805078] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/local_setup.dsv\n'} +[175.805907] (b_obstacle_detector) StdoutLine: {'line': b'-- Symlinking: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv\n'} +[175.844434] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/ament_index/resource_index/packages/b_obstacle_detector\n'} +[175.844771] (-) TimerEvent: {} +[175.845110] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[175.846015] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[175.847099] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig.cmake\n'} +[175.848037] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/cmake/b_obstacle_detectorConfig-version.cmake\n'} +[175.848840] (b_obstacle_detector) StdoutLine: {'line': b'-- Up-to-date symlink: /home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.xml\n'} +[175.859586] (b_obstacle_detector) CommandEnded: {'returncode': 0} +[175.945954] (-) TimerEvent: {} +[176.046561] (-) TimerEvent: {} +[176.147176] (-) TimerEvent: {} +[176.247816] (-) TimerEvent: {} +[176.349023] (-) TimerEvent: {} +[176.455244] (-) TimerEvent: {} +[176.575869] (-) TimerEvent: {} +[176.683631] (-) TimerEvent: {} +[176.794400] (-) TimerEvent: {} +[176.900464] (-) TimerEvent: {} +[176.974011] (b_obstacle_detector) JobEnded: {'identifier': 'b_obstacle_detector', 'rc': 0} +[176.990411] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-19_01-45-12/logger_all.log b/log/build_2024-03-19_01-45-12/logger_all.log new file mode 100644 index 0000000..7557f1f --- /dev/null +++ b/log/build_2024-03-19_01-45-12/logger_all.log @@ -0,0 +1,138 @@ +[3.858s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install', '--cmake-args', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '--event-handlers', 'console_direct+', '--packages-select', 'b_obstacle_detector'] +[3.860s] 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=['console_direct+'], 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=['b_obstacle_detector'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, cmake_args=['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 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, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[4.268s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[4.268s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[4.268s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[4.268s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[4.268s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[4.268s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[4.274s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/user/ws/src/chibi24_b' +[4.278s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[4.279s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[4.280s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[4.280s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[4.280s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[4.280s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[4.280s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[4.280s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[4.281s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[4.467s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[4.467s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[4.467s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[4.467s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[4.467s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[4.470s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ignore', 'ignore_ament_install'] +[4.471s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore' +[4.471s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ignore_ament_install' +[4.471s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_pkg'] +[4.471s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_pkg' +[4.471s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['colcon_meta'] +[4.471s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'colcon_meta' +[4.472s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extensions ['ros'] +[4.472s] Level 1:colcon.colcon_core.package_identification:_identify(b_obstacle_detector) by extension 'ros' +[4.506s] DEBUG:colcon.colcon_core.package_identification:Package 'b_obstacle_detector' with type 'ros.ament_cmake' and name 'b_obstacle_detector' +[4.508s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[4.509s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[4.509s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[4.510s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[4.512s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[4.513s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[4.514s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[4.514s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[4.514s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[4.520s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ignore', 'ignore_ament_install'] +[4.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore' +[4.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ignore_ament_install' +[4.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_pkg'] +[4.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_pkg' +[4.521s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['colcon_meta'] +[4.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'colcon_meta' +[4.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['ros'] +[4.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'ros' +[4.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['cmake', 'python'] +[4.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'cmake' +[4.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python' +[4.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extensions ['python_setup_py'] +[4.522s] Level 1:colcon.colcon_core.package_identification:_identify(map) by extension 'python_setup_py' +[4.523s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[4.523s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[4.523s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[4.523s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[4.523s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[4.970s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RelWithDebInfo']' +[4.970s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target' from command line to 'None' +[4.971s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[4.971s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_cache' from command line to 'False' +[4.971s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_clean_first' from command line to 'False' +[4.971s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'cmake_force_configure' from command line to 'False' +[4.971s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'ament_cmake_args' from command line to 'None' +[4.972s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_cmake_args' from command line to 'None' +[4.972s] Level 5:colcon.colcon_core.verb:set package 'b_obstacle_detector' build argument 'catkin_skip_building_tests' from command line to 'False' +[4.972s] DEBUG:colcon.colcon_core.verb:Building package 'b_obstacle_detector' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/user/ws/src/chibi24_b/build/b_obstacle_detector', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': ['-DCMAKE_BUILD_TYPE=RelWithDebInfo'], 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/user/ws/src/chibi24_b/install/b_obstacle_detector', 'merge_install': False, 'path': '/home/user/ws/src/chibi24_b/b_obstacle_detector', 'symlink_install': True, 'test_result_base': None} +[4.995s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[5.028s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[5.032s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' with build type 'ament_cmake' +[5.036s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/user/ws/src/chibi24_b/b_obstacle_detector' +[5.099s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[5.100s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[5.100s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[5.363s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[180.634s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --build /home/user/ws/src/chibi24_b/build/b_obstacle_detector -- -j8 -l8 +[180.785s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[180.885s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[180.891s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/user/ws/src/chibi24_b/build/b_obstacle_detector' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/user/ws/install/turtlesim_controller_py:/opt/ros/humble /usr/bin/cmake --install /home/user/ws/src/chibi24_b/build/b_obstacle_detector +[181.625s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[181.638s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[181.641s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[181.690s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[181.720s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[181.725s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[181.743s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[181.743s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[181.744s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[181.775s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[181.776s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[181.795s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[181.801s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[181.804s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[181.806s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[181.810s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[181.813s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[181.919s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(b_obstacle_detector) +[181.950s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake module files +[181.951s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector' for CMake config files +[181.951s] Level 1:colcon.colcon_core.shell:create_environment_hook('b_obstacle_detector', 'cmake_prefix_path') +[181.969s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.ps1' +[181.970s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.dsv' +[181.970s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/hook/cmake_prefix_path.sh' +[181.971s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib' +[181.971s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[181.971s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/pkgconfig/b_obstacle_detector.pc' +[181.972s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/lib/python3.10/site-packages' +[181.972s] Level 1:colcon.colcon_core.environment:checking '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/bin' +[181.988s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.ps1' +[181.988s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.dsv' +[181.989s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.sh' +[181.990s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.bash' +[181.990s] INFO:colcon.colcon_core.shell:Creating package script '/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/b_obstacle_detector/package.zsh' +[181.991s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/user/ws/src/chibi24_b/install/b_obstacle_detector/share/colcon-core/packages/b_obstacle_detector) +[181.998s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[182.003s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[182.005s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[182.007s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[182.125s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send' +[182.126s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[182.126s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[182.127s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[182.140s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message +[182.140s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[182.174s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.ps1' +[182.181s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_ps1.py' +[182.184s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.ps1' +[182.211s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.sh' +[182.212s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/user/ws/src/chibi24_b/install/_local_setup_util_sh.py' +[182.213s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.sh' +[182.230s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.bash' +[182.232s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.bash' +[182.249s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/user/ws/src/chibi24_b/install/local_setup.zsh' +[182.251s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/user/ws/src/chibi24_b/install/setup.zsh' diff --git a/log/latest b/log/latest new file mode 120000 index 0000000..b57d247 --- /dev/null +++ b/log/latest @@ -0,0 +1 @@ +latest_build \ No newline at end of file diff --git a/log/latest_build b/log/latest_build new file mode 120000 index 0000000..5d4c84b --- /dev/null +++ b/log/latest_build @@ -0,0 +1 @@ +build_2024-03-19_01-45-12 \ No newline at end of file