From: Chris B. <chr...@gm...> - 2005-09-20 17:07:25
|
On 20/09/05, Matthias Baas <ba...@ir...> wrote: > The tutorial is *not* referring to AMotors but to the internal motors of > the joints (which a ball joint doesn't have). Do you mean you can't just set ParamVel and ParamFMax on a ball joint? You have to use an AMotor? I didn't know that.. don't remember seeing it in the manual. On 20/09/05, Paul Kinnane <pki...@in...> wrote: >=20 > Converting this to UserMode resulted in the limits not working at all. > I was unable to find the problem. My guess is that there is an issue > with PyODE's AMotor.setNumAxes or setAngle, but I couldn't track it > down. This post (1) on the ode list has code for user mode ball joints with working limits (though I haven't tested it). (2) says there are some problems though - it sounds like ODE only considers the limit in the direction the joint is moving towards, instead of trying to satisfy both limits at the same time. (1) http://q12.org/pipermail/ode/2005-August/016510.html (2) http://q12.org/pipermail/ode/2005-July/016474.html |