Final position was outside tolerance. Check robot safety limits that could be inhibiting motion (Same issue as #233) #308
-
Hello everyone, I’m encountering an issue where the robot moves successfully to the first waypoint (in Cartesian space) using the MoveIt Task Constructor (MTC), but then the following error occurs:
After reaching the first waypoint, I think the error is stopping the entire process, preventing the robot from continuing through the remaining waypoints to generate a complete trajectory. Here are some relevant details:
What I’ve tried:
Here are my questions:
Any help would be greatly appreciated. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Please provide us with a debug log. Make sure to start the debug logger before you start the Yaskawa controller. A quick comment: re: changing |
Beta Was this translation helpful? Give feedback.
-
Thank you for the explanation. I just cloned the MotoROS2 repository. Below are the debug log and the PANELBOX.LOG. I couldn't find a way to define a tolerance when using the MoveIt Task Constructor—only when using the MoveGroupInterface class. I tried defining it in the ROS2 and MoveIt YAML files. |
Beta Was this translation helpful? Give feedback.
-
This appears to have been cross-posted to @SergeAlhalbi: I believe the moderators there would appreciate it if you could close your question while referencing the discussion here. |
Beta Was this translation helpful? Give feedback.
According to your
PANELBOX.LOG
you have MotoROS20.1.2
installed:The fixes to goal tolerance parsing and checking are part of
0.1.3
. See the CHANGELOG.Please download and install MotoROS2 0.1.3 and let us know whether that resolves your issue.
as I wrote above (#308 (comment)):