AS: clean up

This commit is contained in:
Alexander Schaefer
2025-05-25 17:27:47 +02:00
parent b4ca5846d8
commit 26e6abd14f
67 changed files with 4255 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
import sys
if sys.prefix == '/usr':
sys.real_prefix = sys.prefix
sys.prefix = sys.exec_prefix = '/BA/workspace/install/osc_ros2'