From: Matthias B. <mb...@us...> - 2005-05-05 17:41:55
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25849 Modified Files: ChangeLog Log Message: Added methods to set joint forces/torques directly Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 3 Mar 2005 09:36:16 -0000 1.2 --- ChangeLog 5 May 2005 17:41:32 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + 2005-05-05 Matthias Baas <ba...@ir...> + + * src\joints.pyx (Joints): Added methods to set joint forces/torques directly (section 7.6 + in the ODE manual). + 2005-03-03 Matthias Baas <ba...@ir...> |