From: Ethan Glasser-C. <gl...@cs...> - 2007-02-21 21:11:36
|
Thomas Rückstieß wrote: > dJointGetUniversalAngle1() > dJointGetUniversalAngle2() > > but I couldn't find a PyODE aequivalent wrapper function anywhere. > Help would be appreciated! Thanks. Hi, I didn't see these functions provided in Pyode, but here's an untested patch which should provide those functions, as well as the Angle{1,2}Rate functions, as well as fix the indentation in UniversalJoint.getParam. Hope this helps, Ethan |