urdf to lagrangian equations of motion
I'm looking for a nice programmatic way of generating Lagrange's equations of motion for a robot arm given a description like a urdf. This should be straightforward, however I haven't found code or libraries that already do this. The closest thing I've found is Pydy. Does anybody else have any suggestions before I derive it by hand or implement in code something that has already been done? thanks.