#include <model_based_state_space.h>
Public Member Functions | |
| ModelBasedStateSpaceSpecification (const robot_model::RobotModelConstPtr &kmodel, const robot_model::JointModelGroup *jmg) | |
| ModelBasedStateSpaceSpecification (const robot_model::RobotModelConstPtr &kmodel, const std::string &group_name) | |
Public Attributes | |
| const robot_model::JointModelGroup * | joint_model_group_ |
| std::vector < robot_model::JointModel::Bounds > | joints_bounds_ |
| robot_model::RobotModelConstPtr | kmodel_ |
Definition at line 50 of file model_based_state_space.h.
| ompl_interface::ModelBasedStateSpaceSpecification::ModelBasedStateSpaceSpecification | ( | const robot_model::RobotModelConstPtr & | kmodel, |
| const robot_model::JointModelGroup * | jmg | ||
| ) | [inline] |
Definition at line 52 of file model_based_state_space.h.
| ompl_interface::ModelBasedStateSpaceSpecification::ModelBasedStateSpaceSpecification | ( | const robot_model::RobotModelConstPtr & | kmodel, |
| const std::string & | group_name | ||
| ) | [inline] |
Definition at line 58 of file model_based_state_space.h.
| const robot_model::JointModelGroup* ompl_interface::ModelBasedStateSpaceSpecification::joint_model_group_ |
Definition at line 67 of file model_based_state_space.h.
| std::vector<robot_model::JointModel::Bounds> ompl_interface::ModelBasedStateSpaceSpecification::joints_bounds_ |
Definition at line 68 of file model_based_state_space.h.
Definition at line 66 of file model_based_state_space.h.