#include <signal.h>
#include <uuid/uuid.h>
#include <ros/ros.h>
#include <bondcpp/bond.h>
#include "nodelet/loader.h"
#include "nodelet/NodeletList.h"
#include "nodelet/NodeletLoad.h"
#include "nodelet/NodeletUnload.h"
Go to the source code of this file.
Classes | |
class | NodeletArgumentParsing |
class | NodeletInterface |
Functions | |
std::string | genId () |
int | main (int argc, char **argv) |
void | nodeletLoaderSigIntHandler (int sig) |
void | print_usage (int argc, char **argv) |
Variables | |
sig_atomic_t volatile | request_shutdown = 0 |
std::string genId | ( | ) |
Definition at line 55 of file nodelet.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 261 of file nodelet.cpp.
void nodeletLoaderSigIntHandler | ( | int | sig | ) |
Definition at line 254 of file nodelet.cpp.
void print_usage | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 238 of file nodelet.cpp.
sig_atomic_t volatile request_shutdown = 0 |
Definition at line 251 of file nodelet.cpp.