-
Make sure you have an NVME SSD
-
Flash the SSD with Ubuntu OS using the JetsonHacks tutorial
Make sure you have 40-80GB of free space on the host computer
-
Install ROS Offical Noetic install
-
Install catkin
sudo apt install python3-catkin-tools
- Create a catkin workspace
mkdir /catkin_ws
cd /catkin_ws
catkin init
- Clone the
purdue_lunabotics
repo. Follow setup instructions in readme