moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
This is the complete list of members for collision_detection::World, including all inherited members.
ActionBits enum name | collision_detection::World | |
ADD_SHAPE enum value | collision_detection::World | |
addObserver(const ObserverCallbackFn &callback) | collision_detection::World | |
addToObject(const std::string &object_id, const Eigen::Isometry3d &pose, const std::vector< shapes::ShapeConstPtr > &shapes, const EigenSTL::vector_Isometry3d &shape_poses) | collision_detection::World | |
addToObject(const std::string &object_id, const std::vector< shapes::ShapeConstPtr > &shapes, const EigenSTL::vector_Isometry3d &shape_poses) | collision_detection::World | inline |
addToObject(const std::string &object_id, const Eigen::Isometry3d &pose, const shapes::ShapeConstPtr &shape, const Eigen::Isometry3d &shape_pose) | collision_detection::World | inline |
addToObject(const std::string &object_id, const shapes::ShapeConstPtr &shape, const Eigen::Isometry3d &shape_pose) | collision_detection::World | inline |
begin() const | collision_detection::World | inline |
clearObjects() | collision_detection::World | |
const_iterator typedef | collision_detection::World | |
CREATE enum value | collision_detection::World | |
DESTROY enum value | collision_detection::World | |
end() const | collision_detection::World | inline |
find(const std::string &object_id) const | collision_detection::World | inline |
getGlobalShapeTransform(const std::string &object_id, int shape_index) const | collision_detection::World | |
getGlobalShapeTransforms(const std::string &object_id) const | collision_detection::World | |
getObject(const std::string &object_id) const | collision_detection::World | |
getObjectIds() const | collision_detection::World | |
getTransform(const std::string &name) const | collision_detection::World | |
getTransform(const std::string &name, bool &frame_found) const | collision_detection::World | |
hasObject(const std::string &object_id) const | collision_detection::World | |
knowsTransform(const std::string &name) const | collision_detection::World | |
MOVE_SHAPE enum value | collision_detection::World | |
MOVEIT_STRUCT_FORWARD(Object) | collision_detection::World | |
moveObject(const std::string &object_id, const Eigen::Isometry3d &transform) | collision_detection::World | |
moveShapeInObject(const std::string &object_id, const shapes::ShapeConstPtr &shape, const Eigen::Isometry3d &shape_pose) | collision_detection::World | |
moveShapesInObject(const std::string &object_id, const EigenSTL::vector_Isometry3d &shape_poses) | collision_detection::World | |
notifyObserverAllObjects(const ObserverHandle observer_handle, Action action) const | collision_detection::World | |
ObserverCallbackFn typedef | collision_detection::World | |
REMOVE_SHAPE enum value | collision_detection::World | |
removeObject(const std::string &object_id) | collision_detection::World | |
removeObserver(const ObserverHandle observer_handle) | collision_detection::World | |
removeShapeFromObject(const std::string &object_id, const shapes::ShapeConstPtr &shape) | collision_detection::World | |
setObjectPose(const std::string &object_id, const Eigen::Isometry3d &pose) | collision_detection::World | |
setSubframesOfObject(const std::string &object_id, const moveit::core::FixedTransformsMap &subframe_poses) | collision_detection::World | |
size() const | collision_detection::World | inline |
UNINITIALIZED enum value | collision_detection::World | |
World() | collision_detection::World | |
World(const World &other) | collision_detection::World | |
~World() | collision_detection::World | virtual |