#include <moveit/collision_distance_field/collision_common_distance_field.h>
#include <ros/console.h>
#include <boost/thread/mutex.hpp>
#include <tf2_eigen/tf2_eigen.h>
#include <memory>
Go to the source code of this file.
Classes | |
struct | collision_detection::BodyDecompositionCache |
Namespaces | |
collision_detection | |
Functions | |
PosedBodyPointDecompositionVectorPtr | collision_detection::getAttachedBodyPointDecomposition (const moveit::core::AttachedBody *att, double resolution) |
PosedBodySphereDecompositionVectorPtr | collision_detection::getAttachedBodySphereDecomposition (const moveit::core::AttachedBody *att, double resolution) |
BodyDecompositionCache & | collision_detection::getBodyDecompositionCache () |
BodyDecompositionConstPtr | collision_detection::getBodyDecompositionCacheEntry (const shapes::ShapeConstPtr &shape, double resolution) |
void | collision_detection::getBodySphereVisualizationMarkers (const GroupStateRepresentationConstPtr &gsr, const std::string &reference_frame, visualization_msgs::MarkerArray &body_marker_array) |
PosedBodyPointDecompositionVectorPtr | collision_detection::getCollisionObjectPointDecomposition (const collision_detection::World::Object &obj, double resolution) |