If you have already went through the installation process of SARL*, you can skip this guide.
cd arena-rosnav # navigate to the arena-rosnav directory
poetry shell
cd ../.. # navigate to the catkin_ws directory
source devel/setup.zsh # if you use bash: source devel/setup.bash
roscd sarl_star_ros
cd ../Python-RVO2
pip install Cython
python setup.py build
python setup.py install
roscd crowdnav-ros
cd scripts
pip install -e .
roslaunch arena_bringup start_arena.launch local_planner:=crowdnav # Make sure that your virtual env/poetry is activated