#include <string>
#include <memory>
#include <ignition/math/Pose3.hh>
#include "sdf/Element.hh"
#include "sdf/InterfaceModel.hh"
#include "sdf/Types.hh"
#include "sdf/sdf_config.h"
#include "sdf/system_util.hh"
Go to the source code of this file.
Classes | |
struct | sdf::v11::NestedInclude |
Contains the necessary information about an included model file for custom model parsers to be able to find the file and parse it. More... | |
Namespaces | |
sdf | |
namespace for Simulation Description Format parser | |
sdf::v11 | |
Typedefs | |
using | sdf::v11::CustomModelParser = std::function< sdf::InterfaceModelPtr(const sdf::NestedInclude &, Errors &)> |
Defines a custom model parser. More... | |