# use sudo apt-get install
python #(make sure it is python3 and it is callable as python)
git
git lfs
ros-noetic-desktop-full # for problems see http://wiki.ros.org/noetic/Installation/Ubuntu
ros-noetic-tf2-geometry-msgs
python-catkin-tools
ros-noetic-rqt-multiplot
ros-noetic-joy
ros-noetic-cv-bridge
ros-noetic-image-transport
libyaml-cpp-dev
libcurl4-openssl-devgit lfs clone https://github.com/FS-Driverless/Formula-Student-Driverless-Simulator.gitgit checkout tags/v2.1.0GitHub download the linux release, extract the contents into the cloned repository of you created in the previous step.
source /opt/ros/noetic/setup.bash
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin_makesource /opt/ros/noetic/setup.bash
cd Formula-Student-Driverless-Simulator/ros
catkin init
catkin config --cmake-args
catkin build