Robotics StackExchange | Archived questions

Gazebo physics effort / position controllers

Hi,

Im working with panda model with arm and gripper in gazebo, when i set controllers for arm&gripper to

  • position_controllers/JointTrajectoryController

model moves fine but he can't grab any object to gripper - object slides from gripper (it's not effort setting).

  • effort_controllers/JointTrajectoryController

model moves ok (pid adjust), gripper can hold object and keep it, but there exist error GOALTOLERANCEVIOLATED

When i set arm to

  • position_controllers/JointTrajectoryController

and gripper to

  • effort_controllers/JointTrajectoryController

my model behaviour is the same as in first case where model has position controller for all links - i can't grab anything with gipper.

How to set controllers to be able to grab objects and avoid setting pids for effort controllers. I don't want also use plugin for grasping.

Asked by Abradanek on 2020-04-03 02:55:58 UTC

Comments

Answers