Public Types | Public Member Functions | Public Attributes
pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator > Struct Template Reference

#include <BaseControllerState2.h>

List of all members.

Public Types

typedef
::geometry_msgs::Twist_
< ContainerAllocator > 
_command_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_joint_command_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_joint_effort_commanded_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_joint_effort_error_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_joint_effort_measured_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_joint_error_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_joint_names_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_joint_velocity_commanded_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_joint_velocity_measured_type
typedef boost::shared_ptr
< ::pr2_mechanism_controllers::BaseControllerState2_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::pr2_mechanism_controllers::BaseControllerState2_
< ContainerAllocator > > 
Ptr
typedef BaseControllerState2_
< ContainerAllocator > 
Type

Public Member Functions

 BaseControllerState2_ ()
 BaseControllerState2_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
::geometry_msgs::Twist_
< ContainerAllocator > 
command
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
joint_command
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
joint_effort_commanded
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
joint_effort_error
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
joint_effort_measured
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
joint_error
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
joint_names
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
joint_velocity_commanded
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
joint_velocity_measured

Detailed Description

template<class ContainerAllocator>
struct pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >

Definition at line 22 of file BaseControllerState2.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef ::geometry_msgs::Twist_<ContainerAllocator> pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_command_type

Definition at line 51 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_joint_command_type

Definition at line 54 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_joint_effort_commanded_type

Definition at line 69 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_joint_effort_error_type

Definition at line 72 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_joint_effort_measured_type

Definition at line 66 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_joint_error_type

Definition at line 57 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_joint_names_type

Definition at line 75 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_joint_velocity_commanded_type

Definition at line 60 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::_joint_velocity_measured_type

Definition at line 63 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::pr2_mechanism_controllers::BaseControllerState2_<ContainerAllocator> const> pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::ConstPtr

Definition at line 80 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::pr2_mechanism_controllers::BaseControllerState2_<ContainerAllocator> > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::Ptr

Definition at line 79 of file BaseControllerState2.h.

template<class ContainerAllocator >
typedef BaseControllerState2_<ContainerAllocator> pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::Type

Definition at line 23 of file BaseControllerState2.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::BaseControllerState2_ ( ) [inline]

Definition at line 25 of file BaseControllerState2.h.

template<class ContainerAllocator >
pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::BaseControllerState2_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 38 of file BaseControllerState2.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::__connection_header

Definition at line 81 of file BaseControllerState2.h.

template<class ContainerAllocator >
::geometry_msgs::Twist_<ContainerAllocator> pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::command

Definition at line 52 of file BaseControllerState2.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::joint_command

Definition at line 55 of file BaseControllerState2.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::joint_effort_commanded

Definition at line 70 of file BaseControllerState2.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::joint_effort_error

Definition at line 73 of file BaseControllerState2.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::joint_effort_measured

Definition at line 67 of file BaseControllerState2.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::joint_error

Definition at line 58 of file BaseControllerState2.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::joint_names

Definition at line 76 of file BaseControllerState2.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::joint_velocity_commanded

Definition at line 61 of file BaseControllerState2.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > pr2_mechanism_controllers::BaseControllerState2_< ContainerAllocator >::joint_velocity_measured

Definition at line 64 of file BaseControllerState2.h.


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


pr2_mechanism_controllers
Author(s): Sachin Chita, John Hsu, Melonee Wise
autogenerated on Fri Jan 3 2014 11:41:46