RAPP Platform Wiki  v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
 All Files Pages
Create-a-new-RAPP-user

Use the create_rapp_user.sh to create and authenticate a new RAPP User.

It requires the RAPP Platform to be launched. ```shell . ~/rapp_platoform/rapp-platform-scripts/deploy/deploy_rapp_ros.sh ```

Then execute: ```shell $ cd ~/rapp_platform/rapp-platform-catkin-ws/src/rapp-platform/rapp_scripts/devel $ ./create_rapp_user.sh ```

The script will prompt to input required info

```shell $ ./create_rapp_user.sh

Minimal required fields for mysql user creation:

  • username
  • password
  • language (can be ommited) ```

This will create the new user, log him in and return the session token. This should be saved in the proper robot folder as specified by the RAPP-API documentation