Skip to content

Commit 494b321

Browse files
committed
Merge branch 'develop'
2 parents ab2d2d4 + 7b534e3 commit 494b321

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/benchbot_robot_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ def set_config(self, config):
712712
self.config[k][i].update(config[k][i])
713713

714714
# Register all of the required connections
715+
self.connections = {}
715716
for k, v in self.config['robot']['connections'].items():
716717
if 'connection' in v and v['connection'] in CONNS:
717718
self._register_connection(k, v)

0 commit comments

Comments
 (0)