[ODE] ODE & Motion Sensors & Haptics??

Manohar B.S sciphilog at yahoo.com
Sun Nov 23 03:18:26 MST 2003


Hi,
    Thanks To Nate W & Arun for the reply. (others
refer to ealier mails)

I am doing exactly that way. I am not getting huge
vibrations though, but when the position of the body
being dragged and the cursor point comes very close
then I have the problem high freqency & low amplitude
vibrations.

HAPTICS:
Ok, I'll reveal more on what I am doing: I am having a
3DoF force feed back device and 1Dof force feedback
device which I myself fabricated (working fine).

as discussed ealier

 F_Drag = K_Spring * (Cursor_Pos - Body_Pos);
 F_Drag += K_Damp * (Cursor_Vel - BodyVel);

 Body_Force = F_Drag;

 Setting drag force on the body using spring damper is
ok, cool. The computed force, say F_Drag, is then
applied to the force feedback device like this

F_ForceFeedback_To_ExternaDevice = -F_Drag;
 
 Note that when this force is applied to the force
feedback device the Cursor_pos changes because they
are rigidly coupled. Hence, this forms a close loop
system, and unstability is NEVER accepted.

 Due to the spring & mass system, I feel damping when
I change the cursor position with my hand, which is
also not accepted.

Thanks & Regards,
Manohar B.S
Scientist
Centre For AI & Robotics
Bangalore, INDIA.

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/


More information about the ODE mailing list