[AN] (fix) relax requirements version

This commit is contained in:
Ali
2025-05-28 06:18:43 +02:00
parent 1fd356e9e1
commit 5bf594ccea
75 changed files with 4571 additions and 4 deletions

View File

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