修正与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 @@
# since this file is sourced use either the provided AMENT_CURRENT_PREFIX
# or fall back to the destination set at configure time
: ${AMENT_CURRENT_PREFIX:="/home/huangfukk/DronePlanning/install/drone_interfaces"}
: ${AMENT_CURRENT_PREFIX:="/home/gkcs/DronePlanning/install/drone_interfaces"}
if [ ! -d "$AMENT_CURRENT_PREFIX" ]; then
if [ -z "$COLCON_CURRENT_PREFIX" ]; then
echo "The compile time prefix path '$AMENT_CURRENT_PREFIX' doesn't " \