KavrakiLab / robowflex

Making MoveIt Easy!
https://kavrakilab.github.io/robowflex/
Other
114 stars 24 forks source link

YAML decode - Allow sec nsec duration format #299

Closed rr-david-alatorre closed 1 year ago

rr-david-alatorre commented 2 years ago

Some yaml encoders save durations with the secs and nsecs fields instead of as a double. The proposed changes allow for this format in the event that the node is not a single scalar value and maintain functionality otherwise. No changes are made to the yaml encoder.