This repository contains my implementation of F1tenth Lab 3 - Wall Following.
Make sure you have the following dependencies installed:
- ROS (Robot Operating System) - I used ROS Noetic.
- F1tenth Simulator
-
Clone this repository to your catkin workspace source folder:
cd catkin_ws/src git clone https://github.com/AlexFigas/F1tenth-Lab3-Wall-Following.git wall_following
-
Compile the code:
cd .. catkin_make
Run the ROS node with the following command:
roslaunch wall_following wall_following.launch