We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce99b35 commit 6ce2299Copy full SHA for 6ce2299
1 file changed
Launchers/pick_place_harmonic/pick_place_harmonic.launch.py
@@ -6,6 +6,9 @@
6
7
import os
8
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
+
12
from launch import LaunchDescription
13
from launch.actions import IncludeLaunchDescription, TimerAction
14
from launch.launch_description_sources import PythonLaunchDescriptionSource
0 commit comments