Skip to content

Commit

Permalink
MiR: Join execution loop (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Tomas authored Nov 29, 2024
1 parent 1e40532 commit d9b516d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mir_connector/inorbit_mir_connector/mir100_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def start():
mir_connector = Mir100Connector(robot_id, mir_config)
try:
mir_connector.start()
mir_connector.join()
except KeyboardInterrupt:
LOGGER.info("Received SIGINT, stopping connector")
mir_connector.stop()
2 changes: 1 addition & 1 deletion mir_connector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
requirements = [
"requests>=2.31,<3.0",
"inorbit-edge[video]>=1.17",
"inorbit-connector>=0.3.0",
"inorbit-connector==0.4.0",
"prometheus-client>=0.14.1",
"pytz>=2022.7",
# NOTE: both pyyaml and ruamel.yaml packages are included here. Otherwise, the
Expand Down

0 comments on commit d9b516d

Please sign in to comment.