#include "ros/ros.h"
#include "problib/conversions.h"
#include "problib/datatypes.h"
#include <iostream>
#include <armadillo>
#include <time.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | showOutputLog () |
void | showTimerLog () |
void | startTimer (int ID=0) |
void | stopTimer (string msg, int ID=0, double factor=1) |
void | test () |
void | testOutput (string msg, double out, double actual, double epsilon=1e-9) |
Variables | |
stringstream | OUTPUT_LOG |
stringstream | TIMER_LOG |
list< timespec > | TIMERS |
void showOutputLog | ( | ) |
void showTimerLog | ( | ) |
void startTimer | ( | int | ID = 0 | ) | [inline] |
void stopTimer | ( | string | msg, |
int | ID = 0 , |
||
double | factor = 1 |
||
) | [inline] |
void testOutput | ( | string | msg, |
double | out, | ||
double | actual, | ||
double | epsilon = 1e-9 |
||
) |
stringstream OUTPUT_LOG |