Speed Of Baxter Gripper

Typically: "How do I... ", "How can I... " questions
Post Reply
jerry.mughal
Posts: 4
Joined: 07 Dec 2019, 17:48

Speed Of Baxter Gripper

Post by jerry.mughal »

Hello, How can I increase the speed of Baxter gripper in Forward dynamcis mode?

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

Re: Speed Of Baxter Gripper

Post by coppelia »

Hello,

simply adjust the values in the child script attached to the gripper, around line 29 & 31:

Code: Select all

    if (close==1) then
        sim.setJointTargetVelocity(motorHandle,0.005)
    else
        sim.setJointTargetVelocity(motorHandle,-0.005)
    end
Cheers

jerry.mughal
Posts: 4
Joined: 07 Dec 2019, 17:48

Re: Speed Of Baxter Gripper

Post by jerry.mughal »

It helped me a lot. Thank you so much

Post Reply