#include <srdfdom/model.h>
#include <urdf_parser/urdf_parser.h>
#include <fstream>
#include <stdexcept>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
|
#define | EXPECT_TRUE(arg) if (!(arg)) throw std::runtime_error("Assertion failed at line " + boost::lexical_cast<std::string>(__LINE__)) |
|
#define | TEST_RESOURCE_LOCATION "." |
|
#define EXPECT_TRUE |
( |
|
arg | ) |
if (!(arg)) throw std::runtime_error("Assertion failed at line " + boost::lexical_cast<std::string>(__LINE__)) |
#define TEST_RESOURCE_LOCATION "." |
urdf::ModelInterfaceSharedPtr loadURDF |
( |
const std::string & |
filename | ) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void testComplex |
( |
void |
| ) |
|