修正与QGC通讯功能
This commit is contained in:
@@ -12,7 +12,7 @@ if ($env:COLCON_PYTHON_EXECUTABLE) {
|
||||
$_colcon_python_executable="$env:COLCON_PYTHON_EXECUTABLE"
|
||||
} else {
|
||||
# use 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 (!(Test-Path "$_colcon_python_executable" -PathType Leaf)) {
|
||||
if (!(Get-Command "python3" -ErrorAction SilentlyContinue)) {
|
||||
|
||||
Reference in New Issue
Block a user