Skip to content

Commit 6ce2299

Browse files
committed
Fix node path in launcher
1 parent ce99b35 commit 6ce2299

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Launchers/pick_place_harmonic/pick_place_harmonic.launch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
import os
88

9+
os.environ["AMENT_PREFIX_PATH"] = "/home/ws/install:" + os.environ.get("AMENT_PREFIX_PATH", "")
10+
os.environ["CMAKE_PREFIX_PATH"] = "/home/ws/install:" + os.environ.get("CMAKE_PREFIX_PATH", "")
11+
912
from launch import LaunchDescription
1013
from launch.actions import IncludeLaunchDescription, TimerAction
1114
from launch.launch_description_sources import PythonLaunchDescriptionSource

0 commit comments

Comments
 (0)