修正与QGC通讯功能

This commit is contained in:
lulijing
2025-09-11 21:54:41 +08:00
parent f36e8279e8
commit fbe469ab60
176 changed files with 4883 additions and 3178 deletions

View File

@@ -2,7 +2,7 @@
# ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target.cmake.in
function(ament_cmake_uninstall_target_remove_empty_directories path)
set(install_space "/home/huangfukk/DronePlanning/install/drone_interfaces")
set(install_space "/home/gkcs/DronePlanning/install/drone_interfaces")
if(install_space STREQUAL "")
message(FATAL_ERROR "The CMAKE_INSTALL_PREFIX variable must not be empty")
endif()
@@ -29,7 +29,7 @@ function(ament_cmake_uninstall_target_remove_empty_directories path)
endfunction()
# uninstall files installed using the standard install() function
set(install_manifest "/home/huangfukk/DronePlanning/build/drone_interfaces/install_manifest.txt")
set(install_manifest "/home/gkcs/DronePlanning/build/drone_interfaces/install_manifest.txt")
if(NOT EXISTS "${install_manifest}")
message(FATAL_ERROR "Cannot find install manifest: ${install_manifest}")
endif()