修正与QGC通讯功能
This commit is contained in:
@@ -78,7 +78,7 @@ if [ -n "$COLCON_PYTHON_EXECUTABLE" ]; then
|
||||
_colcon_python_executable="$COLCON_PYTHON_EXECUTABLE"
|
||||
else
|
||||
# try the Python executable known at configure time
|
||||
_colcon_python_executable="/home/huangfukk/miniconda3/envs/backend/bin/python3.10"
|
||||
_colcon_python_executable="/home/gkcs/miniconda3/envs/backend/bin/python3.10"
|
||||
# if it doesn't exist try a fall back
|
||||
if [ ! -f "$_colcon_python_executable" ]; then
|
||||
if ! /usr/bin/env python3 --version > /dev/null 2> /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user