tried building on ubuntu 20 and ROS 2 foxy, got out of memory error

This commit is contained in:
Sem van der Hoeven
2023-04-13 13:41:31 +00:00
parent f194ab90ed
commit fd4bd6f8cb
11236 changed files with 1402154 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/drone_sensors -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/drone_sensors
Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/drone_sensors -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/drone_sensors
Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors

View File

@@ -0,0 +1,68 @@
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Override CMake install command with custom implementation using symlinks instead of copying resources
-- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
-- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
-- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "1.1.1f")
-- Found FastRTPS: /opt/ros/foxy/include
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
-- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
-- 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 - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found ament_lint_auto: 0.9.8 (/opt/ros/foxy/share/ament_lint_auto/cmake)
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
-- Configured cppcheck include dirs:
-- Configured cppcheck exclude dirs and/or files:
-- Added test 'lint_cmake' to check CMake code style
-- Added test 'uncrustify' to check C / C++ code style
-- Configured uncrustify additional arguments:
-- Added test 'xmllint' to check XML markup files
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/ros2_ws/build/drone_sensors
Scanning dependencies of target height_sensor
[ 50%] Building CXX object CMakeFiles/height_sensor.dir/src/height_sensor.cpp.o
[100%] Linking CXX executable height_sensor
[100%] Built target height_sensor
-- Install configuration: "RELWITHDEBINFO"
-- Execute custom install script
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml

View File

@@ -0,0 +1,68 @@
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Override CMake install command with custom implementation using symlinks instead of copying resources
-- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
-- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
-- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "1.1.1f")
-- Found FastRTPS: /opt/ros/foxy/include
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
-- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
-- 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 - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found ament_lint_auto: 0.9.8 (/opt/ros/foxy/share/ament_lint_auto/cmake)
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
-- Configured cppcheck include dirs:
-- Configured cppcheck exclude dirs and/or files:
-- Added test 'lint_cmake' to check CMake code style
-- Added test 'uncrustify' to check C / C++ code style
-- Configured uncrustify additional arguments:
-- Added test 'xmllint' to check XML markup files
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/ros2_ws/build/drone_sensors
Scanning dependencies of target height_sensor
[ 50%] Building CXX object CMakeFiles/height_sensor.dir/src/height_sensor.cpp.o
[100%] Linking CXX executable height_sensor
[100%] Built target height_sensor
-- Install configuration: "RELWITHDEBINFO"
-- Execute custom install script
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml

View File

