Skip to content

Commit

Permalink
telemetry V7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Willtura committed Apr 4, 2024
1 parent 7cccdd7 commit b3742b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ def main() -> None:

# Initialize the object detector
detector = ObjectDetector.from_model(config.object_detection.model_path, controller, 0)
telemetryserver = TelemetryServer()
telemetry_server = TelemetryServer()
# Start the system
can_controller.start()
speed_controller.start()
detector.start()
telemetryserver.start()
telemetry_server.start()
lane_assist.start()


Expand Down

0 comments on commit b3742b2

Please sign in to comment.