grasp_main.h File Reference

Start point of GRASP code. More...

Go to the source code of this file.

Functions

int main_sequential (int argc, char **argv, yamlsettings_parser_settings_file_mode settings_file_mode, grasp_results_description *results_description, grasp_segment_t *input_segment, sensor_data_t *input_sdata)
 

Detailed Description

Start point of GRASP code.

Author
David Fuertes
Date
29 Sep 2013

Function Documentation

◆ main_sequential()

int main_sequential ( int  argc,
char **  argv,
yamlsettings_parser_settings_file_mode  settings_file_mode,
grasp_results_description results_description,
grasp_segment_t input_segment,
sensor_data_t input_sdata 
)

Starting point of GRASP from external library

Parameters
argcNumber of input command line arguments
argvInput command line arguments
settings_file_modehow settings are provided (inline, none, mandatory, ...)
results_descriptionAccess to results
input_segmentIn case a segment is provided, it will loaded instead of calling a driver
input_sdataIn case a sdata is provided, it will loaded instead of calling a driver
Returns
0 if the process finished properly, otherwise error code