[MoveIt/Gazebo] Error Controller uvbot_v1/arm_controller failed with error code GOAL_TOLERANCE_VIOLATED
When Executing path on Rviz I get failed error with the following warnings in the terminal. How do i change the tolerance? I have changed the goal tolerance margin in Rviz gui but then also i get the same error. Do i need to change the mass value or friction and damping value in th URDF?
[ WARN] [1535093077.556047667, 156.816000000]: Controller uvbot_v1/arm_controller failed with error code GOAL_TOLERANCE_VIOLATED
[ WARN] [1535093077.556170194, 156.816000000]: Controller handle uvbot_v1/arm_controller reports status ABORTED
[ INFO] [1535093077.632925092, 156.884000000]: Completed trajectory execution with status ABORTED ...
[ INFO] [1535093077.722510041, 156.968000000]: ABORTED: Solution found but controller failed during execution
Additional Info: On doing
rostopic echo /uvbot_v1/arm_controller/follow_joint_trajectory/goal
I am getting blank path and goal tolerancespath_tolerance: [] goal_tolerance: [] goal_time_tolerance: secs: 0 nsecs: 0
@Robo_Panda were you able to find a fix for this ? Im experiencing the same issue. Any help would be appreciated.
You will need to edit the
controllers.yaml
for the gazebo controller. I made changes to the constraints goals, it works when the goal tolerance is 0. Please refer to here