DAIRLab / dair_pll

DAIRLab Physics-based Learning Library
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Export learned friction in URDFs #5

Closed ebianchi closed 1 year ago

ebianchi commented 1 year ago

Presently, any exported URDFs with learned parameters feature the learned geometries and learned inertial properties, though the friction parameters remain unchanged from their initializations at the start of training. This PR adds the functionality required to export learned friction parameters as well.

Additional minor changes also wrapped into this PR:

ebianchi commented 1 year ago

Small updates made to address some of your suggestions, and follow-ups in the remaining conversations where I did not make code changes.