Register Payload Configuration
This section of the d.ASH SDK documentation provides details about the configuration file for payload registration - register_payload_config - found in the folder \dash-sdk\configs. Information in this section includes variable and definitions to configure payload registration.
2.1 Config File
{
    "robot_name" : "<ROBOT_NAME>",
    "robot_username"  : "<DC_USERNAME>"
}
2.2 Definitions
| Variable | Definition | 
|---|---|
| robotName | Set the name of your robot - this can be any string. | 
| robotUserName | Set the name of your username - this has to match your dConstruct cloud admin username. |