moveit2
The MoveIt Motion Planning Framework for ROS 2.
Namespaces | Functions
robot_model_test_utils.cpp File Reference
#include <ament_index_cpp/get_package_share_directory.hpp>
#include <boost/algorithm/string_regex.hpp>
#include <filesystem>
#include <geometry_msgs/msg/pose.hpp>
#include <moveit/utils/robot_model_test_utils.h>
#include <rclcpp/logger.hpp>
#include <rclcpp/logging.hpp>
#include <urdf_parser/urdf_parser.h>
#include <moveit/utils/logger.hpp>
#include <pluginlib/class_loader.hpp>
#include <moveit/kinematics_base/kinematics_base.h>
Include dependency graph for robot_model_test_utils.cpp:

Go to the source code of this file.

Namespaces

 moveit
 Main namespace for MoveIt.
 
 moveit::core
 Core components of MoveIt.
 

Functions

moveit::core::RobotModelPtr moveit::core::loadTestingRobotModel (const std::string &robot_name)
 Loads a robot from moveit_resources. More...
 
urdf::ModelInterfaceSharedPtr moveit::core::loadModelInterface (const std::string &robot_name)
 Loads a URDF Model Interface from moveit_resources. More...
 
srdf::ModelSharedPtr moveit::core::loadSRDFModel (const std::string &robot_name)
 Loads an SRDF Model from moveit_resources. More...
 
void moveit::core::loadIKPluginForGroup (const rclcpp::Node::SharedPtr &node, JointModelGroup *jmg, const std::string &base_link, const std::string &tip_link, std::string plugin="KDL", double timeout=0.1)
 Load an IK solver plugin for the given joint model group. More...