Step 1: Prepare the Target System
Make sure your target system has a fresh installation of Ubuntu* Linux* that corresponds to the version of Edge Insights for Autonomous Mobile Robots (EI for AMR) that you downloaded. If you need help installing Ubuntu*, follow these steps:
Download Ubuntu’s Ubuntu for Intel IoT platforms ISO file to your developer workstation.
Create a bootable flash drive using an imaging application, such as Startup Disk Creator, included with your Ubuntu* installation.
After flashing the USB drive, power off your target system, insert the USB drive, and power on the target system.
If the target system doesn’t boot from the USB drive, change the boot priority in the system BIOS.
Follow the prompts to install Ubuntu* with the default configurations. For detailed instructions, see the Ubuntu* guide.
NOTE:When creating your login details, do not use eiforamr as a username because it is used in the EI for AMR Docker* images. If the system has this username, it crashes when it tries to open the EI for AMR Docker* images using this command: ./run_interactive_docker.sh eiforamr-full-flavour-sdk:<TAG> eiforamr.Power down your target system and remove the USB drive.
Power up the target system. You see Ubuntu* Desktop is successfully installed.
Install udev rules for Intel® RealSense™ cameras.
git clone https://github.com/IntelRealSense/librealsense # Copy the 99-realsense-libusb.rules files to the rules.d folder cd librealsense sudo cp config/99-realsense-libusb.rules /etc/udev/rules.d/ sudo udevadm control --reload-rules sudo udevadm trigger