How to solve no matching function for call to ‘constructGoalConstraints
Hi, everyone,
I am using Franka Panda and ros kinetic.
I got error
Controller position_joint_trajectory_controller failed with error code GOAL_TOLERANCE_VIOLATED
so I try to setup GoalConstraints
from kinematic_constraints::constructGoalConstraints
. But I got error
error: no matching function for call to ‘constructGoalConstraints(const char [12], geometry_msgs::Pose&, std::vector<double>&, std::vector<double>&)’
My solution for GOAL_TOLERANCE_VIOLATED
, is it right?
Really sounds like an xy problem: what did you do to trigger the first error? Usually it happens when trying to execute a motion and not having recovered from errors iirc.
yes, it was trying to excuse a motion
What commands were you sending to the robot prior to the error? Did you check on the Desk interface if there was an error? EDIT e.g. I just had one of those errors and it was due to me trying to plan for a location which would lead to a collision.
If there is self collision can I avoid it in my code?