Max and Min value of joint torque and angular velocity

Typically: "How do I... ", "How can I... " questions
Post Reply
akasheec38
Posts: 6
Joined: 05 Dec 2019, 12:00

Max and Min value of joint torque and angular velocity

Post by akasheec38 »

I am using a Snake robot in Vrep with 9 joints and reading the joint angular velocity and joint torque. I wonder how to find its maximum and minimum value ?

coppelia
Site Admin
Posts: 10364
Joined: 14 Dec 2012, 00:25

Re: Max and Min value of joint torque and angular velocity

Post by coppelia »

Hello,

the easiest would be read the value in a non-threaded child script, in each simulation pass (in the sensing section), and keep the min. or max.

Cheers

Post Reply