[ODE] AMOTOR
Jon Watte (ODE)
hplus-ode at mindcontrol.org
Wed Mar 15 12:45:26 MST 2006
AMotor is just another joint. Some joints (like Hinge) can emulate the
AMotor behavior, and additionally introduce a position constraint (which
AMotor doesn't).
It's cheaper to use one joint (hinge with dParamVel) than to use one
joint and one amotor, because it uses fewer constraint rows in the
solver matrix.
Cheers,
/ h+
LR wrote:
> Hi,
>
> I don't understant what is the difference betwin using a joint (hinge
> for exemple) with the following settings :
> dParamVel Desired motor velocity (this will be an angular or linear
> velocity).
> dParamFMax The maximum force or torque that the motor will use to
> achieve the desired velocity. This must always be greater than or equal
> to zero. Setting this to zero (the default value) turns off the motor.
>
>
>
> and use a joint motor ?
>
>
> Can some one explain me what AMotor is ?
>
>
> Thank you.
>
>
> Laurent.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
More information about the ODE
mailing list