@@ -0,0 +1,74 @@
[0.129s] Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/drone_sensors -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/drone_sensors
[1.385s] -- The C compiler identification is GNU 9.4.0
[2.193s] -- The CXX compiler identification is GNU 9.4.0
[2.228s] -- Check for working C compiler: /usr/bin/cc
[2.596s] -- Check for working C compiler: /usr/bin/cc -- works
[2.608s] -- Detecting C compiler ABI info
[2.931s] -- Detecting C compiler ABI info - done
[2.970s] -- Detecting C compile features
[2.975s] -- Detecting C compile features - done
[2.987s] -- Check for working CXX compiler: /usr/bin/c++
[3.330s] -- Check for working CXX compiler: /usr/bin/c++ -- works
[3.337s] -- Detecting CXX compiler ABI info
[3.690s] -- Detecting CXX compiler ABI info - done
[3.729s] -- Detecting CXX compile features
[3.732s] -- Detecting CXX compile features - done
[3.749s] -- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
[3.908s] -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3")
[3.910s] -- Using PYTHON_EXECUTABLE: /usr/bin/python3
[4.836s] -- Override CMake install command with custom implementation using symlinks instead of copying resources
[5.082s] -- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
[5.414s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
[5.473s] -- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
[5.821s] -- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "1.1.1f")
[5.937s] -- Found FastRTPS: /opt/ros/foxy/include
[6.308s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
[6.658s] -- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
[6.666s] -- Using RMW implementation 'rmw_fastrtps_cpp' as default
[6.673s] -- Looking for pthread.h
[6.991s] -- Looking for pthread.h - found
[6.993s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[7.287s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
[7.289s] -- Looking for pthread_create in pthreads
[7.531s] -- Looking for pthread_create in pthreads - not found
[7.533s] -- Looking for pthread_create in pthread
[7.833s] -- Looking for pthread_create in pthread - found
[7.838s] -- Found Threads: TRUE
[8.555s] -- Found ament_lint_auto: 0.9.8 (/opt/ros/foxy/share/ament_lint_auto/cmake)
[9.023s] -- Added test 'cppcheck' to perform static code analysis on C / C++ code
[9.025s] -- Configured cppcheck include dirs:
[9.027s] -- Configured cppcheck exclude dirs and/or files:
[9.029s] -- Added test 'lint_cmake' to check CMake code style
[9.036s] -- Added test 'uncrustify' to check C / C++ code style
[9.038s] -- Configured uncrustify additional arguments:
[9.040s] -- Added test 'xmllint' to check XML markup files
[9.065s] -- Configuring done
[9.095s] -- Generating done
[9.101s] -- Build files have been written to: /home/ubuntu/ros2_ws/build/drone_sensors
[9.120s] Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/drone_sensors -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/drone_sensors
[9.131s] Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[9.301s] Scanning dependencies of target height_sensor
[9.686s] [ 50%] Building CXX object CMakeFiles/height_sensor.dir/src/height_sensor.cpp.o
[37.320s] [100%] Linking CXX executable height_sensor
[38.133s] [100%] Built target height_sensor
[38.179s] Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[38.336s] Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[38.375s] -- Install configuration: "RELWITHDEBINFO"
[38.378s] -- Execute custom install script
[38.381s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
[38.420s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
[38.455s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
[38.493s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
[38.529s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
[38.565s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
[38.600s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
[38.634s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
[38.670s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
[38.706s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
[38.742s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
[38.777s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
[38.813s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
[38.849s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
[38.882s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
[38.916s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml
[38.959s] Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,268 @@
[2.890s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--cmake-args', '-DCMAKE_BUILD_TYPE=RELWITHDEBINFO', '--symlink-install', '--packages-skip', 'ros1_bridge', '--event-handlers', 'console_direct+']
[2.890s] DEBUG:colcon:Parsed command line arguments: Namespace(allow_overriding=[], ament_cmake_args=None, base_paths=['.'], build_base='build', 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, continue_on_error=False, event_handlers=['console_direct+'], executor='parallel', ignore_user_meta=False, install_base='install', log_base=None, log_level=None, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0xffffbbd6f460>>, merge_install=False, metas=['./colcon.meta'], packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_end=None, packages_ignore=None, packages_ignore_regex=None, packages_select=None, packages_select_build_failed=False, packages_select_by_dep=None, packages_select_regex=None, packages_select_test_failures=False, packages_skip=['ros1_bridge'], packages_skip_build_finished=False, packages_skip_by_dep=None, packages_skip_regex=None, packages_skip_test_passed=False, packages_skip_up_to=None, packages_start=None, packages_up_to=None, packages_up_to_regex=None, parallel_workers=4, paths=None, symlink_install=True, test_result_base=None, verb_extension=<colcon_core.verb.build.BuildVerb object at 0xffffbbd6f460>, verb_name='build', verb_parser=<colcon_defaults.argument_parser.defaults.DefaultArgumentsDecorator object at 0xffffbbc22d60>)
[3.270s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[3.270s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[3.270s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[3.271s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[3.271s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[3.271s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[3.271s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ubuntu/ros2_ws'
[3.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[3.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[3.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[3.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[3.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[3.273s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[3.273s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[3.273s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[3.273s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[3.424s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[3.425s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[3.425s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[3.425s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[3.425s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[3.426s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[3.426s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[3.427s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[3.427s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[3.428s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[3.428s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[3.428s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[3.428s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[3.429s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[3.429s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[3.429s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[3.429s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[3.430s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[3.430s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[3.430s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[3.430s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[3.430s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[3.430s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[3.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[3.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[3.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[3.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[3.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[3.435s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['ignore', 'ignore_ament_install']
[3.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ignore'
[3.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ignore_ament_install'
[3.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['colcon_pkg']
[3.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'colcon_pkg'
[3.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['colcon_meta']
[3.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'colcon_meta'
[3.437s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['ros']
[3.437s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ros'
[3.450s] DEBUG:colcon.colcon_core.package_identification:Package 'src/drone_sensors' with type 'ros.ament_cmake' and name 'drone_sensors'
[3.451s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['ignore', 'ignore_ament_install']
[3.452s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ignore'
[3.452s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ignore_ament_install'
[3.452s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['colcon_pkg']
[3.452s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'colcon_pkg'
[3.453s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['colcon_meta']
[3.453s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'colcon_meta'
[3.453s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['ros']
[3.453s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ros'
[3.457s] DEBUG:colcon.colcon_core.package_identification:Package 'src/px4_msgs' with type 'ros.ament_cmake' and name 'px4_msgs'
[3.458s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['ignore', 'ignore_ament_install']
[3.458s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ignore'
[3.458s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ignore_ament_install'
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['colcon_pkg']
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'colcon_pkg'
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['colcon_meta']
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'colcon_meta'
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['ros']
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ros'
[3.465s] DEBUG:colcon.colcon_core.package_identification:Package 'src/px4_ros_com' with type 'ros.ament_cmake' and name 'px4_ros_com'
[3.466s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[3.466s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[3.466s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[3.466s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[3.466s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[3.484s] WARNING:colcon.colcon_core.package_selection:ignoring unknown package 'ros1_bridge' in --packages-skip
[3.745s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[3.745s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[3.814s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 168 installed packages in /opt/ros/foxy
[3.820s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[4.030s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[4.030s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_target' from command line to 'None'
[4.030s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[4.030s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_clean_cache' from command line to 'False'
[4.031s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_clean_first' from command line to 'False'
[4.031s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_force_configure' from command line to 'False'
[4.031s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'ament_cmake_args' from command line to 'None'
[4.031s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'catkin_cmake_args' from command line to 'None'
[4.031s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'catkin_skip_building_tests' from command line to 'False'
[4.031s] DEBUG:colcon.colcon_core.verb:Building package 'drone_sensors' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/drone_sensors', '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/ubuntu/ros2_ws/install/drone_sensors', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/drone_sensors', 'symlink_install': True, 'test_result_base': None}
[4.067s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[4.068s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_target' from command line to 'None'
[4.068s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[4.068s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_clean_cache' from command line to 'False'
[4.068s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_clean_first' from command line to 'False'
[4.068s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_force_configure' from command line to 'False'
[4.068s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'ament_cmake_args' from command line to 'None'
[4.068s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'catkin_cmake_args' from command line to 'None'
[4.068s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'catkin_skip_building_tests' from command line to 'False'
[4.068s] DEBUG:colcon.colcon_core.verb:Building package 'px4_msgs' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/px4_msgs', '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/ubuntu/ros2_ws/install/px4_msgs', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/px4_msgs', 'symlink_install': True, 'test_result_base': None}
[4.103s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[4.104s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_target' from command line to 'None'
[4.104s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[4.104s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_clean_cache' from command line to 'False'
[4.104s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_clean_first' from command line to 'False'
[4.104s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_force_configure' from command line to 'False'
[4.104s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'ament_cmake_args' from command line to 'None'
[4.104s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'catkin_cmake_args' from command line to 'None'
[4.104s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'catkin_skip_building_tests' from command line to 'False'
[4.104s] DEBUG:colcon.colcon_core.verb:Building package 'px4_ros_com' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/px4_ros_com', '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/ubuntu/ros2_ws/install/px4_ros_com', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/px4_ros_com', 'symlink_install': True, 'test_result_base': None}
[4.113s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[4.167s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[4.168s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/px4_msgs' with build type 'ament_cmake'
[4.169s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/px4_msgs'
[4.223s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[4.223s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[4.224s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[4.277s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/drone_sensors' with build type 'ament_cmake'
[4.278s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/drone_sensors'
[4.308s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[4.309s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[4.366s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_msgs -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_msgs
[4.409s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/drone_sensors -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/drone_sensors
[13.399s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/drone_sensors -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/drone_sensors
[13.411s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[24.305s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_msgs -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_msgs
[24.309s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
[42.459s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[42.616s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[43.231s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(drone_sensors)
[43.240s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[43.304s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake module files
[43.306s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake config files
[43.309s] Level 1:colcon.colcon_core.shell:create_environment_hook('drone_sensors', 'cmake_prefix_path')
[43.336s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.ps1'
[43.343s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.dsv'
[43.346s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.sh'
[43.351s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib'
[43.353s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[43.354s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/pkgconfig/drone_sensors.pc'
[43.357s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/python3.8/site-packages'
[43.358s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[43.413s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.ps1'
[43.425s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv'
[43.435s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.sh'
[43.441s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.bash'
[43.451s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.zsh'
[43.464s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/drone_sensors/share/colcon-core/packages/drone_sensors)
[43.611s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(drone_sensors)
[43.644s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake module files
[43.647s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake config files
[43.650s] Level 1:colcon.colcon_core.shell:create_environment_hook('drone_sensors', 'cmake_prefix_path')
[43.677s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.ps1'
[43.680s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.dsv'
[43.682s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.sh'
[43.685s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib'
[43.686s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[43.686s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/pkgconfig/drone_sensors.pc'
[43.687s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/python3.8/site-packages'
[43.688s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[43.715s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.ps1'
[43.719s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv'
[43.721s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.sh'
[43.724s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.bash'
[43.726s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.zsh'
[43.728s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/drone_sensors/share/colcon-core/packages/drone_sensors)
[1375.816s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
[1395.852s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
[1500.826s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_msgs)
[1500.843s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
[1500.858s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake module files
[1500.861s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake config files
[1500.989s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'cmake_prefix_path')
[1501.013s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.ps1'
[1501.015s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.dsv'
[1501.016s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.sh'
[1501.018s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib'
[1501.019s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'ld_library_path_lib')
[1501.042s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.ps1'
[1501.043s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.dsv'
[1501.044s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.sh'
[1501.046s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[1501.046s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/pkgconfig/px4_msgs.pc'
[1501.047s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages'
[1501.047s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'pythonpath')
[1501.070s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.ps1'
[1501.072s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.dsv'
[1501.073s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.sh'
[1501.075s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[1501.098s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.ps1'
[1501.100s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.dsv'
[1501.102s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.sh'
[1501.104s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.bash'
[1501.105s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.zsh'
[1501.107s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_msgs/share/colcon-core/packages/px4_msgs)
[1521.153s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_msgs)
[1521.181s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake module files
[1521.184s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake config files
[1521.305s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'cmake_prefix_path')
[1521.328s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.ps1'
[1521.330s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.dsv'
[1521.331s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.sh'
[1521.333s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib'
[1521.334s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'ld_library_path_lib')
[1521.357s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.ps1'
[1521.359s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.dsv'
[1521.360s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.sh'
[1521.362s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[1521.362s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/pkgconfig/px4_msgs.pc'
[1521.363s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages'
[1521.363s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'pythonpath')
[1521.386s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.ps1'
[1521.388s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.dsv'
[1521.390s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.sh'
[1521.392s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[1521.416s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.ps1'
[1521.419s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.dsv'
[1521.421s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.sh'
[1521.423s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.bash'
[1521.425s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.zsh'
[1521.427s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_msgs/share/colcon-core/packages/px4_msgs)
[1521.429s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/px4_ros_com' with build type 'ament_cmake'
[1521.430s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/px4_ros_com'
[1521.454s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1521.454s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1521.564s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_ros_com -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_ros_com
[1534.808s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '0': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_ros_com -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_ros_com
[1534.819s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[10284.601s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[10285.718s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_ros_com)
[10285.747s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com' for CMake module files
[10285.752s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com' for CMake config files
[10285.755s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/bin'
[10285.755s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/lib/pkgconfig/px4_ros_com.pc'
[10285.756s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/lib/python3.8/site-packages'
[10285.756s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/bin'
[10285.784s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.ps1'
[10285.800s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.dsv'
[10285.810s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.sh'
[10285.812s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.bash'
[10285.822s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.zsh'
[10285.826s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_ros_com/share/colcon-core/packages/px4_ros_com)
[10285.838s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[10285.839s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[10285.840s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2'
[10285.840s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[10285.957s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send'
[10285.957s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[10285.958s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[10285.958s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[10285.975s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[10285.976s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[10286.006s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.ps1'
[10286.012s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ubuntu/ros2_ws/install/_local_setup_util_ps1.py'
[10286.018s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.ps1'
[10286.045s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.sh'
[10286.048s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ubuntu/ros2_ws/install/_local_setup_util_sh.py'
[10286.050s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.sh'
[10286.077s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.bash'
[10286.080s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.bash'
[10286.106s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.zsh'
[10286.108s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.zsh'

View File

@@ -0,0 +1,6 @@
Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_msgs -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_msgs
Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_msgs -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_msgs
Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_ros_com -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_ros_com
Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '0': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_ros_com -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_ros_com
Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4

View File

@@ -0,0 +1,13 @@
openjdk version "11.0.18" 2023-01-17
OpenJDK Runtime Environment (build 11.0.18+10-post-Ubuntu-0ubuntu120.04.1)
OpenJDK 64-Bit Server VM (build 11.0.18+10-post-Ubuntu-0ubuntu120.04.1, mixed mode)
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [CMakeFiles/offboard_control.dir/build.make:63: CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/offboard_control.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [CMakeFiles/frame_transforms.dir/build.make:63: CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:88: CMakeFiles/frame_transforms.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

View File

@@ -0,0 +1,158 @@
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test COMPILER_SUPPORTS_CXX17
-- Performing Test COMPILER_SUPPORTS_CXX17 - Success
-- Performing Test COMPILER_SUPPORTS_CXX14
-- Performing Test COMPILER_SUPPORTS_CXX14 - Success
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX0X
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success
-- Using C++17 compiler
-- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Override CMake install command with custom implementation using symlinks instead of copying resources
-- Found builtin_interfaces: 1.0.0 (/opt/ros/foxy/share/builtin_interfaces/cmake)
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
-- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
-- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "1.1.1f")
-- Found FastRTPS: /opt/ros/foxy/include
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
-- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
-- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
-- 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 - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found rmw_fastrtps_cpp: 1.3.1 (/opt/ros/foxy/share/rmw_fastrtps_cpp/cmake)
-- Found px4_msgs: 2.0.1 (/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/cmake)
-- Found sensor_msgs: 2.0.5 (/opt/ros/foxy/share/sensor_msgs/cmake)
-- Found eigen3_cmake_module: 0.1.1 (/opt/ros/foxy/share/eigen3_cmake_module/cmake)
-- fastrtpsgen found in /usr/local/bin
-- fastrtpsgen version 1.0.4
-- px4_msgs message dir under /home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/msg
-- IDL definitions under /home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/msg
-- Retrieving list of msgs to send...
-- List of msgs to send: DebugArray, DebugKeyValue, DebugValue, DebugVect, OffboardControlMode, OnboardComputerStatus, OpticalFlow, PositionSetpoint, PositionSetpointTriplet, TelemetryStatus, Timesync, TrajectoryBezier, VehicleCommand, VehicleLocalPositionSetpoint, VehicleTrajectoryBezier, VehicleTrajectoryWaypoint, TrajectorySetpoint, VehicleMocapOdometry, VehicleVisualOdometry
-- Retrieving list of msgs to receive...
-- List of msgs to receive: CollisionConstraints, SensorCombined, Timesync, TimesyncStatus, TrajectoryWaypoint, VehicleControlMode, VehicleOdometry, VehicleStatus
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/ros2_ws/build/px4_ros_com
Scanning dependencies of target offboard_control
Scanning dependencies of target vehicle_gps_position_listener
Scanning dependencies of target frame_transforms
[ 1%] Generating micro-RTPS agent code...
[ 2%] Building CXX object CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o
[ 3%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[ 4%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
Scanning dependencies of target micrortps_agent
[ 5%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_agent.cpp.o
[ 6%] Linking CXX executable vehicle_gps_position_listener
[ 6%] Built target vehicle_gps_position_listener
[ 7%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/RtpsTopics.cpp.o
[ 8%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArray.cpp.o
[ 9%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArrayPubSubTypes.cpp.o
[ 10%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValue.cpp.o
[ 11%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValuePubSubTypes.cpp.o
[ 12%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValue.cpp.o
[ 13%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValuePubSubTypes.cpp.o
[ 14%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVect.cpp.o
[ 15%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVectPubSubTypes.cpp.o
[ 16%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlMode.cpp.o
[ 17%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlModePubSubTypes.cpp.o
[ 18%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatus.cpp.o
[ 19%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatusPubSubTypes.cpp.o
[ 20%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlow.cpp.o
[ 21%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlowPubSubTypes.cpp.o
[ 22%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpoint.cpp.o
[ 23%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_timesync.cpp.o
[ 24%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_transport.cpp.o
[ 25%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointPubSubTypes.cpp.o
[ 26%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTriplet.cpp.o
[ 27%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTripletPubSubTypes.cpp.o
[ 28%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatus.cpp.o
[ 29%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatusPubSubTypes.cpp.o
[ 30%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync.cpp.o
[ 31%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncPubSubTypes.cpp.o
[ 32%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezier.cpp.o
[ 33%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezierPubSubTypes.cpp.o
[ 34%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommand.cpp.o
[ 35%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommandPubSubTypes.cpp.o
[ 36%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpoint.cpp.o
[ 37%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpointPubSubTypes.cpp.o
[ 38%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezier.cpp.o
[ 39%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezierPubSubTypes.cpp.o
[ 40%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypoint.cpp.o
[ 41%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointPubSubTypes.cpp.o
[ 42%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpoint.cpp.o
[ 43%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpointPubSubTypes.cpp.o
[ 44%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometry.cpp.o
[ 45%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometryPubSubTypes.cpp.o
[ 46%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometry.cpp.o
[ 47%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometryPubSubTypes.cpp.o
[ 48%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraints.cpp.o
[ 50%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraintsPubSubTypes.cpp.o
[ 51%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatus.cpp.o
[ 52%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombinedPubSubTypes.cpp.o
[ 53%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatusPubSubTypes.cpp.o
[ 54%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombined.cpp.o
[ 55%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypoint.cpp.o
[ 56%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypointPubSubTypes.cpp.o
[ 57%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlMode.cpp.o
[ 58%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlModePubSubTypes.cpp.o
[ 59%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometry.cpp.o
[ 60%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometryPubSubTypes.cpp.o
[ 61%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatus.cpp.o
[ 62%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatusPubSubTypes.cpp.o
[ 63%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesired.cpp.o
[ 64%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesiredPubSubTypes.cpp.o
[ 65%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraints_Publisher.cpp.o
[ 66%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombined_Publisher.cpp.o
[ 67%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync_Publisher.cpp.o
[ 68%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatus_Publisher.cpp.o
[ 69%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypoint_Publisher.cpp.o
[ 70%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlMode_Publisher.cpp.o
[ 71%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometry_Publisher.cpp.o
[ 72%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatus_Publisher.cpp.o
[ 73%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesired_Publisher.cpp.o
[ 74%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArray_Subscriber.cpp.o
[ 75%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValue_Subscriber.cpp.o
[ 76%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValue_Subscriber.cpp.o
[ 77%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlMode_Subscriber.cpp.o
[ 78%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVect_Subscriber.cpp.o
[ 79%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatus_Subscriber.cpp.o
[ 80%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlow_Subscriber.cpp.o
[ 82%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTriplet_Subscriber.cpp.o
[ 82%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpoint_Subscriber.cpp.o
[ 83%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatus_Subscriber.cpp.o
[ 84%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync_Subscriber.cpp.o
[ 85%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommand_Subscriber.cpp.o
[ 86%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezier_Subscriber.cpp.o
[ 87%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpoint_Subscriber.cpp.o
[ 88%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezier_Subscriber.cpp.o
[ 89%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypoint_Subscriber.cpp.o
[ 90%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpoint_Subscriber.cpp.o
[ 91%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometry_Subscriber.cpp.o
[ 92%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometry_Subscriber.cpp.o
[ 93%] Linking CXX executable micrortps_agent
[ 93%] Built target micrortps_agent

View File

@@ -0,0 +1,171 @@
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test COMPILER_SUPPORTS_CXX17
-- Performing Test COMPILER_SUPPORTS_CXX17 - Success
-- Performing Test COMPILER_SUPPORTS_CXX14
-- Performing Test COMPILER_SUPPORTS_CXX14 - Success
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX0X
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success
-- Using C++17 compiler
-- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Override CMake install command with custom implementation using symlinks instead of copying resources
-- Found builtin_interfaces: 1.0.0 (/opt/ros/foxy/share/builtin_interfaces/cmake)
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
-- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
-- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "1.1.1f")
-- Found FastRTPS: /opt/ros/foxy/include
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
-- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
-- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
-- 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 - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found rmw_fastrtps_cpp: 1.3.1 (/opt/ros/foxy/share/rmw_fastrtps_cpp/cmake)
-- Found px4_msgs: 2.0.1 (/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/cmake)
-- Found sensor_msgs: 2.0.5 (/opt/ros/foxy/share/sensor_msgs/cmake)
-- Found eigen3_cmake_module: 0.1.1 (/opt/ros/foxy/share/eigen3_cmake_module/cmake)
-- fastrtpsgen found in /usr/local/bin
openjdk version "11.0.18" 2023-01-17
OpenJDK Runtime Environment (build 11.0.18+10-post-Ubuntu-0ubuntu120.04.1)
OpenJDK 64-Bit Server VM (build 11.0.18+10-post-Ubuntu-0ubuntu120.04.1, mixed mode)
-- fastrtpsgen version 1.0.4
-- px4_msgs message dir under /home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/msg
-- IDL definitions under /home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/msg
-- Retrieving list of msgs to send...
-- List of msgs to send: DebugArray, DebugKeyValue, DebugValue, DebugVect, OffboardControlMode, OnboardComputerStatus, OpticalFlow, PositionSetpoint, PositionSetpointTriplet, TelemetryStatus, Timesync, TrajectoryBezier, VehicleCommand, VehicleLocalPositionSetpoint, VehicleTrajectoryBezier, VehicleTrajectoryWaypoint, TrajectorySetpoint, VehicleMocapOdometry, VehicleVisualOdometry
-- Retrieving list of msgs to receive...
-- List of msgs to receive: CollisionConstraints, SensorCombined, Timesync, TimesyncStatus, TrajectoryWaypoint, VehicleControlMode, VehicleOdometry, VehicleStatus
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/ros2_ws/build/px4_ros_com
Scanning dependencies of target offboard_control
Scanning dependencies of target vehicle_gps_position_listener
Scanning dependencies of target frame_transforms
[ 1%] Generating micro-RTPS agent code...
[ 2%] Building CXX object CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o
[ 3%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[ 4%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [CMakeFiles/offboard_control.dir/build.make:63: CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/offboard_control.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [CMakeFiles/frame_transforms.dir/build.make:63: CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:88: CMakeFiles/frame_transforms.dir/all] Error 2
Scanning dependencies of target micrortps_agent
[ 5%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_agent.cpp.o
[ 6%] Linking CXX executable vehicle_gps_position_listener
[ 6%] Built target vehicle_gps_position_listener
[ 7%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/RtpsTopics.cpp.o
[ 8%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArray.cpp.o
[ 9%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArrayPubSubTypes.cpp.o
[ 10%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValue.cpp.o
[ 11%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValuePubSubTypes.cpp.o
[ 12%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValue.cpp.o
[ 13%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValuePubSubTypes.cpp.o
[ 14%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVect.cpp.o
[ 15%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVectPubSubTypes.cpp.o
[ 16%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlMode.cpp.o
[ 17%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlModePubSubTypes.cpp.o
[ 18%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatus.cpp.o
[ 19%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatusPubSubTypes.cpp.o
[ 20%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlow.cpp.o
[ 21%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlowPubSubTypes.cpp.o
[ 22%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpoint.cpp.o
[ 23%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_timesync.cpp.o
[ 24%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_transport.cpp.o
[ 25%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointPubSubTypes.cpp.o
[ 26%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTriplet.cpp.o
[ 27%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTripletPubSubTypes.cpp.o
[ 28%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatus.cpp.o
[ 29%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatusPubSubTypes.cpp.o
[ 30%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync.cpp.o
[ 31%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncPubSubTypes.cpp.o
[ 32%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezier.cpp.o
[ 33%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezierPubSubTypes.cpp.o
[ 34%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommand.cpp.o
[ 35%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommandPubSubTypes.cpp.o
[ 36%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpoint.cpp.o
[ 37%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpointPubSubTypes.cpp.o
[ 38%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezier.cpp.o
[ 39%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezierPubSubTypes.cpp.o
[ 40%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypoint.cpp.o
[ 41%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointPubSubTypes.cpp.o
[ 42%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpoint.cpp.o
[ 43%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpointPubSubTypes.cpp.o
[ 44%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometry.cpp.o
[ 45%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometryPubSubTypes.cpp.o
[ 46%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometry.cpp.o
[ 47%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometryPubSubTypes.cpp.o
[ 48%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraints.cpp.o
[ 50%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraintsPubSubTypes.cpp.o
[ 51%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatus.cpp.o
[ 52%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombinedPubSubTypes.cpp.o
[ 53%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatusPubSubTypes.cpp.o
[ 54%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombined.cpp.o
[ 55%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypoint.cpp.o
[ 56%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypointPubSubTypes.cpp.o
[ 57%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlMode.cpp.o
[ 58%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlModePubSubTypes.cpp.o
[ 59%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometry.cpp.o
[ 60%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometryPubSubTypes.cpp.o
[ 61%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatus.cpp.o
[ 62%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatusPubSubTypes.cpp.o
[ 63%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesired.cpp.o
[ 64%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesiredPubSubTypes.cpp.o
[ 65%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraints_Publisher.cpp.o
[ 66%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombined_Publisher.cpp.o
[ 67%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync_Publisher.cpp.o
[ 68%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatus_Publisher.cpp.o
[ 69%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypoint_Publisher.cpp.o
[ 70%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlMode_Publisher.cpp.o
[ 71%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometry_Publisher.cpp.o
[ 72%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatus_Publisher.cpp.o
[ 73%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesired_Publisher.cpp.o
[ 74%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArray_Subscriber.cpp.o
[ 75%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValue_Subscriber.cpp.o
[ 76%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValue_Subscriber.cpp.o
[ 77%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlMode_Subscriber.cpp.o
[ 78%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVect_Subscriber.cpp.o
[ 79%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatus_Subscriber.cpp.o
[ 80%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlow_Subscriber.cpp.o
[ 82%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTriplet_Subscriber.cpp.o
[ 82%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpoint_Subscriber.cpp.o
[ 83%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatus_Subscriber.cpp.o
[ 84%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync_Subscriber.cpp.o
[ 85%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommand_Subscriber.cpp.o
[ 86%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezier_Subscriber.cpp.o
[ 87%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpoint_Subscriber.cpp.o
[ 88%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezier_Subscriber.cpp.o
[ 89%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypoint_Subscriber.cpp.o
[ 90%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpoint_Subscriber.cpp.o
[ 91%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometry_Subscriber.cpp.o
[ 92%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometry_Subscriber.cpp.o
[ 93%] Linking CXX executable micrortps_agent
[ 93%] Built target micrortps_agent
make: *** [Makefile:141: all] Error 2

View File

@@ -0,0 +1,175 @@
[0.084s] Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_ros_com -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_ros_com
[0.377s] -- The C compiler identification is GNU 9.4.0
[1.163s] -- The CXX compiler identification is GNU 9.4.0
[1.196s] -- Check for working C compiler: /usr/bin/cc
[1.478s] -- Check for working C compiler: /usr/bin/cc -- works
[1.487s] -- Detecting C compiler ABI info
[1.777s] -- Detecting C compiler ABI info - done
[1.819s] -- Detecting C compile features
[1.821s] -- Detecting C compile features - done
[1.835s] -- Check for working CXX compiler: /usr/bin/c++
[2.147s] -- Check for working CXX compiler: /usr/bin/c++ -- works
[2.152s] -- Detecting CXX compiler ABI info
[2.471s] -- Detecting CXX compiler ABI info - done
[2.509s] -- Detecting CXX compile features
[2.511s] -- Detecting CXX compile features - done
[2.523s] -- Performing Test COMPILER_SUPPORTS_CXX17
[2.833s] -- Performing Test COMPILER_SUPPORTS_CXX17 - Success
[2.836s] -- Performing Test COMPILER_SUPPORTS_CXX14
[3.149s] -- Performing Test COMPILER_SUPPORTS_CXX14 - Success
[3.152s] -- Performing Test COMPILER_SUPPORTS_CXX11
[3.458s] -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
[3.461s] -- Performing Test COMPILER_SUPPORTS_CXX0X
[3.774s] -- Performing Test COMPILER_SUPPORTS_CXX0X - Success
[3.776s] -- Using C++17 compiler
[3.803s] -- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
[3.948s] -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3")
[3.949s] -- Using PYTHON_EXECUTABLE: /usr/bin/python3
[5.447s] -- Override CMake install command with custom implementation using symlinks instead of copying resources
[5.700s] -- Found builtin_interfaces: 1.0.0 (/opt/ros/foxy/share/builtin_interfaces/cmake)
[5.893s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
[5.954s] -- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
[6.348s] -- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "1.1.1f")
[6.466s] -- Found FastRTPS: /opt/ros/foxy/include
[6.887s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
[7.154s] -- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
[7.442s] -- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
[7.453s] -- Using RMW implementation 'rmw_fastrtps_cpp' as default
[7.462s] -- Looking for pthread.h
[7.764s] -- Looking for pthread.h - found
[7.766s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[8.069s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
[8.071s] -- Looking for pthread_create in pthreads
[8.316s] -- Looking for pthread_create in pthreads - not found
[8.319s] -- Looking for pthread_create in pthread
[8.609s] -- Looking for pthread_create in pthread - found
[8.613s] -- Found Threads: TRUE
[9.327s] -- Found rmw_fastrtps_cpp: 1.3.1 (/opt/ros/foxy/share/rmw_fastrtps_cpp/cmake)
[9.799s] -- Found px4_msgs: 2.0.1 (/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/cmake)
[9.888s] -- Found sensor_msgs: 2.0.5 (/opt/ros/foxy/share/sensor_msgs/cmake)
[10.456s] -- Found eigen3_cmake_module: 0.1.1 (/opt/ros/foxy/share/eigen3_cmake_module/cmake)
[10.481s] -- fastrtpsgen found in /usr/local/bin
[11.125s] openjdk version "11.0.18" 2023-01-17
[11.127s] OpenJDK Runtime Environment (build 11.0.18+10-post-Ubuntu-0ubuntu120.04.1)
[11.129s] OpenJDK 64-Bit Server VM (build 11.0.18+10-post-Ubuntu-0ubuntu120.04.1, mixed mode)
[11.340s] -- fastrtpsgen version 1.0.4
[11.342s] -- px4_msgs message dir under /home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/msg
[11.345s] -- IDL definitions under /home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/msg
[11.348s] -- Retrieving list of msgs to send...
[11.624s] -- List of msgs to send: DebugArray, DebugKeyValue, DebugValue, DebugVect, OffboardControlMode, OnboardComputerStatus, OpticalFlow, PositionSetpoint, PositionSetpointTriplet, TelemetryStatus, Timesync, TrajectoryBezier, VehicleCommand, VehicleLocalPositionSetpoint, VehicleTrajectoryBezier, VehicleTrajectoryWaypoint, TrajectorySetpoint, VehicleMocapOdometry, VehicleVisualOdometry
[11.628s] -- Retrieving list of msgs to receive...
[11.842s] -- List of msgs to receive: CollisionConstraints, SensorCombined, Timesync, TimesyncStatus, TrajectoryWaypoint, VehicleControlMode, VehicleOdometry, VehicleStatus
[12.376s] -- Configuring done
[13.286s] -- Generating done
[13.294s] -- Build files have been written to: /home/ubuntu/ros2_ws/build/px4_ros_com
[13.328s] Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '0': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake /home/ubuntu/ros2_ws/src/px4_ros_com -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/ubuntu/ros2_ws/install/px4_ros_com
[13.338s] Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[13.519s] Scanning dependencies of target offboard_control
[13.522s] Scanning dependencies of target vehicle_gps_position_listener
[13.525s] Scanning dependencies of target frame_transforms
[13.530s] [ 1%] Generating micro-RTPS agent code...
[14.533s] [ 2%] Building CXX object CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o
[14.588s] [ 3%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[14.827s] [ 4%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
[7063.688s] c++: fatal error: Killed signal terminated program cc1plus
[7063.698s] compilation terminated.
[7063.711s] make[2]: *** [CMakeFiles/offboard_control.dir/build.make:63: CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o] Error 1
[7063.723s] make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/offboard_control.dir/all] Error 2
[7063.727s] make[1]: *** Waiting for unfinished jobs....
[8346.702s] c++: fatal error: Killed signal terminated program cc1plus
[8346.712s] compilation terminated.
[8346.713s] make[2]: *** [CMakeFiles/frame_transforms.dir/build.make:63: CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o] Error 1
[8346.716s] make[1]: *** [CMakeFiles/Makefile2:88: CMakeFiles/frame_transforms.dir/all] Error 2
[8351.367s] Scanning dependencies of target micrortps_agent
[8354.748s] [ 5%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_agent.cpp.o
[8360.717s] [ 6%] Linking CXX executable vehicle_gps_position_listener
[8362.232s] [ 6%] Built target vehicle_gps_position_listener
[8379.006s] [ 7%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/RtpsTopics.cpp.o
[8395.867s] [ 8%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArray.cpp.o
[8397.903s] [ 9%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArrayPubSubTypes.cpp.o
[8406.926s] [ 10%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValue.cpp.o
[8408.915s] [ 11%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValuePubSubTypes.cpp.o
[8417.816s] [ 12%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValue.cpp.o
[8419.795s] [ 13%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValuePubSubTypes.cpp.o
[8428.713s] [ 14%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVect.cpp.o
[8430.757s] [ 15%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVectPubSubTypes.cpp.o
[8439.758s] [ 16%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlMode.cpp.o
[8441.782s] [ 17%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlModePubSubTypes.cpp.o
[8450.742s] [ 18%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatus.cpp.o
[8453.302s] [ 19%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatusPubSubTypes.cpp.o
[8462.341s] [ 20%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlow.cpp.o
[8464.573s] [ 21%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlowPubSubTypes.cpp.o
[8468.614s] [ 22%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpoint.cpp.o
[8469.657s] [ 23%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_timesync.cpp.o
[8470.709s] [ 24%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/microRTPS_transport.cpp.o
[8471.758s] [ 25%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointPubSubTypes.cpp.o
[8472.274s] [ 26%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTriplet.cpp.o
[8476.204s] [ 27%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTripletPubSubTypes.cpp.o
[8476.332s] [ 28%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatus.cpp.o
[8480.602s] [ 29%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatusPubSubTypes.cpp.o
[8486.907s] [ 30%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync.cpp.o
[8490.419s] [ 31%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncPubSubTypes.cpp.o
[8491.583s] [ 32%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezier.cpp.o
[8495.695s] [ 33%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezierPubSubTypes.cpp.o
[8496.292s] [ 34%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommand.cpp.o
[8496.494s] [ 35%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommandPubSubTypes.cpp.o
[8499.998s] [ 36%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpoint.cpp.o
[8503.639s] [ 37%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpointPubSubTypes.cpp.o
[8506.168s] [ 38%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezier.cpp.o
[8510.214s] [ 39%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezierPubSubTypes.cpp.o
[8510.612s] [ 40%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypoint.cpp.o
[8511.470s] [ 41%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointPubSubTypes.cpp.o
[8514.080s] [ 42%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpoint.cpp.o
[8517.796s] [ 43%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpointPubSubTypes.cpp.o
[8519.702s] [ 44%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometry.cpp.o
[8523.777s] [ 45%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometryPubSubTypes.cpp.o
[8525.216s] [ 46%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometry.cpp.o
[8526.564s] [ 47%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometryPubSubTypes.cpp.o
[8529.183s] [ 48%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraints.cpp.o
[8532.803s] [ 50%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraintsPubSubTypes.cpp.o
[8543.347s] [ 51%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatus.cpp.o
[8544.191s] [ 52%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombinedPubSubTypes.cpp.o
[8545.235s] [ 53%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatusPubSubTypes.cpp.o
[8545.803s] [ 54%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombined.cpp.o
[8546.858s] [ 55%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypoint.cpp.o
[8549.191s] [ 56%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypointPubSubTypes.cpp.o
[8550.494s] [ 57%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlMode.cpp.o
[8553.985s] [ 58%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlModePubSubTypes.cpp.o
[8558.272s] [ 59%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometry.cpp.o
[8559.722s] [ 60%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometryPubSubTypes.cpp.o
[8562.261s] [ 61%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatus.cpp.o
[8564.632s] [ 62%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatusPubSubTypes.cpp.o
[8566.515s] [ 63%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesired.cpp.o
[8569.953s] [ 64%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesiredPubSubTypes.cpp.o
[8570.328s] [ 65%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/CollisionConstraints_Publisher.cpp.o
[8575.365s] [ 66%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/SensorCombined_Publisher.cpp.o
[8580.226s] [ 67%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync_Publisher.cpp.o
[8585.073s] [ 68%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TimesyncStatus_Publisher.cpp.o
[8590.190s] [ 69%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryWaypoint_Publisher.cpp.o
[8596.076s] [ 70%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleControlMode_Publisher.cpp.o
[8601.401s] [ 71%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleOdometry_Publisher.cpp.o
[8606.320s] [ 72%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleStatus_Publisher.cpp.o
[8611.751s] [ 73%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypointDesired_Publisher.cpp.o
[8617.384s] [ 74%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugArray_Subscriber.cpp.o
[8622.629s] [ 75%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugKeyValue_Subscriber.cpp.o
[8627.511s] [ 76%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugValue_Subscriber.cpp.o
[8643.401s] [ 77%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OffboardControlMode_Subscriber.cpp.o
[8643.453s] [ 78%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/DebugVect_Subscriber.cpp.o
[8645.309s] [ 79%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OnboardComputerStatus_Subscriber.cpp.o
[8650.827s] [ 80%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/OpticalFlow_Subscriber.cpp.o
[8668.572s] [ 82%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpointTriplet_Subscriber.cpp.o
[8668.575s] [ 82%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/PositionSetpoint_Subscriber.cpp.o
[8673.153s] [ 83%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TelemetryStatus_Subscriber.cpp.o
[8675.994s] [ 84%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/Timesync_Subscriber.cpp.o
[8693.501s] [ 85%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleCommand_Subscriber.cpp.o
[8694.567s] [ 86%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectoryBezier_Subscriber.cpp.o
[8696.806s] [ 87%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleLocalPositionSetpoint_Subscriber.cpp.o
[8700.595s] [ 88%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryBezier_Subscriber.cpp.o
[8717.790s] [ 89%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleTrajectoryWaypoint_Subscriber.cpp.o
[8718.984s] [ 90%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/TrajectorySetpoint_Subscriber.cpp.o
[8720.945s] [ 91%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleMocapOdometry_Subscriber.cpp.o
[8726.166s] [ 92%] Building CXX object CMakeFiles/micrortps_agent.dir/src/micrortps_agent/VehicleVisualOdometry_Subscriber.cpp.o
[8749.171s] [ 93%] Linking CXX executable micrortps_agent
[8763.029s] [ 93%] Built target micrortps_agent
[8763.067s] make: *** [Makefile:141: all] Error 2
[8763.122s] Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': AMENT_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ubuntu/ros2_ws/install/px4_msgs:/opt/ros/foxy LD_LIBRARY_PATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4

View File

@@ -0,0 +1,4 @@
Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors

View File

@@ -0,0 +1,19 @@
[100%] Built target height_sensor
-- Install configuration: "RELWITHDEBINFO"
-- Execute custom install script
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml

View File

@@ -0,0 +1,19 @@
[100%] Built target height_sensor
-- Install configuration: "RELWITHDEBINFO"
-- Execute custom install script
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml

View File

@@ -0,0 +1,23 @@
[0.149s] Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[0.923s] [100%] Built target height_sensor
[0.967s] Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[1.127s] Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[1.172s] -- Install configuration: "RELWITHDEBINFO"
[1.175s] -- Execute custom install script
[1.181s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
[1.184s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
[1.188s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
[1.191s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
[1.194s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
[1.197s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
[1.199s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
[1.202s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
[1.205s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
[1.208s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
[1.211s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
[1.213s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
[1.260s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
[1.263s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
[1.266s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
[1.269s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml
[1.284s] Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,263 @@
[2.405s] DEBUG:colcon:Command line arguments: ['/home/ubuntu/.local/bin/colcon', 'build', '--cmake-args', '-DCMAKE_BUILD_TYPE=RELWITHDEBINFO', '--symlink-install', '--packages-skip', 'ros1_bridge', '--event-handlers', 'console_direct+']
[2.405s] DEBUG:colcon:Parsed command line arguments: Namespace(allow_overriding=[], ament_cmake_args=None, base_paths=['.'], build_base='build', 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, continue_on_error=False, event_handlers=['console_direct+'], executor='parallel', ignore_user_meta=False, install_base='install', log_base=None, log_level=None, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0xffff95874e20>>, merge_install=False, metas=['./colcon.meta'], packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_end=None, packages_ignore=None, packages_ignore_regex=None, packages_select=None, packages_select_build_failed=False, packages_select_by_dep=None, packages_select_regex=None, packages_select_test_failures=False, packages_skip=['ros1_bridge'], packages_skip_build_finished=False, packages_skip_by_dep=None, packages_skip_regex=None, packages_skip_test_passed=False, packages_skip_up_to=None, packages_start=None, packages_up_to=None, packages_up_to_regex=None, parallel_workers=4, paths=None, symlink_install=True, test_result_base=None, verb_extension=<colcon_core.verb.build.BuildVerb object at 0xffff95874e20>, verb_name='build', verb_parser=<colcon_defaults.argument_parser.defaults.DefaultArgumentsDecorator object at 0xffff9574f5b0>)
[2.783s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[2.783s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[2.783s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[2.783s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[2.783s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[2.784s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[2.784s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ubuntu/ros2_ws'
[2.784s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[2.785s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[2.785s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[2.785s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[2.785s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[2.785s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[2.786s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[2.786s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[2.786s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[2.924s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[2.924s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[2.924s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[2.925s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[2.925s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[2.925s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[2.926s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[2.926s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[2.926s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[2.927s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[2.927s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[2.927s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[2.928s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[2.928s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[2.928s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[2.928s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[2.928s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[2.929s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[2.929s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[2.929s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[2.929s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[2.929s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[2.929s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[2.930s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[2.930s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[2.930s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[2.930s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[2.930s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[2.934s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['ignore', 'ignore_ament_install']
[2.935s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ignore'
[2.935s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ignore_ament_install'
[2.935s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['colcon_pkg']
[2.935s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'colcon_pkg'
[2.936s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['colcon_meta']
[2.936s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'colcon_meta'
[2.936s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['ros']
[2.936s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ros'
[2.949s] DEBUG:colcon.colcon_core.package_identification:Package 'src/drone_sensors' with type 'ros.ament_cmake' and name 'drone_sensors'
[2.951s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['ignore', 'ignore_ament_install']
[2.951s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ignore'
[2.951s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ignore_ament_install'
[2.952s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['colcon_pkg']
[2.952s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'colcon_pkg'
[2.952s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['colcon_meta']
[2.952s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'colcon_meta'
[2.953s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['ros']
[2.953s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ros'
[2.957s] DEBUG:colcon.colcon_core.package_identification:Package 'src/px4_msgs' with type 'ros.ament_cmake' and name 'px4_msgs'
[2.958s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['ignore', 'ignore_ament_install']
[2.958s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ignore'
[2.958s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ignore_ament_install'
[2.959s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['colcon_pkg']
[2.959s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'colcon_pkg'
[2.959s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['colcon_meta']
[2.959s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'colcon_meta'
[2.959s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['ros']
[2.959s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ros'
[2.965s] DEBUG:colcon.colcon_core.package_identification:Package 'src/px4_ros_com' with type 'ros.ament_cmake' and name 'px4_ros_com'
[2.965s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[2.965s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[2.965s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[2.965s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[2.966s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[2.983s] WARNING:colcon.colcon_core.package_selection:ignoring unknown package 'ros1_bridge' in --packages-skip
[3.208s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[3.208s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[3.265s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 3 installed packages in /home/ubuntu/ros2_ws/install
[3.287s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 168 installed packages in /opt/ros/foxy
[3.292s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[3.519s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[3.520s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_target' from command line to 'None'
[3.520s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[3.520s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_clean_cache' from command line to 'False'
[3.520s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_clean_first' from command line to 'False'
[3.520s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_force_configure' from command line to 'False'
[3.521s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'ament_cmake_args' from command line to 'None'
[3.521s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'catkin_cmake_args' from command line to 'None'
[3.521s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'catkin_skip_building_tests' from command line to 'False'
[3.521s] DEBUG:colcon.colcon_core.verb:Building package 'drone_sensors' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/drone_sensors', '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/ubuntu/ros2_ws/install/drone_sensors', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/drone_sensors', 'symlink_install': True, 'test_result_base': None}
[3.556s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[3.556s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_target' from command line to 'None'
[3.556s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[3.557s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_clean_cache' from command line to 'False'
[3.557s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_clean_first' from command line to 'False'
[3.557s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_force_configure' from command line to 'False'
[3.557s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'ament_cmake_args' from command line to 'None'
[3.557s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'catkin_cmake_args' from command line to 'None'
[3.557s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'catkin_skip_building_tests' from command line to 'False'
[3.557s] DEBUG:colcon.colcon_core.verb:Building package 'px4_msgs' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/px4_msgs', '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/ubuntu/ros2_ws/install/px4_msgs', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/px4_msgs', 'symlink_install': True, 'test_result_base': None}
[3.592s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[3.592s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_target' from command line to 'None'
[3.592s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[3.592s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_clean_cache' from command line to 'False'
[3.592s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_clean_first' from command line to 'False'
[3.592s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_force_configure' from command line to 'False'
[3.593s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'ament_cmake_args' from command line to 'None'
[3.593s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'catkin_cmake_args' from command line to 'None'
[3.593s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'catkin_skip_building_tests' from command line to 'False'
[3.593s] DEBUG:colcon.colcon_core.verb:Building package 'px4_ros_com' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/px4_ros_com', '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/ubuntu/ros2_ws/install/px4_ros_com', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/px4_ros_com', 'symlink_install': True, 'test_result_base': None}
[3.602s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[3.656s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[3.657s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/px4_msgs' with build type 'ament_cmake'
[3.658s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/px4_msgs'
[3.714s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[3.715s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[3.716s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[3.788s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/drone_sensors' with build type 'ament_cmake'
[3.789s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/drone_sensors'
[3.816s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[3.817s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[3.905s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
[3.939s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[4.757s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[4.917s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[5.063s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(drone_sensors)
[5.074s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[5.148s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake module files
[5.152s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake config files
[5.155s] Level 1:colcon.colcon_core.shell:create_environment_hook('drone_sensors', 'cmake_prefix_path')
[5.190s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.ps1'
[5.198s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.dsv'
[5.202s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.sh'
[5.208s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib'
[5.209s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[5.210s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/pkgconfig/drone_sensors.pc'
[5.211s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/python3.8/site-packages'
[5.212s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[5.246s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.ps1'
[5.254s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv'
[5.259s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.sh'
[5.264s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.bash'
[5.270s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.zsh'
[5.276s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/drone_sensors/share/colcon-core/packages/drone_sensors)
[5.428s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(drone_sensors)
[5.469s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake module files
[5.472s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake config files
[5.476s] Level 1:colcon.colcon_core.shell:create_environment_hook('drone_sensors', 'cmake_prefix_path')
[5.511s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.ps1'
[5.513s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.dsv'
[5.516s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.sh'
[5.520s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib'
[5.521s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[5.522s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/pkgconfig/drone_sensors.pc'
[5.523s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/python3.8/site-packages'
[5.524s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[5.559s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.ps1'
[5.562s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv'
[5.565s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.sh'
[5.569s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.bash'
[5.572s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.zsh'
[5.575s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/drone_sensors/share/colcon-core/packages/drone_sensors)
[9.558s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
[31.183s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
[38.184s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_msgs)
[38.201s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
[38.220s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake module files
[38.224s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake config files
[38.345s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'cmake_prefix_path')
[38.368s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.ps1'
[38.370s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.dsv'
[38.372s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.sh'
[38.374s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib'
[38.375s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'ld_library_path_lib')
[38.398s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.ps1'
[38.400s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.dsv'
[38.401s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.sh'
[38.403s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[38.403s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/pkgconfig/px4_msgs.pc'
[38.404s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages'
[38.404s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'pythonpath')
[38.427s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.ps1'
[38.429s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.dsv'
[38.431s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.sh'
[38.433s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[38.457s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.ps1'
[38.460s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.dsv'
[38.461s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.sh'
[38.464s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.bash'
[38.465s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.zsh'
[38.467s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_msgs/share/colcon-core/packages/px4_msgs)
[60.111s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_msgs)
[60.139s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake module files
[60.142s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake config files
[60.262s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'cmake_prefix_path')
[60.285s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.ps1'
[60.287s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.dsv'
[60.289s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.sh'
[60.291s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib'
[60.292s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'ld_library_path_lib')
[60.315s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.ps1'
[60.317s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.dsv'
[60.318s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.sh'
[60.320s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[60.320s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/pkgconfig/px4_msgs.pc'
[60.321s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages'
[60.321s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'pythonpath')
[60.344s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.ps1'
[60.346s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.dsv'
[60.348s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.sh'
[60.350s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[60.374s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.ps1'
[60.376s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.dsv'
[60.379s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.sh'
[60.381s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.bash'
[60.383s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.zsh'
[60.385s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_msgs/share/colcon-core/packages/px4_msgs)
[60.386s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/px4_ros_com' with build type 'ament_cmake'
[60.387s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/px4_ros_com'
[60.411s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[60.412s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[60.527s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[1844.147s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[1845.340s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_ros_com)
[1845.369s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com' for CMake module files
[1845.375s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com' for CMake config files
[1845.380s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/bin'
[1845.380s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/lib/pkgconfig/px4_ros_com.pc'
[1845.381s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/lib/python3.8/site-packages'
[1845.382s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/bin'
[1845.409s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.ps1'
[1845.425s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.dsv'
[1845.435s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.sh'
[1845.438s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.bash'
[1845.448s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.zsh'
[1845.452s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_ros_com/share/colcon-core/packages/px4_ros_com)
[1845.464s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[1845.465s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[1845.465s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2'
[1845.465s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[1845.587s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send'
[1845.587s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[1845.588s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[1845.588s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[1845.750s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[1845.750s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[1845.780s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.ps1'
[1845.788s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ubuntu/ros2_ws/install/_local_setup_util_ps1.py'
[1845.793s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.ps1'
[1845.823s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.sh'
[1845.827s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ubuntu/ros2_ws/install/_local_setup_util_sh.py'
[1845.829s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.sh'
[1845.857s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.bash'
[1845.860s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.bash'
[1845.888s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.zsh'
[1845.891s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.zsh'

View File

@@ -0,0 +1,4 @@
Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4

View File

@@ -0,0 +1,6 @@
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [CMakeFiles/offboard_control.dir/build.make:63: CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/offboard_control.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:141: all] Error 2

View File

@@ -0,0 +1,14 @@
[ 3%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[ 3%] Built target vehicle_gps_position_listener
[ 4%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
[ 93%] Built target micrortps_agent
Scanning dependencies of target debug_vect_advertiser
Scanning dependencies of target sensor_combined_listener
[ 94%] Building CXX object CMakeFiles/sensor_combined_listener.dir/src/examples/listeners/sensor_combined_listener.cpp.o
[ 95%] Building CXX object CMakeFiles/debug_vect_advertiser.dir/src/examples/advertisers/debug_vect_advertiser.cpp.o
[ 96%] Linking CXX executable debug_vect_advertiser
[ 96%] Built target debug_vect_advertiser
[ 97%] Linking CXX executable sensor_combined_listener
[ 98%] Linking CXX shared library libframe_transforms.so
[ 98%] Built target sensor_combined_listener
[ 98%] Built target frame_transforms

View File

@@ -0,0 +1,20 @@
[ 3%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[ 3%] Built target vehicle_gps_position_listener
[ 4%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
[ 93%] Built target micrortps_agent
Scanning dependencies of target debug_vect_advertiser
Scanning dependencies of target sensor_combined_listener
[ 94%] Building CXX object CMakeFiles/sensor_combined_listener.dir/src/examples/listeners/sensor_combined_listener.cpp.o
[ 95%] Building CXX object CMakeFiles/debug_vect_advertiser.dir/src/examples/advertisers/debug_vect_advertiser.cpp.o
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [CMakeFiles/offboard_control.dir/build.make:63: CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/offboard_control.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 96%] Linking CXX executable debug_vect_advertiser
[ 96%] Built target debug_vect_advertiser
[ 97%] Linking CXX executable sensor_combined_listener
[ 98%] Linking CXX shared library libframe_transforms.so
[ 98%] Built target sensor_combined_listener
[ 98%] Built target frame_transforms
make: *** [Makefile:141: all] Error 2

View File

@@ -0,0 +1,22 @@
[0.095s] Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[0.475s] [ 3%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[0.477s] [ 3%] Built target vehicle_gps_position_listener
[0.505s] [ 4%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
[0.648s] [ 93%] Built target micrortps_agent
[1.383s] Scanning dependencies of target debug_vect_advertiser
[1.384s] Scanning dependencies of target sensor_combined_listener
[1.494s] [ 94%] Building CXX object CMakeFiles/sensor_combined_listener.dir/src/examples/listeners/sensor_combined_listener.cpp.o
[1.503s] [ 95%] Building CXX object CMakeFiles/debug_vect_advertiser.dir/src/examples/advertisers/debug_vect_advertiser.cpp.o
[1597.514s] c++: fatal error: Killed signal terminated program cc1plus
[1597.548s] compilation terminated.
[1597.552s] make[2]: *** [CMakeFiles/offboard_control.dir/build.make:63: CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o] Error 1
[1597.577s] make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/offboard_control.dir/all] Error 2
[1597.580s] make[1]: *** Waiting for unfinished jobs....
[1614.335s] [ 96%] Linking CXX executable debug_vect_advertiser
[1615.496s] [ 96%] Built target debug_vect_advertiser
[1634.782s] [ 97%] Linking CXX executable sensor_combined_listener
[1635.465s] [ 98%] Linking CXX shared library libframe_transforms.so
[1635.789s] [ 98%] Built target sensor_combined_listener
[1783.658s] [ 98%] Built target frame_transforms
[1783.678s] make: *** [Makefile:141: all] Error 2
[1783.715s] Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4

View File

@@ -0,0 +1,4 @@
Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors

View File

@@ -0,0 +1,19 @@
[100%] Built target height_sensor
-- Install configuration: "RELWITHDEBINFO"
-- Execute custom install script
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml

View File

@@ -0,0 +1,19 @@
[100%] Built target height_sensor
-- Install configuration: "RELWITHDEBINFO"
-- Execute custom install script
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
-- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
-- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml

View File

@@ -0,0 +1,23 @@
[0.160s] Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[0.553s] [100%] Built target height_sensor
[0.600s] Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[0.769s] Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[0.811s] -- Install configuration: "RELWITHDEBINFO"
[0.814s] -- Execute custom install script
[0.820s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/lib/drone_sensors/height_sensor
[0.822s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/package_run_dependencies/drone_sensors
[0.826s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/parent_prefix_path/drone_sensors
[0.830s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.sh
[0.833s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/ament_prefix_path.dsv
[0.836s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.sh
[0.839s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/environment/path.dsv
[0.842s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.bash
[0.845s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.sh
[0.848s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.zsh
[0.851s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/local_setup.dsv
[0.853s] -- Symlinking: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv
[0.897s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/ament_index/resource_index/packages/drone_sensors
[0.901s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig.cmake
[0.904s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/cmake/drone_sensorsConfig-version.cmake
[0.906s] -- Up-to-date symlink: /home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.xml
[0.923s] Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,262 @@
[2.926s] DEBUG:colcon:Command line arguments: ['/home/ubuntu/.local/bin/colcon', 'build', '--cmake-args', '-DCMAKE_BUILD_TYPE=RELWITHDEBINFO', '--symlink-install', '--event-handlers', 'console_direct+']
[2.927s] DEBUG:colcon:Parsed command line arguments: Namespace(allow_overriding=[], ament_cmake_args=None, base_paths=['.'], build_base='build', 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, continue_on_error=False, event_handlers=['console_direct+'], executor='parallel', ignore_user_meta=False, install_base='install', log_base=None, log_level=None, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0xffff82194fa0>>, merge_install=False, metas=['./colcon.meta'], packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_end=None, packages_ignore=None, packages_ignore_regex=None, packages_select=None, packages_select_build_failed=False, packages_select_by_dep=None, packages_select_regex=None, packages_select_test_failures=False, packages_skip=None, packages_skip_build_finished=False, packages_skip_by_dep=None, packages_skip_regex=None, packages_skip_test_passed=False, packages_skip_up_to=None, packages_start=None, packages_up_to=None, packages_up_to_regex=None, parallel_workers=4, paths=None, symlink_install=True, test_result_base=None, verb_extension=<colcon_core.verb.build.BuildVerb object at 0xffff82194fa0>, verb_name='build', verb_parser=<colcon_defaults.argument_parser.defaults.DefaultArgumentsDecorator object at 0xffff820ea490>)
[3.302s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[3.302s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[3.302s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[3.303s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[3.303s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[3.303s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[3.303s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ubuntu/ros2_ws'
[3.304s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[3.304s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[3.304s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[3.305s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[3.305s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[3.305s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[3.305s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[3.305s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[3.305s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[3.456s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[3.457s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[3.458s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[3.459s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[3.460s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[3.461s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[3.462s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[3.462s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[3.462s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[3.462s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[3.462s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[3.471s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['ignore', 'ignore_ament_install']
[3.471s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ignore'
[3.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ignore_ament_install'
[3.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['colcon_pkg']
[3.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'colcon_pkg'
[3.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['colcon_meta']
[3.473s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'colcon_meta'
[3.473s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['ros']
[3.473s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ros'
[3.488s] DEBUG:colcon.colcon_core.package_identification:Package 'src/drone_sensors' with type 'ros.ament_cmake' and name 'drone_sensors'
[3.488s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['ignore', 'ignore_ament_install']
[3.489s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ignore'
[3.489s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ignore_ament_install'
[3.489s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['colcon_pkg']
[3.489s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'colcon_pkg'
[3.490s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['colcon_meta']
[3.490s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'colcon_meta'
[3.490s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['ros']
[3.490s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ros'
[3.494s] DEBUG:colcon.colcon_core.package_identification:Package 'src/px4_msgs' with type 'ros.ament_cmake' and name 'px4_msgs'
[3.495s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['ignore', 'ignore_ament_install']
[3.496s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ignore'
[3.496s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ignore_ament_install'
[3.496s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['colcon_pkg']
[3.496s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'colcon_pkg'
[3.496s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['colcon_meta']
[3.496s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'colcon_meta'
[3.497s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['ros']
[3.497s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ros'
[3.502s] DEBUG:colcon.colcon_core.package_identification:Package 'src/px4_ros_com' with type 'ros.ament_cmake' and name 'px4_ros_com'
[3.502s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[3.502s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[3.502s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[3.502s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[3.502s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[3.753s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[3.753s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[3.822s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 3 installed packages in /home/ubuntu/ros2_ws/install
[3.847s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 168 installed packages in /opt/ros/foxy
[3.851s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[4.083s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[4.083s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_target' from command line to 'None'
[4.084s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[4.084s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_clean_cache' from command line to 'False'
[4.084s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_clean_first' from command line to 'False'
[4.084s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'cmake_force_configure' from command line to 'False'
[4.084s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'ament_cmake_args' from command line to 'None'
[4.084s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'catkin_cmake_args' from command line to 'None'
[4.084s] Level 5:colcon.colcon_core.verb:set package 'drone_sensors' build argument 'catkin_skip_building_tests' from command line to 'False'
[4.084s] DEBUG:colcon.colcon_core.verb:Building package 'drone_sensors' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/drone_sensors', '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/ubuntu/ros2_ws/install/drone_sensors', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/drone_sensors', 'symlink_install': True, 'test_result_base': None}
[4.119s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[4.119s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_target' from command line to 'None'
[4.119s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[4.119s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_clean_cache' from command line to 'False'
[4.120s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_clean_first' from command line to 'False'
[4.120s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'cmake_force_configure' from command line to 'False'
[4.120s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'ament_cmake_args' from command line to 'None'
[4.120s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'catkin_cmake_args' from command line to 'None'
[4.120s] Level 5:colcon.colcon_core.verb:set package 'px4_msgs' build argument 'catkin_skip_building_tests' from command line to 'False'
[4.120s] DEBUG:colcon.colcon_core.verb:Building package 'px4_msgs' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/px4_msgs', '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/ubuntu/ros2_ws/install/px4_msgs', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/px4_msgs', 'symlink_install': True, 'test_result_base': None}
[4.155s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_args' from command line to '['-DCMAKE_BUILD_TYPE=RELWITHDEBINFO']'
[4.155s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_target' from command line to 'None'
[4.155s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[4.155s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_clean_cache' from command line to 'False'
[4.155s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_clean_first' from command line to 'False'
[4.155s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'cmake_force_configure' from command line to 'False'
[4.155s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'ament_cmake_args' from command line to 'None'
[4.155s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'catkin_cmake_args' from command line to 'None'
[4.156s] Level 5:colcon.colcon_core.verb:set package 'px4_ros_com' build argument 'catkin_skip_building_tests' from command line to 'False'
[4.156s] DEBUG:colcon.colcon_core.verb:Building package 'px4_ros_com' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/px4_ros_com', '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/ubuntu/ros2_ws/install/px4_ros_com', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/px4_ros_com', 'symlink_install': True, 'test_result_base': None}
[4.164s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[4.219s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[4.220s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/px4_msgs' with build type 'ament_cmake'
[4.220s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/px4_msgs'
[4.281s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[4.282s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[4.282s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[4.354s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/drone_sensors' with build type 'ament_cmake'
[4.355s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/drone_sensors'
[4.383s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[4.383s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[4.469s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
[4.516s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[4.956s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/drone_sensors -- -j4 -l4
[5.126s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/drone_sensors': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[5.268s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(drone_sensors)
[5.279s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/drone_sensors' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/drone_sensors
[5.360s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake module files
[5.364s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake config files
[5.370s] Level 1:colcon.colcon_core.shell:create_environment_hook('drone_sensors', 'cmake_prefix_path')
[5.405s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.ps1'
[5.412s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.dsv'
[5.417s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.sh'
[5.423s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib'
[5.424s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[5.425s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/pkgconfig/drone_sensors.pc'
[5.426s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/python3.8/site-packages'
[5.427s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[5.465s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.ps1'
[5.469s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv'
[5.472s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.sh'
[5.477s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.bash'
[5.481s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.zsh'
[5.485s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/drone_sensors/share/colcon-core/packages/drone_sensors)
[5.640s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(drone_sensors)
[5.685s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake module files
[5.689s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors' for CMake config files
[5.692s] Level 1:colcon.colcon_core.shell:create_environment_hook('drone_sensors', 'cmake_prefix_path')
[5.727s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.ps1'
[5.730s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.dsv'
[5.733s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/hook/cmake_prefix_path.sh'
[5.737s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib'
[5.738s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[5.738s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/pkgconfig/drone_sensors.pc'
[5.740s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/lib/python3.8/site-packages'
[5.741s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/drone_sensors/bin'
[5.776s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.ps1'
[5.780s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.dsv'
[5.783s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.sh'
[5.787s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.bash'
[5.790s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/drone_sensors/share/drone_sensors/package.zsh'
[5.793s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/drone_sensors/share/colcon-core/packages/drone_sensors)
[1172.054s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
[1190.313s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
[1209.079s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_msgs)
[1209.096s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
[1209.111s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake module files
[1209.115s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake config files
[1209.294s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'cmake_prefix_path')
[1209.322s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.ps1'
[1209.325s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.dsv'
[1209.326s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.sh'
[1209.329s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib'
[1209.329s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'ld_library_path_lib')
[1209.352s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.ps1'
[1209.354s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.dsv'
[1209.356s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.sh'
[1209.357s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[1209.357s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/pkgconfig/px4_msgs.pc'
[1209.358s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages'
[1209.359s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'pythonpath')
[1209.382s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.ps1'
[1209.384s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.dsv'
[1209.385s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.sh'
[1209.387s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[1209.411s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.ps1'
[1209.413s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.dsv'
[1209.415s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.sh'
[1209.417s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.bash'
[1209.419s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.zsh'
[1209.420s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_msgs/share/colcon-core/packages/px4_msgs)
[1227.754s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_msgs)
[1227.782s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake module files
[1227.785s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs' for CMake config files
[1227.918s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'cmake_prefix_path')
[1227.941s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.ps1'
[1227.943s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.dsv'
[1227.945s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/cmake_prefix_path.sh'
[1227.947s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib'
[1227.948s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'ld_library_path_lib')
[1227.971s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.ps1'
[1227.973s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.dsv'
[1227.974s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/ld_library_path_lib.sh'
[1227.976s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[1227.976s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/pkgconfig/px4_msgs.pc'
[1227.977s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages'
[1227.977s] Level 1:colcon.colcon_core.shell:create_environment_hook('px4_msgs', 'pythonpath')
[1228.000s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.ps1'
[1228.002s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.dsv'
[1228.004s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/hook/pythonpath.sh'
[1228.006s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_msgs/bin'
[1228.030s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.ps1'
[1228.033s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.dsv'
[1228.035s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.sh'
[1228.037s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.bash'
[1228.039s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/package.zsh'
[1228.041s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_msgs/share/colcon-core/packages/px4_msgs)
[1228.042s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/px4_ros_com' with build type 'ament_cmake'
[1228.043s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/px4_ros_com'
[1228.067s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1228.067s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1228.170s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[10778.563s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[10778.793s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(px4_ros_com)
[10778.821s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com' for CMake module files
[10778.828s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com' for CMake config files
[10778.835s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/bin'
[10778.836s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/lib/pkgconfig/px4_ros_com.pc'
[10778.836s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/lib/python3.8/site-packages'
[10778.837s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/px4_ros_com/bin'
[10778.865s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.ps1'
[10778.880s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.dsv'
[10778.980s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.sh'
[10779.017s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.bash'
[10779.028s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/px4_ros_com/share/px4_ros_com/package.zsh'
[10779.034s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/px4_ros_com/share/colcon-core/packages/px4_ros_com)
[10779.046s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[10779.047s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[10779.048s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2'
[10779.048s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[10779.188s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send'
[10779.188s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[10779.189s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[10779.189s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[10779.202s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[10779.202s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[10779.233s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.ps1'
[10779.241s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ubuntu/ros2_ws/install/_local_setup_util_ps1.py'
[10779.277s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.ps1'
[10779.306s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.sh'
[10779.309s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ubuntu/ros2_ws/install/_local_setup_util_sh.py'
[10779.312s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.sh'
[10779.342s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.bash'
[10779.345s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.bash'
[10779.373s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.zsh'
[10779.376s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.zsh'

View File

@@ -0,0 +1,4 @@
Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_msgs -- -j4 -l4
Invoking command in '/home/ubuntu/ros2_ws/build/px4_msgs': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs
Invoked command in '/home/ubuntu/ros2_ws/build/px4_msgs' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --install /home/ubuntu/ros2_ws/build/px4_msgs

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4

View File

@@ -0,0 +1,6 @@
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [CMakeFiles/vehicle_gps_position_listener.dir/build.make:63: CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:140: CMakeFiles/vehicle_gps_position_listener.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:141: all] Error 2

View File

@@ -0,0 +1,45 @@
-- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Override CMake install command with custom implementation using symlinks instead of copying resources
-- Found builtin_interfaces: 1.0.0 (/opt/ros/foxy/share/builtin_interfaces/cmake)
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
-- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
-- Found eigen3_cmake_module: 0.1.1 (/opt/ros/foxy/share/eigen3_cmake_module/cmake)
-- Found Eigen3: TRUE (found version "3.3.7")
-- Found geometry_msgs: 2.0.5 (/opt/ros/foxy/share/geometry_msgs/cmake)
-- Found px4_msgs: 2.0.1 (/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/cmake)
-- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
-- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
-- Using RMW implementation 'rmw_fastrtps_cpp' as default
-- Found sensor_msgs: 2.0.5 (/opt/ros/foxy/share/sensor_msgs/cmake)
-- Found ament_lint_auto: 0.9.8 (/opt/ros/foxy/share/ament_lint_auto/cmake)
-- Added test 'copyright' to check source files copyright and LICENSE
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
-- Configured cppcheck include dirs: /home/ubuntu/ros2_ws/src/px4_ros_com/include;$<BUILD_INTERFACE:/home/ubuntu/ros2_ws/src/px4_ros_com/include/px4_ros_com>
-- Configured cppcheck exclude dirs and/or files:
-- Added test 'cpplint' to check C / C++ code against the Google style
-- Configured cpplint exclude dirs and/or files:
-- Added test 'flake8' to check Python code syntax and style conventions
-- Added test 'lint_cmake' to check CMake code style
-- Added test 'pep257' to check Python code against some of the style conventions in PEP 257
-- Added test 'uncrustify' to check C / C++ code style
-- Configured uncrustify additional arguments:
-- Added test 'xmllint' to check XML markup files
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/ros2_ws/build/px4_ros_com
Scanning dependencies of target offboard_control
Scanning dependencies of target vehicle_gps_position_listener
Scanning dependencies of target debug_vect_advertiser
Scanning dependencies of target frame_transforms
[ 10%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[ 20%] Building CXX object CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o
[ 30%] Building CXX object CMakeFiles/debug_vect_advertiser.dir/src/examples/advertisers/debug_vect_advertiser.cpp.o
[ 40%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
[ 50%] Linking CXX executable debug_vect_advertiser
[ 50%] Built target debug_vect_advertiser
[ 60%] Linking CXX executable offboard_control
[ 60%] Built target offboard_control
[ 70%] Linking CXX shared library libframe_transforms.so
[ 70%] Built target frame_transforms

View File

@@ -0,0 +1,51 @@
-- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Override CMake install command with custom implementation using symlinks instead of copying resources
-- Found builtin_interfaces: 1.0.0 (/opt/ros/foxy/share/builtin_interfaces/cmake)
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
-- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
-- Found eigen3_cmake_module: 0.1.1 (/opt/ros/foxy/share/eigen3_cmake_module/cmake)
-- Found Eigen3: TRUE (found version "3.3.7")
-- Found geometry_msgs: 2.0.5 (/opt/ros/foxy/share/geometry_msgs/cmake)
-- Found px4_msgs: 2.0.1 (/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/cmake)
-- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
-- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
-- Using RMW implementation 'rmw_fastrtps_cpp' as default
-- Found sensor_msgs: 2.0.5 (/opt/ros/foxy/share/sensor_msgs/cmake)
-- Found ament_lint_auto: 0.9.8 (/opt/ros/foxy/share/ament_lint_auto/cmake)
-- Added test 'copyright' to check source files copyright and LICENSE
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
-- Configured cppcheck include dirs: /home/ubuntu/ros2_ws/src/px4_ros_com/include;$<BUILD_INTERFACE:/home/ubuntu/ros2_ws/src/px4_ros_com/include/px4_ros_com>
-- Configured cppcheck exclude dirs and/or files:
-- Added test 'cpplint' to check C / C++ code against the Google style
-- Configured cpplint exclude dirs and/or files:
-- Added test 'flake8' to check Python code syntax and style conventions
-- Added test 'lint_cmake' to check CMake code style
-- Added test 'pep257' to check Python code against some of the style conventions in PEP 257
-- Added test 'uncrustify' to check C / C++ code style
-- Configured uncrustify additional arguments:
-- Added test 'xmllint' to check XML markup files
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/ros2_ws/build/px4_ros_com
Scanning dependencies of target offboard_control
Scanning dependencies of target vehicle_gps_position_listener
Scanning dependencies of target debug_vect_advertiser
Scanning dependencies of target frame_transforms
[ 10%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[ 20%] Building CXX object CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o
[ 30%] Building CXX object CMakeFiles/debug_vect_advertiser.dir/src/examples/advertisers/debug_vect_advertiser.cpp.o
[ 40%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [CMakeFiles/vehicle_gps_position_listener.dir/build.make:63: CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:140: CMakeFiles/vehicle_gps_position_listener.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 50%] Linking CXX executable debug_vect_advertiser
[ 50%] Built target debug_vect_advertiser
[ 60%] Linking CXX executable offboard_control
[ 60%] Built target offboard_control
[ 70%] Linking CXX shared library libframe_transforms.so
[ 70%] Built target frame_transforms
make: *** [Makefile:141: all] Error 2

View File

@@ -0,0 +1,53 @@
[0.082s] Invoking command in '/home/ubuntu/ros2_ws/build/px4_ros_com': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4
[0.201s] -- Found ament_cmake: 0.9.11 (/opt/ros/foxy/share/ament_cmake/cmake)
[0.296s] -- Using PYTHON_EXECUTABLE: /usr/bin/python3
[0.957s] -- Override CMake install command with custom implementation using symlinks instead of copying resources
[0.993s] -- Found builtin_interfaces: 1.0.0 (/opt/ros/foxy/share/builtin_interfaces/cmake)
[1.076s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
[1.088s] -- Found rosidl_adapter: 1.3.0 (/opt/ros/foxy/share/rosidl_adapter/cmake)
[1.535s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
[1.625s] -- Found eigen3_cmake_module: 0.1.1 (/opt/ros/foxy/share/eigen3_cmake_module/cmake)
[1.637s] -- Found Eigen3: TRUE (found version "3.3.7")
[1.641s] -- Found geometry_msgs: 2.0.5 (/opt/ros/foxy/share/geometry_msgs/cmake)
[1.877s] -- Found px4_msgs: 2.0.1 (/home/ubuntu/ros2_ws/install/px4_msgs/share/px4_msgs/cmake)
[1.942s] -- Found rclcpp: 2.4.2 (/opt/ros/foxy/share/rclcpp/cmake)
[2.134s] -- Found rmw_implementation_cmake: 1.0.4 (/opt/ros/foxy/share/rmw_implementation_cmake/cmake)
[2.143s] -- Using RMW implementation 'rmw_fastrtps_cpp' as default
[2.705s] -- Found sensor_msgs: 2.0.5 (/opt/ros/foxy/share/sensor_msgs/cmake)
[3.029s] -- Found ament_lint_auto: 0.9.8 (/opt/ros/foxy/share/ament_lint_auto/cmake)
[3.495s] -- Added test 'copyright' to check source files copyright and LICENSE
[3.542s] -- Added test 'cppcheck' to perform static code analysis on C / C++ code
[3.544s] -- Configured cppcheck include dirs: /home/ubuntu/ros2_ws/src/px4_ros_com/include;$<BUILD_INTERFACE:/home/ubuntu/ros2_ws/src/px4_ros_com/include/px4_ros_com>
[3.546s] -- Configured cppcheck exclude dirs and/or files:
[3.590s] -- Added test 'cpplint' to check C / C++ code against the Google style
[3.592s] -- Configured cpplint exclude dirs and/or files:
[3.601s] -- Added test 'flake8' to check Python code syntax and style conventions
[3.618s] -- Added test 'lint_cmake' to check CMake code style
[3.630s] -- Added test 'pep257' to check Python code against some of the style conventions in PEP 257
[3.677s] -- Added test 'uncrustify' to check C / C++ code style
[3.679s] -- Configured uncrustify additional arguments:
[3.689s] -- Added test 'xmllint' to check XML markup files
[3.728s] -- Configuring done
[3.851s] -- Generating done
[3.862s] -- Build files have been written to: /home/ubuntu/ros2_ws/build/px4_ros_com
[3.986s] Scanning dependencies of target offboard_control
[3.988s] Scanning dependencies of target vehicle_gps_position_listener
[3.991s] Scanning dependencies of target debug_vect_advertiser
[4.034s] Scanning dependencies of target frame_transforms
[4.169s] [ 10%] Building CXX object CMakeFiles/offboard_control.dir/src/examples/offboard/offboard_control.cpp.o
[4.174s] [ 20%] Building CXX object CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o
[4.180s] [ 30%] Building CXX object CMakeFiles/debug_vect_advertiser.dir/src/examples/advertisers/debug_vect_advertiser.cpp.o
[4.192s] [ 40%] Building CXX object CMakeFiles/frame_transforms.dir/src/lib/frame_transforms.cpp.o
[9516.846s] c++: fatal error: Killed signal terminated program cc1plus
[9516.859s] compilation terminated.
[9516.860s] make[2]: *** [CMakeFiles/vehicle_gps_position_listener.dir/build.make:63: CMakeFiles/vehicle_gps_position_listener.dir/src/examples/listeners/vehicle_gps_position_listener.cpp.o] Error 1
[9516.862s] make[1]: *** [CMakeFiles/Makefile2:140: CMakeFiles/vehicle_gps_position_listener.dir/all] Error 2
[9516.863s] make[1]: *** Waiting for unfinished jobs....
[9533.082s] [ 50%] Linking CXX executable debug_vect_advertiser
[9534.467s] [ 50%] Built target debug_vect_advertiser
[9540.915s] [ 60%] Linking CXX executable offboard_control
[9541.823s] [ 60%] Built target offboard_control
[9549.327s] [ 70%] Linking CXX shared library libframe_transforms.so
[9550.165s] [ 70%] Built target frame_transforms
[9550.423s] make: *** [Makefile:141: all] Error 2
[9550.475s] Invoked command in '/home/ubuntu/ros2_ws/build/px4_ros_com' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/px4_ros_com -- -j4 -l4

View File

@@ -1 +1 @@
build_2023-04-12_15-46-32
build_2023-04-13_09-19-28