|
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 |
| class | SRDFConfig |
| class | PlanningGroups |
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) |
| std::filesystem::path | getSharePath (const std::string &package_name) |
| Return a path for the given package's share folder. | |
| unsigned int countElements | ( | const tinyxml2::XMLNode & | parent, |
| const char * | child_name ) |
|
inline |
Return a path for the given package's share folder.
Definition at line 70 of file utilities.hpp.

| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 204 of file test_srdf.cpp.
| TEST_F | ( | SRDFTest | , |
| Empty | ) |
Definition at line 89 of file test_srdf.cpp.
| TEST_F | ( | SRDFTest | , |
| SetJoints | ) |
| TEST_F | ( | SRDFTest | , |
| SetJointsThenLinks | ) |
| TEST_F | ( | SRDFTest | , |
| SetLinks | ) |