We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb346a1 commit bbe1169Copy full SHA for bbe1169
test/test_frontend.py
@@ -14,8 +14,9 @@
14
15
from pathlib import Path
16
17
-from launch import LaunchContext, LaunchDescription
18
from launch.actions import DeclareLaunchArgument, ExecuteProcess, IncludeLaunchDescription
+from launch.launch_context import LaunchContext
19
+from launch.launch_description import LaunchDescription
20
21
THIS_DIR = Path(__file__).parent
22
0 commit comments