jsk-ros-pkg / jsk_pr2eus

PR2 euslisp packages
https://github.com/jsk-ros-pkg/jsk_pr2eus
4 stars 41 forks source link

[WIP] Move robot-common part of simulated grasping to robot-interface #435

Open pazeshun opened 4 years ago

pazeshun commented 4 years ago

In :start-grasp and :stop-grasp of pr2-interface, object assoc/dissoc for Kinematics Simulator doesn't seem robot-specific. So this PR moves those parts to robot-interface as :assoc-objects-in-gripper and :dissoc-objects-in-gripper.

Currently, not tested well.