|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <moveit_setup_framework/testing_utils.hpp>#include <moveit_setup_controllers/ros2_controllers_config.hpp>#include <moveit_setup_controllers/moveit_controllers_config.hpp>#include <moveit_setup_controllers/ros2_controllers.hpp>
Go to the source code of this file.
Classes | |
| class | ControllersTest |
| struct | ControllerInfo |
| class | MoveItControllersConfig |
| class | ROS2ControllersConfig |
Functions | |
| TEST_F (ControllersTest, ParseFanuc) | |
| TEST_F (ControllersTest, ParsePanda) | |
| TEST_F (ControllersTest, OutputFanuc) | |
| TEST_F (ControllersTest, OutputPandaGripperUsesSingularJoint) | |
| TEST_F (ControllersTest, AddDefaultControllers) | |
| int | main (int argc, char **argv) |
| void | expectYamlEquivalence (const YAML::Node &generated, const YAML::Node &reference, const std::filesystem::path &generated_path, const std::string &yaml_namespace="") |
| std::filesystem::path | getSharePath (const std::string &package_name) |
| Return a path for the given package's share folder. | |
| void moveit_setup::expectYamlEquivalence | ( | const YAML::Node & | generated, |
| const YAML::Node & | reference, | ||
| const std::filesystem::path & | generated_path, | ||
| const std::string & | yaml_namespace = "" ) |
|
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 178 of file test_controllers.cpp.
| TEST_F | ( | ControllersTest | , |
| AddDefaultControllers | ) |
| TEST_F | ( | ControllersTest | , |
| OutputFanuc | ) |
| TEST_F | ( | ControllersTest | , |
| OutputPandaGripperUsesSingularJoint | ) |
Definition at line 136 of file test_controllers.cpp.
| TEST_F | ( | ControllersTest | , |
| ParseFanuc | ) |
| TEST_F | ( | ControllersTest | , |
| ParsePanda | ) |