Classes | Namespaces | Enumerations
Joint.hh File Reference
#include <memory>
#include <string>
#include <ignition/math/Pose3.hh>
#include "sdf/Element.hh"
#include "sdf/SemanticPose.hh"
#include "sdf/Types.hh"
#include "sdf/sdf_config.h"
#include "sdf/system_util.hh"
Include dependency graph for Joint.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sdf::v10::Joint
 

Namespaces

 sdf
 namespace for Simulation Description Format parser
 
 sdf::v10
 

Enumerations

enum  sdf::v10::JointType {
  sdf::v10::JointType::INVALID = 0, sdf::v10::JointType::BALL = 1, sdf::v10::JointType::CONTINUOUS = 2, sdf::v10::JointType::FIXED = 3,
  sdf::v10::JointType::GEARBOX = 4, sdf::v10::JointType::PRISMATIC = 5, sdf::v10::JointType::REVOLUTE = 6, sdf::v10::JointType::REVOLUTE2 = 7,
  sdf::v10::JointType::SCREW = 8, sdf::v10::JointType::UNIVERSAL = 9
}
 The set of joint types. More...