scikit-robot icon indicating copy to clipboard operation
scikit-robot copied to clipboard

Probelm about reset_manip_pose() for PR2

Open ktro2828 opened this issue 4 years ago • 0 comments

when I call reset_manip_pose() for PR2, torso link dosen't work right.

import skrobot
from skrobot.models import PR2
from skrobot.interfaces import PybulletRobotInterface

robot = PR2()
interface = PybulletRobotInterface(robot)

I added following code

interface.force = 10000

then it worked!

ktro2828 avatar Jun 30 '20 00:06 ktro2828