Skip to content

Install scripts and utilities for setting up MBot environment on Ubuntu/Debian

Notifications You must be signed in to change notification settings

MBot-Project-Development/mbot_sys_utils

Repository files navigation

mbot_sys_utils

Install scripts and utilities for setting up MBot environment on Ubuntu/Debian

Setting up a fresh image

  1. Install dependencies using scripts in install_scripts directory.
sudo ./install_scripts/install_mbot_dependencies.sh
./install_scripts/install_lcm.sh
  1. Optional installs:
sudo ./install_scripts/install_nomachine.sh   # Recommended for debugging.
sudo ./install_scripts/install_vscode.sh      # Only if you want to develop on the Pi.
  1. Copy mbot_config.txt to the proper loacation in the boot folder. On Ubuntu 22.04 this is /boot/firmware, on Raspberry Pi OS this is just /boot:
sudo cp mbot_config.txt [/boot, /boot/firmware]
  1. Edit the configuration:
sudo nano [/boot/mbot_config.txt, /boot/firmware/mbot_config.txt]
  1. Install udev rules:
cd udev_rules
./install_rules.sh
  1. Install services:
cd services
./install_mbot_services.sh
  1. Reboot.

  2. Test

About

Install scripts and utilities for setting up MBot environment on Ubuntu/Debian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published