Browse Source

Merge pull request #45 from soumith/dev/noetic

fix diagnostic_updater arguments
pull/49/head
Binit Shah 3 years ago
committed by GitHub
parent
commit
0e4a65adeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_core/nodes/stretch_diagnostics.py

+ 1
- 1
stretch_core/nodes/stretch_diagnostics.py View File

@ -92,7 +92,7 @@ class StretchDiagnostics:
def __init__(self, node, robot):
self.node = node
self.robot = robot
self.updater = diagnostic_updater.Updater(node)
self.updater = diagnostic_updater.Updater()
self.updater.setHardwareID(hello_utils.get_fleet_id())
# Configure the different update functions

Loading…
Cancel
Save