#include <MoveManipulator.h>
Public Types | |
| typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _manip_goal_type |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _manip_name_type |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _planner_type |
| typedef boost::shared_ptr < ::orrosplanning::MoveManipulatorRequest_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::orrosplanning::MoveManipulatorRequest_ < ContainerAllocator > > | Ptr |
| typedef MoveManipulatorRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
| MoveManipulatorRequest_ () | |
| MoveManipulatorRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| std::vector< double, typename ContainerAllocator::template rebind< double >::other > | manip_goal |
| std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | manip_name |
| std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | planner |
Definition at line 26 of file MoveManipulator.h.
| typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::_manip_goal_type |
Definition at line 43 of file MoveManipulator.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::_manip_name_type |
Definition at line 46 of file MoveManipulator.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::_planner_type |
Definition at line 49 of file MoveManipulator.h.
| typedef boost::shared_ptr< ::orrosplanning::MoveManipulatorRequest_<ContainerAllocator> const> orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::ConstPtr |
Definition at line 54 of file MoveManipulator.h.
| typedef boost::shared_ptr< ::orrosplanning::MoveManipulatorRequest_<ContainerAllocator> > orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::Ptr |
Definition at line 53 of file MoveManipulator.h.
| typedef MoveManipulatorRequest_<ContainerAllocator> orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::Type |
Definition at line 27 of file MoveManipulator.h.
| orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::MoveManipulatorRequest_ | ( | ) | [inline] |
Definition at line 29 of file MoveManipulator.h.
| orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::MoveManipulatorRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 36 of file MoveManipulator.h.
| boost::shared_ptr<std::map<std::string, std::string> > orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::__connection_header |
Definition at line 55 of file MoveManipulator.h.
| std::vector<double, typename ContainerAllocator::template rebind<double>::other > orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::manip_goal |
Definition at line 44 of file MoveManipulator.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::manip_name |
Definition at line 47 of file MoveManipulator.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > orrosplanning::MoveManipulatorRequest_< ContainerAllocator >::planner |
Definition at line 50 of file MoveManipulator.h.