post_muinstaller_installation/README.md

44 lines
1013 B
Markdown
Raw Normal View History

2022-12-16 17:12:14 -04:00
# Install
2022-12-16 17:31:03 -04:00
Run fresh_mu_install_v2.sh after mu_installer installation. Reboot after the installation so as to start all the background services.
2022-12-16 17:12:14 -04:00
2022-12-16 17:30:13 -04:00
```
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
2022-12-28 13:25:19 -04:00
```
```
2022-12-16 17:30:13 -04:00
sudo ./fresh_mu_install_v2.sh
```
2023-01-12 10:47:40 -04:00
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.
2023-01-12 10:46:50 -04:00
```
sudo usermod -a -G dialout $USER
```
2022-12-16 17:12:14 -04:00
# 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