Skip to content
@AE-HYU

AE-HYU

header

🏎️ Building F1Tenth Autonomous Racing Cars 🏎️

Automotive Engineering - Hanyang University
Racing towards autonomous excellence in F1Tenth competition


Our Team

AE-HYU is a student-led autonomous racing team from Hanyang University's Department of Automotive Engineering, dedicated to pushing the boundaries of autonomous vehicle technology through competitive F1Tenth racing.

Team Leader

  • Jisang Yun
    • Perception (Localization - MCL)
    • Project Management (Git, GitHub)

Team Members

Perception Team

  • Minki Ju - Localization (MCL), Code Maintenance
  • Dahye Kim - Object Detection, Team Schedule Organization

Planning Team

  • Minwon Lee - Global Planning, Documentation (Notion)
  • Yongsu Lee - Local Planning, File Management

Control Team

  • Seokyeong Jang - MAP Controller, External Cooperation

Project Overview

We are developing autonomous F1Tenth racing cars for competition. Our team focuses on three core areas:

Perception Planning Control
Sensor data processing and environment understanding Path planning and decision-making algorithms Vehicle dynamics and actuation systems
SLAM, Localization, Object Detection Global & Local Trajectory Planning Controller Implementations

Repository Architecture

Technology Stack

Key Repositories

Repository Category Description
F1Tenth_System Core Systems Basic package for vehicle operation
AE_HYU_Bundle Core Systems Integrated autonomous system bundle
Global_Planner Planning Global path planning algorithms
Cartographer_SLAM Perception SLAM and mapping system

Main Repository Structure

ae_hyu_bundle/
├── ae_hyu_database/                # Database for maps and raceline
├── src/
│   ├── ae_hyu_monitor/             # RViz monitoring and visualization
│   ├── ae_hyu_msgs/                # Common message definitions
│   ├── cartographer/               # Cartographer SLAM
│   ├── perception_ws/
│   │   ├── monte_carlo_localization/   # Monte Carlo Localization (MCL - Particle Filter)
│   │   └── object_detection/       # Object detection
│   ├── planning_ws/
│   │   ├── planner_pkg/            # Cubic spline path planner (main)
│   └── control_ws/
│       └── crazy_controller/       # Vehicle dynamics controller

Getting Started

Prerequisites

  • ROS2 Humble or higher
  • Ubuntu 22.04 LTS
  • F1Tenth Hardware Platform
  • Dependencies: OpenCV, Eigen3

Installation

# Clone the repository
git clone https://github.com/AE-HYU/ae_hyu_bundle.git

# Navigate to workspace
cd ae_hyu_bundle

# Build the workspace
colcon build --symlink-install

# Source the environment
source install/setup.bash

AE-HYU - Racing towards autonomous excellence

F1Tenth Autonomous Racing Team

Pinned Loading

  1. f1tenth_system f1tenth_system Public

    Forked from f1tenth/f1tenth_system

    Drivers and system level code for the F1TENTH vehicles

    Python 1

Repositories

Showing 10 of 13 repositories

Top languages

Loading…

Most used topics

Loading…