Search found 4 matches

by yanxj20
19 Feb 2021, 06:25
Forum: General questions
Topic: How can I get gravity torque?
Replies: 3
Views: 505

Re: How can I get gravity torque?

Can anyone help? Any help is greatly appreciated.
by yanxj20
18 Feb 2021, 13:15
Forum: General questions
Topic: How can I get gravity torque?
Replies: 3
Views: 505

Re: How can I get gravity torque?

Or can I get the .urdf file of certain .ttm file?
by yanxj20
18 Feb 2021, 12:46
Forum: General questions
Topic: How can I get gravity torque?
Replies: 3
Views: 505

How can I get gravity torque?

Hi Coppelia: I need Joint torques that compensate gravity at certain joint configuration. Is there any API in CoppeliaSim like gravTorq = gravityTorque(robot,configuration) in MATLAB? If not, I also tried to load the same manipulator model in MATLAB and use gravityTorque to calculate it. However, th...
by yanxj20
26 Jan 2021, 16:48
Forum: General questions
Topic: How to use _simGetGravity in C++
Replies: 1
Views: 420

How to use _simGetGravity in C++

Hi,

I want to get Gravity vector of one link of a manipulator in C++. I find function _simGetGravity on the additional API functions list. When I try to use it, I find it isn't in extApi.c or extApiPlatform.c. How can I use it? Thanks.