Pick and place execution in Simulation_"Solution found but controller failed during execution"
Hi,
I am trying to execute pick and place task using jaco arm in simulation.I am able to successfully send Pickup goals to moveit pick action server.In the Rviz GUI i am able to see the pickup actions and while executing it on simulated robot, I am getting following error,once the arm has reached the approach position
"Solution found but controller failed during execution"
in the terminal from which i executed the script.
"Controller kate/jaco2_gripper_controller/follow_joint_trajectory failed with error code INVALID_GOAL"
in the moveit terminal.
"Trajectory message contains waypoints that are not strictly increasing in time."
in simulation terminal.
Can someone help me out in this regard?
@gvdhoorn Can u have a look at it?Seems like problem with gripper controller!!
Why are you pinging me exactly?
Have read similar kind of conversations from you in MoveIt users google groups?Thought you will be the right person to approach.Currently having no clue of what's going wrong.Sorry for the inconvenience.
After going through many rostopic echo steps,I have found that once the arm reaches pre-grasp pose.Move group is sending commands to gripper with only two points in joint trajectory msg having same time of start. Gazebo side,gripper controller is followjointtrajectory type and not accepting points
with same time of start. In the end question turns out to be Is any gripper controller available which takes only two points having same time of start and executes the trajectory?