1 月 09
This page was maily translated from http://demura.net/archives/9ode by Babel Fish Translation.
It continues to the last time, utilizes the dJointFeedback structure. This time the joint (the joint) the sample cord/code which acquires the power which catches is introduced.
When this is applied, you attach to the sole of a humanoid robot, you can simulate the pressure sensor which is utilized in the measurement of ZMP.
It continues to the last time, utilizes the dJointFeedback structure. This time the joint (the joint) the sample cord/code which acquires the power which catches is introduced.
When this is applied, you attach to the sole of a humanoid robot, you can simulate the pressure sensor which is utilized in the measurement of ZMP.
- void dJointSetFeedback (dJointID and dJointFeedback *); The dJointFeedback structure is set to the joint JointID which acquires the information of power and torque. typedef struct dJointFeedback { dVector3 f1; // The power which the joint has caused to body 1 dVector3 t1; // The torque which the joint has caused to body 1 dVector3 f2; // The power which the joint has caused to body 2 dVector3 t2; // The torque which the joint has caused to body 2 } dJointFeedback;
- dJointFeedback *dJointGetFeedback (dJointID); Information of power and torque of the joint which it is designated with dJointID is acquired.
投稿:07年01月09日

