Skip to content

Commit

Permalink
Merge pull request #124 from JdeRobot/issue-123
Browse files Browse the repository at this point in the history
Added bool type to running var
  • Loading branch information
OscarMrZ authored Feb 15, 2024
2 parents e34f022 + 4fdcec3 commit d5921e4
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 d5921e4

Please sign in to comment.