[ODE] "not yet implemented" Error

Ted Milker Ted Milker <tmilker at radiks.net>
Sat Mar 29 11:29:01 2003


On Sat, Mar 29, 2003 at 06:00:55PM +0200, Henri Hakl wrote:
> I've just mailed with Mattias - he assures me that the Delphi-headers are a faithful conversion, so the problem is probably that the functionality simply hasn't been implemented (even if the documentation says it is available).
> 
> Any final word form somebody that knows?

Use the source, Luke. :P  From the ode-0.035 source base:

extern "C" dReal dJointGetAMotorAngleRate (dxJointAMotor *joint, int
anum)
{
  // @@@
  dDebug (0,"not yet implemented");
  return 0;
}

So yes, it hasn't been implemented yet.

Ted