iit-DLSLab / Quadruped-PyMPC

A model predictive controller for quadruped robots based on the single rigid body model and written in python. Gradient-based (acados) or Sampling-based (jax).
132 stars 11 forks source link

Load robots using robot_descriptions.py #8

Open Danfoa opened 1 week ago

Danfoa commented 1 week ago

For ease of use, the robots should be loaded from robot_descriptions.py.

If custom modifications to the XML are needed, I believe all can be done programmatically instead of handcrafting the XML changes.