$search
typedef ::kinematics_msgs::GetConstraintAwarePositionIKRequest_<std::allocator<void> > kinematics_msgs::GetConstraintAwarePositionIKRequest |
Definition at line 364 of file GetConstraintAwarePositionIK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetConstraintAwarePositionIKRequest const> kinematics_msgs::GetConstraintAwarePositionIKRequestConstPtr |
Definition at line 367 of file GetConstraintAwarePositionIK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetConstraintAwarePositionIKRequest> kinematics_msgs::GetConstraintAwarePositionIKRequestPtr |
Definition at line 366 of file GetConstraintAwarePositionIK.h.
typedef ::kinematics_msgs::GetConstraintAwarePositionIKResponse_<std::allocator<void> > kinematics_msgs::GetConstraintAwarePositionIKResponse |
Definition at line 598 of file GetConstraintAwarePositionIK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetConstraintAwarePositionIKResponse const> kinematics_msgs::GetConstraintAwarePositionIKResponseConstPtr |
Definition at line 601 of file GetConstraintAwarePositionIK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetConstraintAwarePositionIKResponse> kinematics_msgs::GetConstraintAwarePositionIKResponsePtr |
Definition at line 600 of file GetConstraintAwarePositionIK.h.
typedef ::kinematics_msgs::GetKinematicSolverInfoRequest_<std::allocator<void> > kinematics_msgs::GetKinematicSolverInfoRequest |
Definition at line 90 of file GetKinematicSolverInfo.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoRequest const> kinematics_msgs::GetKinematicSolverInfoRequestConstPtr |
Definition at line 93 of file GetKinematicSolverInfo.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoRequest> kinematics_msgs::GetKinematicSolverInfoRequestPtr |
Definition at line 92 of file GetKinematicSolverInfo.h.
typedef ::kinematics_msgs::GetKinematicSolverInfoResponse_<std::allocator<void> > kinematics_msgs::GetKinematicSolverInfoResponse |
Definition at line 203 of file GetKinematicSolverInfo.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoResponse const> kinematics_msgs::GetKinematicSolverInfoResponseConstPtr |
Definition at line 206 of file GetKinematicSolverInfo.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoResponse> kinematics_msgs::GetKinematicSolverInfoResponsePtr |
Definition at line 205 of file GetKinematicSolverInfo.h.
typedef ::kinematics_msgs::GetPositionFKRequest_<std::allocator<void> > kinematics_msgs::GetPositionFKRequest |
Definition at line 214 of file GetPositionFK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetPositionFKRequest const> kinematics_msgs::GetPositionFKRequestConstPtr |
Definition at line 217 of file GetPositionFK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetPositionFKRequest> kinematics_msgs::GetPositionFKRequestPtr |
Definition at line 216 of file GetPositionFK.h.
typedef ::kinematics_msgs::GetPositionFKResponse_<std::allocator<void> > kinematics_msgs::GetPositionFKResponse |
Definition at line 430 of file GetPositionFK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetPositionFKResponse const> kinematics_msgs::GetPositionFKResponseConstPtr |
Definition at line 433 of file GetPositionFK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetPositionFKResponse> kinematics_msgs::GetPositionFKResponsePtr |
Definition at line 432 of file GetPositionFK.h.
typedef ::kinematics_msgs::GetPositionIKRequest_<std::allocator<void> > kinematics_msgs::GetPositionIKRequest |
Definition at line 222 of file GetPositionIK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetPositionIKRequest const> kinematics_msgs::GetPositionIKRequestConstPtr |
Definition at line 225 of file GetPositionIK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetPositionIKRequest> kinematics_msgs::GetPositionIKRequestPtr |
Definition at line 224 of file GetPositionIK.h.
typedef ::kinematics_msgs::GetPositionIKResponse_<std::allocator<void> > kinematics_msgs::GetPositionIKResponse |
Definition at line 459 of file GetPositionIK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetPositionIKResponse const> kinematics_msgs::GetPositionIKResponseConstPtr |
Definition at line 462 of file GetPositionIK.h.
typedef boost::shared_ptr< ::kinematics_msgs::GetPositionIKResponse> kinematics_msgs::GetPositionIKResponsePtr |
Definition at line 461 of file GetPositionIK.h.
typedef ::kinematics_msgs::KinematicSolverInfo_<std::allocator<void> > kinematics_msgs::KinematicSolverInfo |
Definition at line 145 of file KinematicSolverInfo.h.
typedef boost::shared_ptr< ::kinematics_msgs::KinematicSolverInfo const> kinematics_msgs::KinematicSolverInfoConstPtr |
Definition at line 148 of file KinematicSolverInfo.h.
typedef boost::shared_ptr< ::kinematics_msgs::KinematicSolverInfo> kinematics_msgs::KinematicSolverInfoPtr |
Definition at line 147 of file KinematicSolverInfo.h.
typedef ::kinematics_msgs::PositionIKRequest_<std::allocator<void> > kinematics_msgs::PositionIKRequest |
Definition at line 219 of file PositionIKRequest.h.
typedef boost::shared_ptr< ::kinematics_msgs::PositionIKRequest const> kinematics_msgs::PositionIKRequestConstPtr |
Definition at line 222 of file PositionIKRequest.h.
typedef boost::shared_ptr< ::kinematics_msgs::PositionIKRequest> kinematics_msgs::PositionIKRequestPtr |
Definition at line 221 of file PositionIKRequest.h.
void kinematics_msgs::getCollisionLinks | ( | const std::vector< std::string > & | default_links, | |
const std::vector< std::string > & | collision_enable_links, | |||
const std::vector< std::string > & | collision_disable_links, | |||
std::vector< std::string > & | result | |||
) |
Get a list of exclusive links for which collision checks are to be enabled. There are four cases: (a) If both collision_enable_links and collision_disable_links are empty, result = default_links (b) If collision_enable_links is non-empty and collision_disable_links is empty, result = collision_enable_links (c) If collision_enable_links is empty and collision_disable_links is non-empty, result = default_links - collision_disable_links (d) If collision_enable_links is non-empty and collision_disable_links is non-empty, result = Union(default_links, collision_enable_links) - disable_links.
The | default set of links | |
The | set of links for which collisions are to be enabled | |
The | set of links for which collisions are to be disabled | |
The | result |
std::ostream& kinematics_msgs::operator<< | ( | std::ostream & | s, | |
const ::kinematics_msgs::PositionIKRequest_< ContainerAllocator > & | v | |||
) | [inline] |
Definition at line 226 of file PositionIKRequest.h.
std::ostream& kinematics_msgs::operator<< | ( | std::ostream & | s, | |
const ::kinematics_msgs::KinematicSolverInfo_< ContainerAllocator > & | v | |||
) | [inline] |
Definition at line 152 of file KinematicSolverInfo.h.