Rishabhc711 / Project_Athena

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDR-SDC's Software Stack

Wall Following robot implementation of f1tenth_simulator

I. Bulding code

mkdir -p catkin_ws/src
cd catkin_ws/src
git clone https://github.com/TDR-SDC/fssim_nav
cd ..
catkin_make

II. Launch the simulator:

Run the two sets of commands in different terminals:

source ~/catkin_ws/devel/setup.bash
roslaunch fssim_nav simulator.launch
source ~/catkin_ws/devel/setup.bash
roslaunch fssim_nav control.launch

About


Languages

Language:C++ 89.4%Language:Python 7.6%Language:CMake 3.0%