moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | Public Attributes | List of all members
ompl_interface::ModelBasedStateSpaceSpecification Struct Reference

#include <model_based_state_space.h>

Collaboration diagram for ompl_interface::ModelBasedStateSpaceSpecification:
Collaboration graph
[legend]

Public Member Functions

 ModelBasedStateSpaceSpecification (const moveit::core::RobotModelConstPtr &robot_model, const moveit::core::JointModelGroup *jmg)
 
 ModelBasedStateSpaceSpecification (const moveit::core::RobotModelConstPtr &robot_model, const std::string &group_name)
 

Public Attributes

moveit::core::RobotModelConstPtr robot_model_
 
const moveit::core::JointModelGroupjoint_model_group_
 
moveit::core::JointBoundsVector joint_bounds_
 

Detailed Description

Definition at line 52 of file model_based_state_space.h.

Constructor & Destructor Documentation

◆ ModelBasedStateSpaceSpecification() [1/2]

ompl_interface::ModelBasedStateSpaceSpecification::ModelBasedStateSpaceSpecification ( const moveit::core::RobotModelConstPtr &  robot_model,
const moveit::core::JointModelGroup jmg 
)
inline

Definition at line 54 of file model_based_state_space.h.

◆ ModelBasedStateSpaceSpecification() [2/2]

ompl_interface::ModelBasedStateSpaceSpecification::ModelBasedStateSpaceSpecification ( const moveit::core::RobotModelConstPtr &  robot_model,
const std::string &  group_name 
)
inline

Definition at line 60 of file model_based_state_space.h.

Member Data Documentation

◆ joint_bounds_

moveit::core::JointBoundsVector ompl_interface::ModelBasedStateSpaceSpecification::joint_bounds_

Definition at line 69 of file model_based_state_space.h.

◆ joint_model_group_

const moveit::core::JointModelGroup* ompl_interface::ModelBasedStateSpaceSpecification::joint_model_group_

Definition at line 68 of file model_based_state_space.h.

◆ robot_model_

moveit::core::RobotModelConstPtr ompl_interface::ModelBasedStateSpaceSpecification::robot_model_

Definition at line 67 of file model_based_state_space.h.


The documentation for this struct was generated from the following file: