openrr / urdf-rs

URDF parser for Rust
Apache License 2.0
30 stars 11 forks source link

impl PartialEq and Eq for JointType #5

Closed taiki-e closed 3 years ago

taiki-e commented 3 years ago

I thought it would be useful to have this implementation when I was writing https://github.com/openrr/openrr/pull/98.

https://github.com/taiki-e/openrr/blob/5b72c338e00ed5fc5dd6b559bd36229c5ee3779e/openrr-gui/src/joint_position_sender.rs#L61