Skip to content

Drivers and sensor interface code for the EML 4842: Autonomous Vehicles class at UF

License

Notifications You must be signed in to change notification settings

av-mae-uf/av1tenth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EML 4842: Autonomous Vehicles - 1/10th Vehicle Drivers

A repository for interfacing with the hardware onboard the AV 1/10th vehicle.

Installation

Follow the instructions for setup before building this repository.

You will need to clone this repository into the src directory of a workspace. You can create the appropriate directories with:

mkdir -p ~/av1tenth_ws/src

av1tenth_ws can be replaced with whatever name you want.

Then clone the github repository into the src directory of the workspace.

cd av1tenth_ws/src
git clone https://github.com/av-mae-uf/av1tenth.git

Build repository:

cd ~/av1tenth_ws
colcon build

Before trying to launch anything remember to source the workspace from the root directory (~/av1tenth_ws in this case).

source install/setup.bash