Skip to content

Commit fdf5032

Browse files
committed
Add webcam tool
1 parent dcce1e7 commit fdf5032

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

manager/manager/launcher/launcher_tools.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
"file": "/tmp/tree_state",
4545
"consumer": None,
4646
},
47+
"webcam": {
48+
"type": "module",
49+
"module": None,
50+
"internal_port": 2303,
51+
"consumer": None,
52+
},
4753
}
4854

4955
simulator = {
@@ -66,6 +72,8 @@ def run(self, consumer):
6672
continue
6773
tool = simulator[self.world_type]["tool"]
6874
module = tools[tool]
75+
if module["module"] is None:
76+
continue
6977
launcher = self.launch_module(tool, module, consumer)
7078
self.launchers.append(launcher)
7179

0 commit comments

Comments
 (0)