UrdfRobot#
Fully qualified name: isaacsim::asset::importer::urdf::UrdfRobot
-
struct UrdfRobot#
Complete URDF robot model definition.
Represents the entire robot model containing all links, joints, materials, and metadata. Serves as the root container for the robot description.
Public Members
-
std::map<std::string, UrdfLoopJoint> loopJoints#
Map of all loop joints in the robot indexed by name.
-
std::map<std::string, UrdfMaterial> materials#
Map of all materials in the robot indexed by name.
-
std::map<std::string, UrdfLoopJoint> loopJoints#