#include <gtest/gtest.h>
#include <joint_states_settler/ConfigGoal.h>
#include <joint_states_settler/joint_states_settler.h>
Go to the source code of this file.
|
static const unsigned int | C = 3 |
|
static const double | data [N][C] |
|
static const unsigned int | N = 9 |
|
static const char * | names [C] = { "A", "B", "C" } |
|
static const unsigned int | times [N][2] |
|
◆ addToSettler()
vector<calibration_msgs::Interval> addToSettler |
( |
JointStatesSettler & |
settler, |
|
|
unsigned int |
time_channel |
|
) |
| |
◆ config1()
◆ config2()
◆ doEasyCheck()
void doEasyCheck |
( |
const vector< calibration_msgs::Interval > & |
intervals | ) |
|
◆ doMaxStepCheck()
void doMaxStepCheck |
( |
const vector< calibration_msgs::Interval > & |
intervals | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST() [1/3]
◆ TEST() [2/3]
◆ TEST() [3/3]
◆ data
Initial value:= { { 0, 0, 10},
{ 1, 1, 15},
{ 2, 2, 20},
{ 3, 3, 50},
{ 4, 4, 30},
{ 3, 5, 35},
{ 2, 6, 25},
{ 1, 7, 20},
{ 0, 8, 25 } }
Definition at line 53 of file joint_states_settler_unittest.cpp.
◆ names
const char* names[C] = { "A", "B", "C" } |
|
static |
◆ 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 64 of file joint_states_settler_unittest.cpp.