Skip to content

Commit 8b9f068

Browse files
author
Roger Strain
committed
Initial implementation of execute_local
Distro A; OPSEC #4584 Signed-off-by: Roger Strain <[email protected]>
1 parent ac5e089 commit 8b9f068

File tree

2 files changed

+671
-0
lines changed

2 files changed

+671
-0
lines changed

launch/launch/actions/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
from .declare_launch_argument import DeclareLaunchArgument
1818
from .emit_event import EmitEvent
19+
from .execute_local import ExecuteLocal
1920
from .execute_process import ExecuteProcess
2021
from .group_action import GroupAction
2122
from .include_launch_description import IncludeLaunchDescription
@@ -36,6 +37,7 @@
3637
__all__ = [
3738
'DeclareLaunchArgument',
3839
'EmitEvent',
40+
'ExecuteLocal',
3941
'ExecuteProcess',
4042
'GroupAction',
4143
'IncludeLaunchDescription',

0 commit comments

Comments
 (0)