修正与QGC通讯功能
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user