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 ac5e089 commit 8b9f068Copy full SHA for 8b9f068
launch/launch/actions/__init__.py
@@ -16,6 +16,7 @@
16
17
from .declare_launch_argument import DeclareLaunchArgument
18
from .emit_event import EmitEvent
19
+from .execute_local import ExecuteLocal
20
from .execute_process import ExecuteProcess
21
from .group_action import GroupAction
22
from .include_launch_description import IncludeLaunchDescription
@@ -36,6 +37,7 @@
36
37
__all__ = [
38
'DeclareLaunchArgument',
39
'EmitEvent',
40
+ 'ExecuteLocal',
41
'ExecuteProcess',
42
'GroupAction',
43
'IncludeLaunchDescription',
0 commit comments