Skip to content

nicholaskajoh/TNEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]