Installation script used right after mu_installer flashing.
Go to file
Mathew Ngan 0878df37df Update 'README.md' 2023-01-12 06:48:15 -08:00
README.md Update 'README.md' 2023-01-12 06:48:15 -08:00
fresh_mu_install_v2.sh Update 'fresh_mu_install_v2.sh' 2023-01-04 13:29:42 -08:00

README.md

Installation

Run fresh_mu_install_v2.sh after mu_installer installation. Reboot after the installation so as to start all the background services.

cd Downloads
git clone https://git.spirirobotics.com/orion1/post_muinstaller_installation.git
cd post_muinstaller_installation
sudo chmod +x fresh_mu_install_v2.sh
sudo ./fresh_mu_install_v2.sh

After rebooting, add the user into dialout group so that we can access the serial port directly. Reboot once again and mavroslaunch should work properly.

sudo usermod -a -G dialout $USER

Installed packages

Packages to be Installed

  • Basic tools and libraries
  • ROS Melodic and relevant packages
  • Gstreamer & GSCAM
  • Python 2.7 & 3.6
  • Nvidia CUDA
  • OpenCV 3.4
  • Geographic libraries

Systemd Services

Services to run on startup

  • Radio Listener to tune the cameras, restart TX2 or FCU with a flip of switch on the RC
  • ROSCORE start
  • MAVROS start
  • Camera start
  • GPU stereo vision start
  • RTSP broadcaster start