#include <csignal>
#include <stdint.h>
#include <cstdio>
#include <sicklms-1.0/SickLMS.hh>
#include <ros/time.h>
Go to the source code of this file.
Functions | |
void | ctrlc_handler (int) |
int | main (int argc, char **argv) |
Variables | |
bool | got_ctrlc = false |
void ctrlc_handler | ( | int | ) |
Definition at line 43 of file log_scans.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 48 of file log_scans.cpp.
bool got_ctrlc = false |
Definition at line 42 of file log_scans.cpp.