Gazebo physics effort / position controllers

asked 2020-04-03 05:02:56 -0600

Abradanek gravatar image

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 GOAL_TOLERANCE_VIOLATED

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.

edit retag flag offensive close merge delete