-
Notifications
You must be signed in to change notification settings - Fork 158
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
Duration is out of dual 32-bit range #116
Comments
Indeed very strange. Do the libfranka examples work for you? |
The example seems to work properly but I did try several time to notice the trouble. In fact it comes after few trajectories. Edit : I finally manage to display robotstate at the line
The problem seems to come from the line 176 |
Now I get a other error:
Error: |
" joint_motion_generator_position_limits_violation" means that you run into the joint limits of the robot. So you should try a different trajectory |
Interesting. I mean if this works for you 🤷 . However, I am leaving this issue open since there seems to be a different issue somewhere |
The trouble seems to comes again. What could be the procedure to check where it comes from ? |
I have no answer and the trouble is not solved. Is there a way to give you me information? Trace, log, debug info ? |
What I basically need would be the value of every variable in the entire stack. Somewhere something is not properly set. If i would know which variable is the problem I could maybe find the reason. But without being able to reproduce it myself it is very hard to debug this. |
How could I generate the value of every variable in the entire stack? Could I made a direct call to you via Team or Meet? |
@marcbone It seems it comes from the version of my moveit. I update the all packages and it seems there is no more pb since 1 week. I hope it will solve my problem definitively |
The issue seems to be solved. Closed due to inactivity. |
Hello,
I get a strange error when I use libfranka. After few move I get that error:
I use gdb to debug it and here is the result:
My example run on Ubuntu 20.04 on Noetic.
Libfranka is compile in debug mode
Franka ros is compile also in debug mode using libfranka build.
Edit:
I build libfranka in debug:
The text was updated successfully, but these errors were encountered: