Getting started
Last updated
Last updated
The first steps will be to install the operating system on the onboard computer and flash the right firmware to the Arduino microcontroller.
The first step will be to flash the UpBoard with an image of the Ubuntu operating system.
The UpBoard has several USB 2.0 ports where you can plug in your keyboard and your USB flash stick with the iso of the OS, and an HDMI port to connect your monitor. You should install Ubuntu 20.04 and the set up the ROS environment —Noetic— on the UpBoard.
Assign a permanent descriptor to the Arduino board (see this link) on the UpBoard computer, so that it can always be accessed the same way:
You need to find you idVendor and idProduct. Run the following command on a terminal:
You will get something like this:
You will need to flash a new firmware for the Arduino board. To to this, checkout this github repository. Then, using the Arduino IDE, connect your computer to the Arduino board using an USB cable. Open the sketch called Firmware_for_AurigaUpBoard in the examples folder. The Arduino IDE should already have selected the right port and version of the board. Flash it.
There is plenty of documentation online if you encounter any problems.
As with the Arduino we will set up a permanent descriptor for the Lidar. The rplidar_ros package comes already with a script to do so: