Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

Table of Contents

Install OS on Raspberry Pi 4

...

  • Insert the SD card, mouse, keyboard, Ethernet cable, monitor. After this step you can plug in t the raspberry Pi and wait for configurations.

Install ROS on Raspberry Pi 4

  • Step 1: Install Dependencies and Download the Packages

...

Code Block
sudo apt-get install python-pip
pip install lxml

Download and Install the ar_monitor Package

Download from Bitbucket the ros-melodic-ar-monitor-armhf.deb file:

...

Code Block
cd ~/catkin_ws/src
git clone https://github.com/RobotWebTools/rosbridge_suite.git
cd ..
catkin_make

Make the status_server Script Start-up Program

Install additional start up manager

...

Click on “+“ icon and add the roslaunch.service file.

Code Block
sudo reboot

Attach the Monitor to Raspberry Pi

...

  • Plug-in the HDMI cable on raspberry pi

  • Plug-in the USB cable into raspberry pi

  • Power-up the raspberry pi

  • Configure the monitor resolution (if need)

Acknowledgements

...

Supported by ROSIN - ROS-Industrial Quality-Assured Robot Software Components.
More information: ROSIN.

...