Search found 6 matches

by Robot_XiaoXi
29 Mar 2023, 12:59
Forum: General questions
Topic: Gravity compensation problem of force sensor in CoppeliaSim
Replies: 9
Views: 1240

Re: Gravity compensation problem of force sensor in CoppeliaSim

fferri wrote: 27 Mar 2023, 09:43 In dynamic conditions you would have to consider:
Hello fferri, thanks for your answer!Your answer is very helpful to me, thanks.
by Robot_XiaoXi
26 Mar 2023, 03:03
Forum: General questions
Topic: Gravity compensation problem of force sensor in CoppeliaSim
Replies: 9
Views: 1240

Re: Gravity compensation problem of force sensor in CoppeliaSim

For the record, to implement first proposed approach, you would first compute a list of dynamic shapes that you want to exclude from force sensor's reading, for which you'll be computing force and torque manually: allNonStaticShapes={} -- add items to 'allNonStaticShapes' then compute mass and cent...
by Robot_XiaoXi
23 Mar 2023, 11:30
Forum: General questions
Topic: Gravity compensation problem of force sensor in CoppeliaSim
Replies: 9
Views: 1240

Re: Gravity compensation problem of force sensor in CoppeliaSim

To subtract the torque/force of the gripper you have two possibilities: manually compute gripper's center of mass, total mass m , then express gripper's center of mass \vec{r} and gravity vector \vec{g} in force sensor's reference frame, and compute resulting force/torque (remember that torque \vec...
by Robot_XiaoXi
22 Mar 2023, 03:34
Forum: General questions
Topic: Gravity compensation problem of force sensor in CoppeliaSim
Replies: 9
Views: 1240

Re: Gravity compensation problem of force sensor in CoppeliaSim

So you have a force-sensor between your arm and your gripper? It seems you want to subtract the force caused by gripper's weight from the force-sensor's reading, is it correct? Hello ferri, Thank you for your reply. As you said, I have a force sensor between my arm and the hand gripper. I want to s...
by Robot_XiaoXi
22 Mar 2023, 03:20
Forum: General questions
Topic: Gravity compensation problem of force sensor in CoppeliaSim
Replies: 9
Views: 1240

Re: Gravity compensation problem of force sensor in CoppeliaSim

Hello ferri, Thank you for your reply. As you said, I have a force sensor between my arm and the hand gripper. I want to subtract the force from the gripper weight from the force sensor reading. I tried to do gravity compensation, but the sensor does not show zero after compensation. I wonder if you...
by Robot_XiaoXi
21 Mar 2023, 09:17
Forum: General questions
Topic: Gravity compensation problem of force sensor in CoppeliaSim
Replies: 9
Views: 1240

Gravity compensation problem of force sensor in CoppeliaSim

I built the model system of robot arm, force sensor and gripper in CoppeliaSim. How do I calibrate and gravimetrically compensate the force sensor in the simulation so that the force measured by the force sensor with the gripper is equal to the external torque applied to it? Thanks.