//! Utilities for parsing URDF XML from strings, like e.g. a ROS `robot_description` topic.
use EntityPath;
use TimePoint;
/// Parses URDF XML and returns the chunks emitted by Rerun's built-in URDF importer.
///
/// `include_joint_transforms` controls whether static joint transforms from the URDF
/// are emitted in addition to the robot geometry.
pub