#include <KDLWeights.h>
Public Types | |
enum | { INVALID_MODE = 0 } |
enum | { SET_TS = 1 } |
enum | { SET_JS = 2 } |
enum | { SET_LAMBDA = 4 } |
enum | { SET_TS_JS = 3 } |
typedef double | _lambda_type |
typedef int8_t | _mode_type |
typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _weight_js_type |
typedef boost::array< double, 36 > | _weight_ts_type |
typedef boost::shared_ptr < ::kdl_arm_kinematics::KDLWeights_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::kdl_arm_kinematics::KDLWeights_ < ContainerAllocator > > | Ptr |
typedef KDLWeights_ < ContainerAllocator > | Type |
Public Member Functions | |
KDLWeights_ () | |
KDLWeights_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | lambda |
int8_t | mode |
std::vector< double, typename ContainerAllocator::template rebind< double >::other > | weight_js |
boost::array< double, 36 > | weight_ts |
Definition at line 21 of file KDLWeights.h.
typedef double kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::_lambda_type |
Definition at line 51 of file KDLWeights.h.
typedef int8_t kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::_mode_type |
Definition at line 42 of file KDLWeights.h.
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::_weight_js_type |
Definition at line 48 of file KDLWeights.h.
typedef boost::array<double, 36> kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::_weight_ts_type |
Definition at line 45 of file KDLWeights.h.
typedef boost::shared_ptr< ::kdl_arm_kinematics::KDLWeights_<ContainerAllocator> const> kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::ConstPtr |
Definition at line 61 of file KDLWeights.h.
typedef boost::shared_ptr< ::kdl_arm_kinematics::KDLWeights_<ContainerAllocator> > kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::Ptr |
Definition at line 60 of file KDLWeights.h.
typedef KDLWeights_<ContainerAllocator> kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::Type |
Definition at line 22 of file KDLWeights.h.
anonymous enum |
Definition at line 54 of file KDLWeights.h.
anonymous enum |
Definition at line 55 of file KDLWeights.h.
anonymous enum |
Definition at line 56 of file KDLWeights.h.
anonymous enum |
Definition at line 57 of file KDLWeights.h.
anonymous enum |
Definition at line 58 of file KDLWeights.h.
kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::KDLWeights_ | ( | ) | [inline] |
Definition at line 24 of file KDLWeights.h.
kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::KDLWeights_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file KDLWeights.h.
boost::shared_ptr<std::map<std::string, std::string> > kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::__connection_header |
Definition at line 62 of file KDLWeights.h.
double kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::lambda |
Definition at line 52 of file KDLWeights.h.
int8_t kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::mode |
Definition at line 43 of file KDLWeights.h.
std::vector<double, typename ContainerAllocator::template rebind<double>::other > kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::weight_js |
Definition at line 49 of file KDLWeights.h.
boost::array<double, 36> kdl_arm_kinematics::KDLWeights_< ContainerAllocator >::weight_ts |
Definition at line 46 of file KDLWeights.h.