#include <planning_models/kinematic_model.h>
#include <planning_models/kinematic_state.h>
#include <gtest/gtest.h>
#include <sstream>
#include <ctype.h>
#include <geometric_shapes/shape_operations.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 (Loading, SimpleRobot) | |
TEST (LoadingAndFK, SimpleRobot) | |
TEST (FK, OneRobot) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 506 of file test_kinematic.cpp.
static bool sameStringIgnoringWS | ( | const std::string & | s1, |
const std::string & | s2 | ||
) | [static] |
Definition at line 44 of file test_kinematic.cpp.
TEST | ( | Loading | , |
SimpleRobot | |||
) |
Definition at line 65 of file test_kinematic.cpp.
TEST | ( | LoadingAndFK | , |
SimpleRobot | |||
) |
Definition at line 125 of file test_kinematic.cpp.
TEST | ( | FK | , |
OneRobot | |||
) |
Definition at line 233 of file test_kinematic.cpp.