#include <environment_chain3d_types.h>
Public Member Functions | |
virtual bool | generateSuccessorState (const std::vector< double > &start, std::vector< double > &end) |
SingleJointMotionPrimitive (const boost::shared_ptr< JointMotionWrapper > &joint_motion_wrapper, unsigned int ind, double delta) | |
Protected Attributes | |
double | delta_ |
unsigned int | ind_ |
boost::shared_ptr < JointMotionWrapper > | joint_motion_wrapper_ |
Definition at line 269 of file environment_chain3d_types.h.
sbpl_interface::SingleJointMotionPrimitive::SingleJointMotionPrimitive | ( | const boost::shared_ptr< JointMotionWrapper > & | joint_motion_wrapper, |
unsigned int | ind, | ||
double | delta | ||
) | [inline] |
Definition at line 271 of file environment_chain3d_types.h.
virtual bool sbpl_interface::SingleJointMotionPrimitive::generateSuccessorState | ( | const std::vector< double > & | start, |
std::vector< double > & | end | ||
) | [inline, virtual] |
Implements sbpl_interface::JointMotionPrimitive.
Definition at line 280 of file environment_chain3d_types.h.
double sbpl_interface::SingleJointMotionPrimitive::delta_ [protected] |
Definition at line 288 of file environment_chain3d_types.h.
unsigned int sbpl_interface::SingleJointMotionPrimitive::ind_ [protected] |
Definition at line 287 of file environment_chain3d_types.h.
boost::shared_ptr<JointMotionWrapper> sbpl_interface::SingleJointMotionPrimitive::joint_motion_wrapper_ [protected] |
Definition at line 286 of file environment_chain3d_types.h.