123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- -- The C compiler identification is GNU 11.4.0
- -- The CXX compiler identification is GNU 11.4.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found ament_cmake: 1.3.11 (/opt/ros/humble/share/ament_cmake/cmake)
- -- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter
- -- Found std_msgs: 4.8.0 (/opt/ros/humble/share/std_msgs/cmake)
- -- Found rosidl_generator_c: 3.1.6 (/opt/ros/humble/share/rosidl_generator_c/cmake)
- -- Found rosidl_adapter: 3.1.6 (/opt/ros/humble/share/rosidl_adapter/cmake)
- -- Found rosidl_generator_cpp: 3.1.6 (/opt/ros/humble/share/rosidl_generator_cpp/cmake)
- -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
- -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
- -- Found rclcpp: 16.0.12 (/opt/ros/humble/share/rclcpp/cmake)
- -- Found rmw_implementation_cmake: 6.1.2 (/opt/ros/humble/share/rmw_implementation_cmake/cmake)
- -- Found rmw_fastrtps_cpp: 6.2.7 (/opt/ros/humble/share/rmw_fastrtps_cpp/cmake)
- -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2")
- -- Found FastRTPS: /opt/ros/humble/include
- -- Using RMW implementation 'rmw_fastrtps_cpp' as default
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- -- Found g29_msg: 0.0.0 (/home/wub/work/1_nzzn/2_code/13_LG/install/g29_msg/share/g29_msg/cmake)
- -- Found X11: /usr/include
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
- -- Looking for gethostbyname
- -- Looking for gethostbyname - found
- -- Looking for connect
- -- Looking for connect - found
- -- Looking for remove
- -- Looking for remove - found
- -- Looking for shmat
- -- Looking for shmat - found
- -- Looking for IceConnectionNumber in ICE
- -- Looking for IceConnectionNumber in ICE - found
- -- Found ament_lint_auto: 0.12.12 (/opt/ros/humble/share/ament_lint_auto/cmake)
- -- Added test 'cppcheck' to perform static code analysis on C / C++ code
- -- Configured cppcheck include dirs: $<BUILD_INTERFACE:/home/wub/work/1_nzzn/2_code/13_LG/src/Drive/g29_ros2_feedback_drive/src/g29_ros2_feedback/include>
- -- 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/wub/work/1_nzzn/2_code/13_LG/build/g29_ros2_feedback
- [ 75%] [32mBuilding CXX object CMakeFiles/g29_ros2_feedback_node.dir/src/joystick.cpp.o[0m
- [ 75%] [32mBuilding CXX object CMakeFiles/g29_ros2_feedback_node.dir/src/main.cpp.o[0m
- [ 75%] [32mBuilding CXX object CMakeFiles/g29_ros2_feedback_node.dir/src/evdev_helper.cpp.o[0m
- In file included from [01m[K/home/wub/work/1_nzzn/2_code/13_LG/src/Drive/g29_ros2_feedback_drive/src/g29_ros2_feedback/src/joystick.cpp:34[m[K:
- [01m[K/home/wub/work/1_nzzn/2_code/13_LG/src/Drive/g29_ros2_feedback_drive/src/g29_ros2_feedback/src/joystick.h:[m[K In constructor ‘[01m[KJoystick_pub::Joystick_pub(const string&, const string&)[m[K’:
- [01m[K/home/wub/work/1_nzzn/2_code/13_LG/src/Drive/g29_ros2_feedback_drive/src/g29_ros2_feedback/src/joystick.h:56:17:[m[K [01;35m[Kwarning: [m[K‘[01m[KJoystick_pub::filename[m[K’ will be initialized after [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;[m[K]
- 56 | std::string [01;35m[Kfilename[m[K; // 设备文件名
- | [01;35m[K^~~~~~~~[m[K
- [01m[K/home/wub/work/1_nzzn/2_code/13_LG/src/Drive/g29_ros2_feedback_drive/src/g29_ros2_feedback/src/joystick.cpp:39:41:[m[K [01;35m[Kwarning: [m[K base ‘[01m[Krclcpp::Node[m[K’ [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;[m[K]
- 39 | : filename(filename), Node(node_name[01;35m[K)[m[K // 初始化成员变量 filename
- | [01;35m[K^[m[K
- [01m[K/home/wub/work/1_nzzn/2_code/13_LG/src/Drive/g29_ros2_feedback_drive/src/g29_ros2_feedback/src/joystick.cpp:38:1:[m[K [01;35m[Kwarning: [m[K when initialized here [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;[m[K]
- 38 | [01;35m[KJoystick_pub[m[K::Joystick_pub(const std::string &filename, const std::string &node_name)
- | [01;35m[K^~~~~~~~~~~~[m[K
- [100%] [32m[1mLinking CXX executable g29_ros2_feedback_node[0m
- [100%] Built target g29_ros2_feedback_node
- -- Install configuration: ""
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/lib/g29_ros2_feedback/g29_ros2_feedback_node
- -- Set runtime path of "/home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/lib/g29_ros2_feedback/g29_ros2_feedback_node" to ""
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/ament_index/resource_index/package_run_dependencies/g29_ros2_feedback
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/ament_index/resource_index/parent_prefix_path/g29_ros2_feedback
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/environment/ament_prefix_path.sh
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/environment/ament_prefix_path.dsv
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/environment/path.sh
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/environment/path.dsv
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/local_setup.bash
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/local_setup.sh
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/local_setup.zsh
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/local_setup.dsv
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/package.dsv
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/ament_index/resource_index/packages/g29_ros2_feedback
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/cmake/g29_ros2_feedbackConfig.cmake
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/cmake/g29_ros2_feedbackConfig-version.cmake
- -- Installing: /home/wub/work/1_nzzn/2_code/13_LG/install/g29_ros2_feedback/share/g29_ros2_feedback/package.xml
|