#include <octomap_msgs/conversions.h>
#include <geometric_shapes/shape_messages.h>
#include <geometric_shapes/shapes.h>
#include <geometric_shapes/shape_operations.h>
#include <ros/console.h>
#include <moveit/collision_detection_bullet/bullet_integration/basic_types.h>
Go to the source code of this file.
Namespaces | |
collision_detection_bullet | |
Functions | |
shapes::ShapePtr | collision_detection_bullet::constructShape (const urdf::Geometry *geom) |
static void | collision_detection_bullet::getActiveLinkNamesRecursive (std::vector< std::string > &active_links, const urdf::LinkConstSharedPtr &urdf_link, bool active) |
Recursively traverses robot from root to get all active links. More... | |
Eigen::Isometry3d | collision_detection_bullet::urdfPose2Eigen (const urdf::Pose &pose) |