ToyotaResearchInstitute / idto

Inverse Dynamics Trajectory Optimization for Contact-Implicit Model Predictive Control
MIT License
72 stars 16 forks source link

Refactor for a clearer directory structure #2

Closed vincekurtz closed 1 year ago

vincekurtz commented 1 year ago

This follows @amcastro-tri's suggested layout for the most part, with some naming changes make more sense to me.

Now the structure is

For example, the main solver is in optimizer instead of traj_opt since that's a bit more specific (this whole repo is about traj_opt). I also got rid of some of the tiny old examples that we just used for development/debugging.


This change is Reviewable