* Another user `helena` with password `helena` and without root permissions.
* Some extra packages:
* vim: A program to edit files from a terminal.
* byobu: To open multiples terminals on the remote machine, in this case the car, with just an ssh connection. In case of a lost connection, runninng another time byobu will open the terminals already opened.
* ssh: To be able to remotely connect to the robot.
* apt-utils:
* vim:
* wget:
* ca-certificates:
* xsdcxx:
* ntp: For time synchronization purposes.
* Labrobotica repository added.
* All the necessary drivers.
* ROS Melodic: There are two wokspaces created:
***ana_ws** where there are all the basic nodes to start up the robot. This wokspace is intended to be updated and upgraded by labrobotica technical support team. This workspace is not intended to be modified by the user.
***user_ws** intended to be used by the user to create his own packages. If there is a package with the same name on both workspaces the one on this workspace will be used; So any desired modification on a basic driver node should be done here on a copy of the original package.
* Some useful personalizations:
* Unlimited terminal scrolling
* Av. pag and Re. pag to search command history.
* Changed color name on terminal to red.
* Increased bash_history size.
* A default NTP configuration te act as a time server.
## Instructions
If it is necessary to reinstall helena follow the instructions bellow:
**1. Install Ubuntu:**
Download [Ubuntu 18.04 image](https://releases.ubuntu.com/18.04/) and [create a bootable USB](https://ubuntu.com/tutorials/create-a-usb-stick-on-ubuntu#1-overview) with the image. Use the USB to install Ubuntu 18.04 on the robot. Use as **user name irilab** and as **computer name helena-embedded**.
Add labrobotica repository as explained on [labrobotica_how_to](https://gitlab.iri.upc.edu/labrobotica/labrobotica_how_to#from-debs)
**3. Install ROS Melodic:**
Follow the instructions on this [ROS tutorial](http://wiki.ros.org/melodic/Installation/Ubuntu) to install **ros-melodic-desktop-full**. Make sure to follow step 1.5 and 1.6.
**4 Create the base ROS workspace, download robot packages and install dependencies:**