Skip to content

Commit

Permalink
chore: updated old name
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Apr 3, 2024
1 parent 20a5aa7 commit d33e95d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
from sensor_calibration_manager.views.tf_view import TfView


class NewExtrinsicCalibrationManager(QMainWindow):
class SensorCalibrationManager(QMainWindow):
tfs_graph_signal = Signal(object)

def __init__(self):
Expand Down Expand Up @@ -301,7 +301,7 @@ def main(args=None):

try:
signal.signal(signal.SIGINT, sigint_handler)
calibration_manager = NewExtrinsicCalibrationManager() # noqa: F841
calibration_manager = SensorCalibrationManager() # noqa: F841

sys.exit(app.exec_())
except (KeyboardInterrupt, SystemExit):
Expand Down

0 comments on commit d33e95d

Please sign in to comment.