Public Attributes
collision_detection::DistanceFieldCacheEntry Struct Reference

#include <collision_common_distance_field.h>

List of all members.

Public Attributes

collision_detection::AllowedCollisionMatrix acm_
std::vector< unsigned int > attached_body_link_state_indices_
std::vector< std::string > attached_body_names_
boost::shared_ptr
< distance_field::DistanceField
distance_field_
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
std::string 
group_name_
std::vector< std::vector< bool > > intra_group_collision_enabled_
std::vector< unsigned int > link_body_indices_
std::vector< bool > link_has_geometry_
std::vector< std::string > link_names_
std::vector< unsigned int > link_state_indices_
boost::shared_ptr
< GroupStateRepresentation
pregenerated_group_state_representation_
std::vector< bool > self_collision_enabled_
boost::shared_ptr
< robot_state::RobotState > 
state_
std::vector< unsigned int > state_check_indices_
std::vector< double > state_values_

Detailed Description

collision volume representation for a particular link group of a robot

This entry is specific to a particular robot model, a particular link group, a particular ACM, and a particular configuration of attached objects. It assumes the poses of joints above this group have not changed, but can be used with different poses of the joints within the group.

Definition at line 109 of file collision_common_distance_field.h.


Member Data Documentation

Definition at line 129 of file collision_common_distance_field.h.

for each body in attached_body_names_, the index into the link state of the link the body is attached to.

Definition at line 155 of file collision_common_distance_field.h.

list of all bodies attached to links in link_names_

Definition at line 152 of file collision_common_distance_field.h.

the distance field describing all links of the robot that are not in the group and their attached bodies

Definition at line 132 of file collision_common_distance_field.h.

for checking collisions between this group and other objects

Definition at line 114 of file collision_common_distance_field.h.

for each link in link_names_, a vector of bool indicating for each other object (where object could be another link or an attacjed object) whether to check for collisions between this link and that object. Size of inner and outer lists are the same and equal the sum of the size of link_names_ and attached_body_names_

Definition at line 164 of file collision_common_distance_field.h.

for each link in link_names_, index into the CollisionRobotDistanceField::link_body_decomposition_vector_ vector. This is 0 (and invalid) for links with no geometry. The link_body_decomposition_vector_ contains the (unposed) spheres that make up the collision geometry for the link

Definition at line 147 of file collision_common_distance_field.h.

for each link in link_names_, true if the link has collision geometry

Definition at line 141 of file collision_common_distance_field.h.

names of all links in the group and all links below the group (links that will move if any of the joints in the group move)

Definition at line 139 of file collision_common_distance_field.h.

for each link in link_names_, index into the RobotState::link_state_vector_

Definition at line 150 of file collision_common_distance_field.h.

this can be used as a starting point for creating a GroupStateRepresentation needed for collision checking

Definition at line 135 of file collision_common_distance_field.h.

for each link in link_names_ and for each body in attached_body_names_, true if this link should be checked for self collision

Definition at line 158 of file collision_common_distance_field.h.

boost::shared_ptr<robot_state::RobotState> collision_detection::DistanceFieldCacheEntry::state_

RobotState that this cache entry represents

Definition at line 116 of file collision_common_distance_field.h.

list of indices into the state_values_ vector. One index for each joint variable which is NOT in the group or a child of the group. In other words, variables which should not change if only joints in the group move.

Definition at line 121 of file collision_common_distance_field.h.

all the joint variables from all the joints in the entire robot (whether in the group or not), excluding mimic joints. If 2 DistanceFieldCacheEntrys have identical state_values_ then they are equivalent (i.e. same robot state).

Definition at line 126 of file collision_common_distance_field.h.


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


moveit_experimental
Author(s): Ioan Sucan , Sachin Chitta , Acorn Pooley , Jorge Nicho
autogenerated on Mon Jul 24 2017 02:21:02