grasp_main.h File Reference
Start point of GRASP code. More...
#include <stdbool.h>#include "../input/grasp_input_tile_description.h"#include "../output/grasp_output_tile_result.h"#include "../output/grasp_output_segment_result.h"#include "grasp_controller.h"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.
- 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
-
argc Number of input command line arguments argv Input command line arguments settings_file_mode how settings are provided (inline, none, mandatory, ...) results_description Access to results input_segment In case a segment is provided, it will loaded instead of calling a driver input_sdata In case a sdata is provided, it will loaded instead of calling a driver
- Returns
- 0 if the process finished properly, otherwise error code
