admin管理员组

文章数量:1352298

I have a ModelDirectives object, and I want to write it to a .dmd.yaml file so that I can later load it back into Drake.

How can I do this from pydrake?

I found SaveYamlFile, but I can't import it from pydrake. Is that the correct function that is simply missing bindings, or is there an alternative way?

I have a ModelDirectives object, and I want to write it to a .dmd.yaml file so that I can later load it back into Drake.

How can I do this from pydrake?

I found SaveYamlFile, but I can't import it from pydrake. Is that the correct function that is simply missing bindings, or is there an alternative way?

Share Improve this question asked Apr 1 at 2:30 Nicholas PfaffNicholas Pfaff 7131 gold badge5 silver badges19 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

Try `pydrakemon.yaml.yaml_dump_typed`.

本文标签: drakeDump ModelDirectives to dmdyaml file from pydrakeStack Overflow