Skip to content

Commit

Permalink
Added bool type to running var
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarMrZ committed Feb 15, 2024
1 parent e34f022 commit 4fdcec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manager/manager/launcher/launcher_drones_ros2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class LauncherDronesRos2(ILauncher):
model_folders: List[str]
plugin_folders: List[str]
launch_file: str
running: bool
running = False
threads: List[Any] = []

Expand Down
1 change: 1 addition & 0 deletions manager/manager/launcher/launcher_ros2_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class LauncherRos2Api(ILauncher):
plugin_folders: List[str]
parameters: List[str]
launch_file: str
running: bool
running = False
threads: List[Any] = []

Expand Down

0 comments on commit 4fdcec3

Please sign in to comment.