$search
#include <planning_models/kinematic_model.h>
#include <planning_models/kinematic_state.h>
#include <gtest/gtest.h>
#include <sstream>
#include <ctype.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
static bool | sameStringIgnoringWS (const std::string &s1, const std::string &s2) |
TEST (FK, OneRobot) | |
TEST (LoadingAndFK, SimpleRobot) | |
TEST (Loading, SimpleRobot) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 505 of file test_kinematic.cpp.
static bool sameStringIgnoringWS | ( | const std::string & | s1, | |
const std::string & | s2 | |||
) | [static] |
Definition at line 43 of file test_kinematic.cpp.
TEST | ( | FK | , | |
OneRobot | ||||
) |
Definition at line 232 of file test_kinematic.cpp.
TEST | ( | LoadingAndFK | , | |
SimpleRobot | ||||
) |
Definition at line 124 of file test_kinematic.cpp.
TEST | ( | Loading | , | |
SimpleRobot | ||||
) |
Definition at line 64 of file test_kinematic.cpp.