moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <moveit_setup_framework/testing_utils.hpp>
#include <moveit_setup_framework/data/srdf_config.hpp>
#include <moveit_setup_srdf_plugins/planning_groups.hpp>
#include <tinyxml2.h>
Go to the source code of this file.
Classes | |
class | SRDFTest |
Functions | |
unsigned int | countElements (const tinyxml2::XMLNode &parent, const char *child_name) |
TEST_F (SRDFTest, Empty) | |
TEST_F (SRDFTest, SetJoints) | |
TEST_F (SRDFTest, SetLinks) | |
TEST_F (SRDFTest, SetJointsThenLinks) | |
int | main (int argc, char **argv) |
unsigned int countElements | ( | const tinyxml2::XMLNode & | parent, |
const char * | child_name | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 202 of file test_srdf.cpp.
TEST_F | ( | SRDFTest | , |
Empty | |||
) |
Definition at line 91 of file test_srdf.cpp.
TEST_F | ( | SRDFTest | , |
SetJoints | |||
) |
TEST_F | ( | SRDFTest | , |
SetJointsThenLinks | |||
) |
TEST_F | ( | SRDFTest | , |
SetLinks | |||
) |