Namespace shapes
Definition of various shapes. No properties such as position are included. These are simply the descriptions and dimensions of shapes.
Classes
Enums
Functions
Function shapes::constructShapeFromMsg(const shape_msgs::msg::SolidPrimitive&)
Function shapes::constructShapeFromMsg(const shape_msgs::msg::Plane&)
Function shapes::constructShapeFromMsg(const shape_msgs::msg::Mesh&)
Function shapes::createMeshFromAsset(const aiScene *, const Eigen::Vector3d&, const std::string&)
Function shapes::createMeshFromAsset(const aiScene *, const std::string&)
Function shapes::createMeshFromBinary(const char *, std::size_t, const std::string&)
Function shapes::createMeshFromResource(const std::string&, const Eigen::Vector3d&)
Function shapes::createMeshFromVertices(const EigenSTL::vector_Vector3d&)