Search found 6 matches

by 21207_iHome
20 Sep 2017, 14:09
Forum: General questions
Topic: Geometric Constraint Solver problem
Replies: 1
Views: 1407

Geometric Constraint Solver problem

Hello, I am trying to test the function of "GCS, overlap constraint". According to the documentation, the two dummies will try to overlap their respective position/orientation to create kinematic loop closure constraints for the geometric constraint solver module. Then, I created a simple ...
by 21207_iHome
27 May 2017, 01:28
Forum: General questions
Topic: Does simRMLMoveToPosition only move dummy?
Replies: 2
Views: 1643

Re: Does simRMLMoveToPosition only move dummy?

Hello, no, that API command works with any type of object. Of course, if your cuboid is dynamically enabled, it will not work (since in that case the position of the cuboid is dictated by the physics engine). In that case, make sure to uncheck the Body is dynamic checkbox. You can find the API refe...
by 21207_iHome
24 May 2017, 16:02
Forum: General questions
Topic: Does simRMLMoveToPosition only move dummy?
Replies: 2
Views: 1643

Does simRMLMoveToPosition only move dummy?

Hello. I am trying to move a cuboid using simRMLMoveToPosition. However the cuboid is just standstill. Does simRMLMoveToPosition only move dummies? And where can I find some reference?
Thanks!
by 21207_iHome
28 Apr 2017, 15:41
Forum: General questions
Topic: How to get stable measurements when using force sensor?
Replies: 4
Views: 3536

Re: How to get stable measurements when using force sensor?

I had a look at your scene, and following happens: the two objects collide with each other slightly (it is a border condition and only some of the engines will register that collision). The solution: simply adjust the local respondable masks of your two bodies, so that they won't react to collision...
by 21207_iHome
27 Apr 2017, 11:03
Forum: General questions
Topic: How to get stable measurements when using force sensor?
Replies: 4
Views: 3536

Re: How to get stable measurements when using force sensor?

Thanks for your reply.
The link of the scene is https://d.pr/MiHuR. I have tuned many parameters, but the result is bad when using bullet or ODE.
And the result of Newton engine is https://d.pr/3zbO
I don't know why there is such a big difference. Could you help me ? Thanks!
by 21207_iHome
25 Apr 2017, 09:49
Forum: General questions
Topic: How to get stable measurements when using force sensor?
Replies: 4
Views: 3536

How to get stable measurements when using force sensor?

Hello everyone, I want to measure the contact force by using a force sensor. Firstly I try a very simple scene which consist of two cuboids connected by a force sensor. https://d.pr/TnpO And according to Design consideration 6~8 , I modified the mass and principal moments of inertia. The mass of the...