6#include "fsb_urdf_error.h"
Urdf parsing error.
Definition fsb_urdf_error.h:76
JointType
Joint type.
Definition fsb_joint.h:28
UrdfJoint urdf_parse_joint(const std::string &fname, const tinyxml2::XMLElement *joint_xml, UrdfError &err)
Parse a URDF joint element.
Definition fsb_urdf_joint.cpp:278
Definition fsb_urdf_joint.h:22
real_t upper_position
Definition fsb_urdf_joint.h:27
real_t max_velocity
Definition fsb_urdf_joint.h:30
real_t lower_position
Definition fsb_urdf_joint.h:24
bool set
Definition fsb_urdf_joint.h:33
Structure representing a URDF joint.
Definition fsb_urdf_joint.h:40
JointType joint_type
Definition fsb_urdf_joint.h:45
UrdfJointLimits limits
Definition fsb_urdf_joint.h:57
bool reversed
reversed direction of the joint axis
Definition fsb_urdf_joint.h:60
std::string child_name
Definition fsb_urdf_joint.h:51
std::string parent_name
Definition fsb_urdf_joint.h:48
Transform parent_child_transform
Definition fsb_urdf_joint.h:54
std::string joint_name
Definition fsb_urdf_joint.h:42