Go to the source code of this file.
Functions | |
static size_t | curl_write_cb (void *contents, size_t size, size_t nmemb, void *userp) |
int | main (int argc, char **argv) |
static size_t curl_write_cb | ( | void * | contents, |
size_t | size, | ||
size_t | nmemb, | ||
void * | userp | ||
) | [static] |
Definition at line 162 of file interactive_world_model_fetcher.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the high_level_action_server node.
argc | argument count that is passed to ros::init. |
argv | arguments that are passed to ros::init. |
Definition at line 169 of file interactive_world_model_fetcher.cpp.