Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 677 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 677 Bytes

TNEX

TNEX is a Python program that can drive a vehicle in the CARLA simulator. It employs similar techniques used in state-of-the-art self-driving cars, howbeit with simpler algorithms. The goal of this project is to learn how autonomous vehicles work by building one.

Features

Cruise Control

TNEX controls the motion of the ego vehicle along its longitudinal axis (i.e gas and brakes) using PID while lateral control (steering) is done manually.

Lane Keep Assist

[WIP]

Point-to-point Navigation

[WIP]

Architecture

[WIP]

Setup

CARLA

[WIP]

ROS 2

[WIP]

Foxglove

[WIP]