#include <gtest/gtest.h>
#include <monocam_settler/ConfigGoal.h>
#include <monocam_settler/monocam_settler.h>
Go to the source code of this file.
|
static const unsigned int | C = 2 |
|
static const double | data [N][2 *C] |
|
static const unsigned int | N = 9 |
|
static const bool | success [N] |
|
static const unsigned int | times [N][2] |
|
◆ addToSettler()
vector<calibration_msgs::Interval> addToSettler |
( |
MonocamSettler & |
settler, |
|
|
unsigned int |
time_channel, |
|
|
bool |
always_success |
|
) |
| |
◆ config1()
◆ config2()
ConfigGoal config2 |
( |
bool |
ignore_failures | ) |
|
◆ doCatchFailuresCheck()
void doCatchFailuresCheck |
( |
const vector< calibration_msgs::Interval > & |
intervals | ) |
|
◆ doEasyCheck()
void doEasyCheck |
( |
const vector< calibration_msgs::Interval > & |
intervals | ) |
|
◆ doIgnoreFailuresCheck()
void doIgnoreFailuresCheck |
( |
const vector< calibration_msgs::Interval > & |
intervals | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST() [1/4]
◆ TEST() [2/4]
◆ TEST() [3/4]
◆ TEST() [4/4]
◆ data
const double data[N][2 *C] |
|
static |
Initial value:= { { 0, 0, 0, 0 },
{ 1, 2, 1, 1 },
{ 2, 4, 0, 0 },
{ 3, 6, 1, 1 },
{ 4, 8, 0, 0 },
{ 0, 0, 1, 1 },
{ 4, 1, 0, 0 },
{ 8, 2, 1, 1 },
{ 12, 3, 0, 0 }}
Definition at line 48 of file monocam_settler_unittest.cpp.
◆ success
◆ times
const unsigned int times[N][2] |
|
static |
Initial value:= { { 0, 0 },
{ 1, 1 },
{ 2, 2 },
{ 3, 3 },
{ 4, 4 },
{ 5, 15 },
{ 6, 16 },
{ 7, 17 },
{ 8, 18 } }
Definition at line 59 of file monocam_settler_unittest.cpp.