Skip to content

Commit d5921e4

Browse files
authored
Merge pull request #124 from JdeRobot/issue-123
Added bool type to running var
2 parents e34f022 + 4fdcec3 commit d5921e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

manager/manager/launcher/launcher_drones_ros2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class LauncherDronesRos2(ILauncher):
1313
model_folders: List[str]
1414
plugin_folders: List[str]
1515
launch_file: str
16+
running: bool
1617
running = False
1718
threads: List[Any] = []
1819

manager/manager/launcher/launcher_ros2_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class LauncherRos2Api(ILauncher):
1818
plugin_folders: List[str]
1919
parameters: List[str]
2020
launch_file: str
21+
running: bool
2122
running = False
2223
threads: List[Any] = []
2324

0 commit comments

Comments
 (0)