We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab2d2d4 + 7b534e3 commit 494b321Copy full SHA for 494b321
1 file changed
src/benchbot_robot_controller.py
@@ -712,6 +712,7 @@ def set_config(self, config):
712
self.config[k][i].update(config[k][i])
713
714
# Register all of the required connections
715
+ self.connections = {}
716
for k, v in self.config['robot']['connections'].items():
717
if 'connection' in v and v['connection'] in CONNS:
718
self._register_connection(k, v)
0 commit comments