Skip to content
@UTASR-UT-Autonomous-Scale-Racing

UTASR (UT-Autonomous-Scale-Racing)

UTASR logo

University of Toronto Autonomous Scale Racing

We are a University of Toronto student club that designs, builds and races small autonomous race cars. Members work across software and hardware, from perception and control to the car's electronics and chassis. New members are welcome at any experience level.

What we're building

A 1/10-scale car that maps a track on its first lap and then races it on its own:

  • Compute and sensing: an NVIDIA Jetson with an OAK-D stereo depth camera and an IMU
  • Localization and mapping: ORB-SLAM3 visual SLAM, with our own CUDA acceleration of feature extraction and stereo matching
  • Control: pure pursuit, Stanley, LQR and MPC track followers, plus learned policies trained in simulation, all behind a safety supervisor
  • Embedded: Arduino firmware that drives the steering servo and ESC, with the RC transmitter always able to take over

Public projects

Repository What it is
ORB_SLAM3 Our ORB-SLAM3 fork with GPU ORB extraction, stereo matching and image pyramid
scale_racing_simulator PyBullet and Gymnasium simulator for trying reinforcement learning policies
ResNet-Auto-Training Track segmentation training with masks generated by SAM 2
telemetry-platform-backend Real-time telemetry ingestion and streaming for the car
website Source for utasrteam.ca

The car's onboard software and firmware are kept private to club members.

Our teams

  • Software: data engineering, machine learning, reinforcement learning, web development, software and optimization
  • Hardware: mechanical, electrical, firmware

Contributing (members)

  1. Create a branch in the repository (git checkout -b short-descriptive-name).
  2. Commit small, focused changes with clear messages.
  3. Push the branch and open a pull request.
  4. Get a review from a lead before merging into main.

Get in touch

Pinned Loading

  1. .github .github Public

    2

Repositories

Showing 10 of 10 repositories
  • .github Public
    UTASR-UT-Autonomous-Scale-Racing/.github's past year of commit activity
    2 0 0 0 Updated Sep 25, 2026
  • ORB_SLAM3 Public Forked from UZ-SLAMLab/ORB_SLAM3

    ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM

    UTASR-UT-Autonomous-Scale-Racing/ORB_SLAM3's past year of commit activity
    C++ 0 GPL-3.0 3,197 0 0 Updated Sep 25, 2026
  • ResNet-Auto-Training Public

    Train ResNet with auto-generated ground-truth masks, generated by sam2

    UTASR-UT-Autonomous-Scale-Racing/ResNet-Auto-Training's past year of commit activity
    Python 1 0 0 0 Updated Jul 3, 2026
  • website Public
    UTASR-UT-Autonomous-Scale-Racing/website's past year of commit activity
    JavaScript 0 0 0 0 Updated Apr 8, 2026
  • scale_racing_simulator Public

    A simulator for the scale racing team's autonomous car.

    UTASR-UT-Autonomous-Scale-Racing/scale_racing_simulator's past year of commit activity
    Python 0 1 0 0 Updated Apr 7, 2026
  • data-cleaning Public
    UTASR-UT-Autonomous-Scale-Racing/data-cleaning's past year of commit activity
    Jupyter Notebook 0 0 0 0 Updated Mar 23, 2026
  • telemetry-platform-backend Public

    Backend service for a real-time telemetry platform, handling data ingestion, processing, and live streaming for autonomous vehicle telemetry.

    UTASR-UT-Autonomous-Scale-Racing/telemetry-platform-backend's past year of commit activity
    TypeScript 3 MIT 0 2 0 Updated Feb 14, 2026
  • depthai-core Public Forked from luxonis/depthai-core

    DepthAI C++ Library

    UTASR-UT-Autonomous-Scale-Racing/depthai-core's past year of commit activity
    C++ 0 MIT 238 0 0 Updated Nov 19, 2025
  • jetson-utils Public Forked from dusty-nv/jetson-utils

    C++/CUDA/Python multimedia utilities for NVIDIA Jetson

    UTASR-UT-Autonomous-Scale-Racing/jetson-utils's past year of commit activity
    C++ 0 MIT 327 0 0 Updated Oct 16, 2024
  • depthai-bootloader-shared Public Forked from luxonis/depthai-bootloader-shared

    Shared code and data for depthai-bootloader

    UTASR-UT-Autonomous-Scale-Racing/depthai-bootloader-shared's past year of commit activity
    C++ 0 MIT 31 0 0 Updated Sep 26, 2022

Most used topics

Loading…