-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random brakes with: Exceeded Goal Threshold Error %s #1
Comments
I think your robot autocollision triggers (because of the engaged forces, not actual collisions) and then the JTAS reports Goal Threshold Error because so PID cannot follow the requested trajectory (motors have been braked). There is an ongoing discussion about autocollision here, can you disable it and then test again? |
Hi, I tested the proposed solution in that discussion and the robot takes no more than 10-15 trajectories to fail and brake. |
When brakes are released but no motion is being executed, can you try to push the arm with your hand? Brakes should not engage, if they do then you didn't disabled autocollision successfully. Beware, several solutions are proposed in the discussions, some may not work for your robot. |
Things get out of control, the robot braked itself during the calibration of the first joint. I tested to push the joints with my hands and I can confirm that the auto-collision is disabled, and I get continuous brakes during any trajectory. I am unable to run the robot for more than 5-10 movements without this issue happening. @ymollard do you have anything else I could check for the robot? presenting the robot in less than 3 weeks, and I would like to have a reliable robot if possible. |
I saw today this next warnings on the robot:
I can see that the eDO_states compares the trajectorie_points with the current_state and then throws errors if the gap between the state and the trajectorie point is to big. Could the issue be generated from some issues with the timestamps? |
Are you also having such problems when using the Android application only to navigate between 2 viapoints for instance? (No custom ROS started and a fresh reboot). |
I havent used the android app in the past 10 months, but I will give it a
try for a while and check if I have random brakes using the Android app.
…On Mon, 7 Jun 2021 at 19:08, Yoan Mollard ***@***.***> wrote:
Are you also having such problems when using the Android application only
to navigate between 2 viapoints for instance? (No custom ROS started and a
fresh reboot).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQD6UNMJ3HPOLUJGJXPFIDTRT4J5ANCNFSM45ULT3YQ>
.
|
I just tested the app. Just to make sure that everything was working correctly I flashed the robot with the latest version 3.1.1 and installed the Android APP 3.1.1. I am unable to calibrate the robot, once I unbrake the robot it takes 5 seconds to get automatically braked again. Something that I notice during the flashing that i get an exception during the process.
I will try now with the previous version and check the android application on V3.0.1 |
I saw this answer related to the rosserial issue and they claim to be a disconnection form the USB. Since I have flashed the robot with the V3.1 I am unable to start it up or flash it with another version. during the script of updateFw.sh I am getting always errors updating the USB bridge. I have tried to contact Comau some time ago through their forum without any luck. Quite desperate since I am presenting my thesis on 2 weeks and I have a non working robot. Is there a possibility that you could link me with a Comau engineer related with this task? @ymollard |
If even with the app from the manufacturer your robot engages brakes unexpectedly, I advise that you to get it touch with the support via your robot reseller, I don't know anyone at Comau. |
Hi all.
I have been working with eDO robot for the past 8 months. Now delivering my thesis in the next week i would like to request some help with the code, since I dont know if my robot is malfunctioning or there is an actual error with the controller.
I have notice that the robot randomly every 3-5 min will stop working and throw me an error with
joint_trajectory_action_server: Exceeded Goal Threshold Error edo_joint_X
I have reduced the speed of the robot joints even more, in case that was an issue. joints limits in Moveit package is set up to 0.3.
I have seen the code where this error is been generated:
My question is: Have any one else found issues with random brakes on the robot. And if not, can anyone guide me a bit why I am been thrown a Threshold error with the robot?
In the system I am developing I notice that the times provided by ROS are having some issues. I am also wondering the Timestamps that ROS provides can have any impact on Threshold issues?
The text was updated successfully, but these errors were encountered: