Skip to content

Commit 39c3d76

Browse files
authored
fix(tools): fix typo in sensor_calibration (#14854)
1 parent 000ff19 commit 39c3d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tools/sensor_calibration/extract_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
class Extractor(object):
9696
def __init__(self):
97-
self.node = cyber.Node("sendor_calibration_preprocessor")
97+
self.node = cyber.Node("sensor_calibration_preprocessor")
9898
self.writer = self.node.create_writer("/apollo/dreamview/progress",
9999
preprocess_table_pb2.Progress, 6)
100100
self.config = extractor_config_pb2.DataExtractionConfig()

0 commit comments

Comments
 (0)