#include <functional>
#include <string>
#include <memory>
#include <vector>
#include <ignition/math/Pose3.hh>
#include <ignition/utils/ImplPtr.hh>
#include "sdf/InterfaceFrame.hh"
#include "sdf/InterfaceJoint.hh"
#include "sdf/InterfaceLink.hh"
#include "sdf/InterfaceModelPoseGraph.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::InterfaceModel |
Interface element representing a Model. More... | |
class | sdf::v11::ScopedGraph< T > |
Namespaces | |
sdf | |
namespace for Simulation Description Format parser | |
sdf::v11 | |
Typedefs | |
using | sdf::v11::InterfaceModelConstPtr = std::shared_ptr< const InterfaceModel > |
using | sdf::v11::InterfaceModelPtr = std::shared_ptr< InterfaceModel > |
using | sdf::v11::RepostureFunction = std::function< void(const sdf::InterfaceModelPoseGraph &)> |
Function signature for the reposture callback function. More... | |