-
Works fine for me.
2007-07-28 16:17:29 UTC in Open Dynamics Engine
-
Works fine for me.
2007-07-28 16:16:45 UTC in Open Dynamics Engine
-
If a stop constraint is set on a joint connected to an AMotor then the motor will push against the joint until the constraint is eventually violated. The stop must be set on the AMotor instead. This doesn't appear to be noted in the manual there's no runtime warning if you do it wrong, and the joint appears to mostly work which is confusing.
2007-07-28 16:13:21 UTC in Open Dynamics Engine
-
If D objects supported the compiled native interface as used by c++ and java (http://gcc.gnu.org/onlinedocs/gcj/About-CNI.html) it would be possible to directly access compiled c++ and java classes/methods from D code and vice versa.
2007-04-30 21:09:59 UTC in GDC: D Compiler for GCC
-
Sorry, I don't have time to play with the cvs versions at the moment, but if you think this is fixed, feel free to close the bug report, and I'll reopen it after the next release if necessary.
2006-11-20 11:40:11 UTC in mplayerplug-in for mozilla
-
Under 3.21 I could play the media at news.bbc.co.uk.
Under 3.31 it seems that the player just loops opening the connection.
This is with firefox 1.5.0.8 under Gentoo Linux.
Example media url http://news.bbc.co.uk/1/hi/help/3681938.stm.
2006-11-17 17:21:47 UTC in mplayerplug-in for mozilla
-
Logged In: YES
user_id=428581
Would the step() still have been carried out, or would an
exception indicate failure? Are these errors fatal, or do
they only reduce simulation accuracy?.
2006-10-09 08:28:09 UTC in Open Dynamics Engine
-
Logged In: YES
user_id=428581
Yes. The problem just becomes more obvious when using
wrappers for another language.
2006-09-27 16:45:12 UTC in Open Dynamics Engine
-
From a pyode simulation I get:
ODE Message 3: LCP internal error, s
2006-09-27 13:54:16 UTC in Open Dynamics Engine
-
With reference to the pyode thread here
http://sourceforge.net/mailarchive/forum.php?thread_id=30160006&forum_id=38876
and the problem outlined by Matthias Baas in the 5th email.
There are multiple destructors (for each object plus
dWorldDestroy, joint group destructors) within ode.
Some objects hold pointers to others that are used at
destructor time (eg. the Geom destructor tries to...
2006-09-27 13:41:57 UTC in Open Dynamics Engine