Autonomous_Racing is framework which is first tested out in the F1Tenth Car. It is based on Symbolic controller based approach, to tackle navigation through the obstacle course while providing safety guarantees. It can be used to perform Autonomous Navigation (SMP).
Credits
Setup
Installation instructions for Linux.
Prerequisites
- If not already done so, install ROS (Desktop-Full is recommended).
Installation
-
Move to your catkin workspace:
cd ~/catkin_ws/src
-
Download repo using a SSH key or via HTTPS:
git clone https://github.com/FocasLab/focaslab_f1tenth.git
-
Install system dependencies:
sudo apt-get install python-wstool python-catkin-tools
-
Install these packages for the F1Tenth Simulation
sudo apt-get install ros-noetic-tf2-geometry-msgs sudo apt-get install ros-noetic-ackermann-msgs sudo apt-get install ros-noetic-joy sudo apt-get install ros-noetic-map-server
-
Compile and source:
catkin_make source ../devel/setup.bash
Recommended Specs ( equivalent or higher )
- Processor - Intel i7
- RAM - 16GB
- Graphics Card - 4GB
- OS - Ubuntu 20.04 with ROS Noetic