Initial commit

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

View File

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

View File

@@ -0,0 +1,17 @@
CMake Error at CMakeLists.txt:10 (find_package):
By not providing "Findcustom_action_interfaces.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "custom_action_interfaces", but CMake did not find one.
Could not find a package configuration file provided by
"custom_action_interfaces" with any of the following names:
custom_action_interfacesConfig.cmake
custom_action_interfaces-config.cmake
Add the installation prefix of "custom_action_interfaces" to
CMAKE_PREFIX_PATH or set "custom_action_interfaces_DIR" to a directory
containing one of the above files. If "custom_action_interfaces" provides
a separate development package or SDK, be sure it has been installed.


View File

@@ -0,0 +1,15 @@
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
-- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter
-- Configuring incomplete, errors occurred!

View File

@@ -0,0 +1,32 @@
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
-- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter
CMake Error at CMakeLists.txt:10 (find_package):
By not providing "Findcustom_action_interfaces.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "custom_action_interfaces", but CMake did not find one.
Could not find a package configuration file provided by
"custom_action_interfaces" with any of the following names:
custom_action_interfacesConfig.cmake
custom_action_interfaces-config.cmake
Add the installation prefix of "custom_action_interfaces" to
CMAKE_PREFIX_PATH or set "custom_action_interfaces_DIR" to a directory
containing one of the above files. If "custom_action_interfaces" provides
a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred!

View File

@@ -0,0 +1,34 @@
[0.006s] Invoking command in '/home/caixiang/ros2_ws2/build/custom_action_cpp': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/jazzy /usr/bin/cmake /home/caixiang/ros2_ws2/src/custom_action_cpp -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/custom_action_cpp
[0.120s] -- The C compiler identification is GNU 13.2.0
[0.522s] -- The CXX compiler identification is GNU 13.2.0
[0.866s] -- Detecting C compiler ABI info
[1.014s] -- Detecting C compiler ABI info - done
[1.018s] -- Check for working C compiler: /usr/bin/cc - skipped
[1.019s] -- Detecting C compile features
[1.019s] -- Detecting C compile features - done
[1.069s] -- Detecting CXX compiler ABI info
[1.201s] -- Detecting CXX compiler ABI info - done
[1.206s] -- Check for working CXX compiler: /usr/bin/c++ - skipped
[1.206s] -- Detecting CXX compile features
[1.206s] -- Detecting CXX compile features - done
[1.208s] -- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
[1.269s] -- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter
[1.938s] CMake Error at CMakeLists.txt:10 (find_package):
[1.938s] By not providing "Findcustom_action_interfaces.cmake" in CMAKE_MODULE_PATH
[1.938s] this project has asked CMake to find a package configuration file provided
[1.938s] by "custom_action_interfaces", but CMake did not find one.
[1.938s]
[1.938s] Could not find a package configuration file provided by
[1.938s] "custom_action_interfaces" with any of the following names:
[1.938s]
[1.938s] custom_action_interfacesConfig.cmake
[1.939s] custom_action_interfaces-config.cmake
[1.939s]
[1.939s] Add the installation prefix of "custom_action_interfaces" to
[1.939s] CMAKE_PREFIX_PATH or set "custom_action_interfaces_DIR" to a directory
[1.939s] containing one of the above files. If "custom_action_interfaces" provides
[1.939s] a separate development package or SDK, be sure it has been installed.
[1.939s]
[1.939s] 
[1.939s] -- Configuring incomplete, errors occurred!
[1.941s] Invoked command in '/home/caixiang/ros2_ws2/build/custom_action_cpp' returned '1': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/jazzy /usr/bin/cmake /home/caixiang/ros2_ws2/src/custom_action_cpp -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/custom_action_cpp