-
Notifications
You must be signed in to change notification settings - Fork 28
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
Robot doesn't move when running the example scripts #20
Comments
This happens to me as well. I dived into the RUC side, and it seems that the franka_interface will always break at |
Do you have a full error log? Does this happen to all scripts? (For example, does reset joint script work?) |
i have the same error too,do someone have sovled it? |
this is log file |
I also encounter this issue. Is there any progress on it? |
Sorry, I don't have the condition to test on a real robot now. Someone said to set counter higher. That's one thing to try. Another thing is to check the internet latency between the NUC and desktop. The latency might be a thing if you are using a network switch, and some network switch might cause high internet latency. |
@SilvesterYu @ywang-bdai Has anyone solved this problem? Is it caused by a mismatch in the robot version? For example, my Franka is 4.22, and the official documentation says it requires a version greater than 0.9.1 and less than 0.10.0, but this repository does not provide that. |
From feedback from some users, deoxys can support at least to 0.13.0 . |
Hey @zhuyifengzju, we're having this issue with our new FR3 (system ver. 5.2.2, libfranka 0.10) in AHG as well. Crashes after "[info - arm_logger] Joint position callback". Could you elaborate on the counter you mentioned? Please let me know if there are tests we can run here with the robot to help debug. Thanks! |
I tried running several example scripts but the robot doesn't move.
However, when I run the commane
./auto_scripts/auto_gripper.sh config/charmander.yml
, the gripper can close and open.After running examples/position_only_movement.py , I got the following log files::
debug.log
error.log
Output in terminal:
After running examples/reset_robot_joints.py, I got the following:
debug.log
Output in terminal:
Which goes on forever.
Doesn't seem like the desired position successfully went to the robot. Do you have any insights on what the issue was? Many thanks!
The text was updated successfully, but these errors were encountered: