37 #include <gtest/gtest.h> 42 TEST(AllValid, Instantiate)
48 urdf::ModelInterfaceSharedPtr urdf_model;
49 urdf_model.reset(
new urdf::ModelInterface());
52 robot_model::RobotModelConstPtr kmodel;
57 int main(
int argc,
char** argv)
59 testing::InitGoogleTest(&argc, argv);
60 return RUN_ALL_TESTS();
Generic interface to collision detection.
Definition of a kinematic model. This class is not thread safe, however multiple instances can be cre...
int main(int argc, char **argv)
An allocator for AllValid collision detectors.
TEST(AllValid, Instantiate)