This commit is contained in:
Quella777
2025-08-24 23:33:36 +08:00
parent a73b4eba07
commit d33f2de9ff
58 changed files with 1467 additions and 78 deletions

View File

@@ -23,8 +23,6 @@ function _colcon_prefix_chain_powershell_source_script {
# source chained prefixes
_colcon_prefix_chain_powershell_source_script "/opt/ros/humble\local_setup.ps1"
_colcon_prefix_chain_powershell_source_script "/home/quella/ROS2Demo/service/service_server/install\local_setup.ps1"
_colcon_prefix_chain_powershell_source_script "/home/quella/ROS2Demo/service/service_interfaces/install\local_setup.ps1"
# source this prefix
$env:COLCON_CURRENT_PREFIX=(Split-Path $PSCommandPath -Parent)