#include <GetChompCollisionCost.h>
Public Types | |
typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _costs_type |
typedef std::vector < ::chomp_motion_planner::JointVelocityArray_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::chomp_motion_planner::JointVelocityArray_ < ContainerAllocator > >::other > | _gradient_type |
typedef uint8_t | _in_collision_type |
typedef boost::shared_ptr < ::chomp_motion_planner::GetChompCollisionCostResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::chomp_motion_planner::GetChompCollisionCostResponse_ < ContainerAllocator > > | Ptr |
typedef GetChompCollisionCostResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
GetChompCollisionCostResponse_ () | |
GetChompCollisionCostResponse_ (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 > | costs |
std::vector < ::chomp_motion_planner::JointVelocityArray_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::chomp_motion_planner::JointVelocityArray_ < ContainerAllocator > >::other > | gradient |
uint8_t | in_collision |
Definition at line 60 of file GetChompCollisionCost.h.
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::_costs_type |
Definition at line 77 of file GetChompCollisionCost.h.
typedef std::vector< ::chomp_motion_planner::JointVelocityArray_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::chomp_motion_planner::JointVelocityArray_<ContainerAllocator> >::other > chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::_gradient_type |
Definition at line 80 of file GetChompCollisionCost.h.
typedef uint8_t chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::_in_collision_type |
Definition at line 83 of file GetChompCollisionCost.h.
typedef boost::shared_ptr< ::chomp_motion_planner::GetChompCollisionCostResponse_<ContainerAllocator> const> chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::ConstPtr |
Definition at line 88 of file GetChompCollisionCost.h.
typedef boost::shared_ptr< ::chomp_motion_planner::GetChompCollisionCostResponse_<ContainerAllocator> > chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::Ptr |
Definition at line 87 of file GetChompCollisionCost.h.
typedef GetChompCollisionCostResponse_<ContainerAllocator> chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::Type |
Definition at line 61 of file GetChompCollisionCost.h.
chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::GetChompCollisionCostResponse_ | ( | ) | [inline] |
Definition at line 63 of file GetChompCollisionCost.h.
chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::GetChompCollisionCostResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 70 of file GetChompCollisionCost.h.
boost::shared_ptr<std::map<std::string, std::string> > chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::__connection_header |
Definition at line 89 of file GetChompCollisionCost.h.
std::vector<double, typename ContainerAllocator::template rebind<double>::other > chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::costs |
Definition at line 78 of file GetChompCollisionCost.h.
std::vector< ::chomp_motion_planner::JointVelocityArray_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::chomp_motion_planner::JointVelocityArray_<ContainerAllocator> >::other > chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::gradient |
Definition at line 81 of file GetChompCollisionCost.h.
uint8_t chomp_motion_planner::GetChompCollisionCostResponse_< ContainerAllocator >::in_collision |
Definition at line 84 of file GetChompCollisionCost.h.