#include <memory>
#include <string>
#include <ignition/math/Pose3.hh>
#include <ignition/math/Angle.hh>
#include <ignition/utils/ImplPtr.hh>
#include "sdf/Element.hh"
#include "sdf/SemanticPose.hh"
#include "sdf/Types.hh"
#include "sdf/sdf_config.h"
#include "sdf/system_util.hh"
Go to the source code of this file.
Classes | |
class | sdf::v11::Light |
Provides a description of a light source. More... | |
class | sdf::v11::ScopedGraph< T > |
Namespaces | |
sdf | |
namespace for Simulation Description Format parser | |
sdf::v11 | |
Enumerations | |
enum | sdf::v11::LightType { sdf::v11::LightType::INVALID = 0, sdf::v11::LightType::POINT = 1, sdf::v11::LightType::SPOT = 2, sdf::v11::LightType::DIRECTIONAL = 3 } |