Closed audrow closed 1 year ago
Oh, this is another bug introduced in https://github.com/openrr/urdf-rs/pull/64. We should probably use #[yaserde(root = "robot")]
#[yaserde(rename = "robot")]
on the Robot
struct.
Thanks for the report!
Fixed in 0.7.3.
Nice, thank you for the quick fix!
The
write_to_string
function uses uppercase "Robot" tag. This can't be used directly by Rviz (and probably other ROS tools) without converting to lowercase "robot" tag.Simple work around: