Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
btalb committed Apr 26, 2022
2 parents ab2d2d4 + 7b534e3 commit 494b321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/benchbot_robot_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ def set_config(self, config):
self.config[k][i].update(config[k][i])

# Register all of the required connections
self.connections = {}
for k, v in self.config['robot']['connections'].items():
if 'connection' in v and v['connection'] in CONNS:
self._register_connection(k, v)
Expand Down

0 comments on commit 494b321

Please sign in to comment.