You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for great work. I'm trying to using your lib to control panda robot. While using another controller(cartesian impedance control, joint position) method it works great but when i try mmc control method it makes this error. blow is error i got
mmc.py 172.16.0.2
Control loop interruped: libfranka: Move command aborted: motion aborted by reflex! ["communication_constraints_violation"]
control_command_success_rate: 0.7254 packets lost in a row in the last sample: 7
Traceback (most recent call last):
File "/home/ahrilab/Downloads/mmc.py", line 40, in<module>whilectx.ok() and not arrived:
RuntimeError: libfranka: Move command aborted: motion aborted by reflex! ["communication_constraints_violation"]
control_command_success_rate: 0.7254 packets lost in a row in the last sample: 7
I found it could be network latency issue in your test code it give this result.
I tested ping too. I shows good result too.
#9300 Current success rate: 1.000#9400 Current success rate: 1.000
Finished test, shutting down example
#######################################################
The control loop did not get executed 206 timesin the
last 9999 milliseconds (lost 206) robot states
Control command success rate of 9444 samples:
Max: 1.000
Avg: 0.979
Min: 0.910
#######################################################
it seems no problem in network setting.
In my case code with roboticstoolbox makes error. I aslo tried ik solve with roboticstoolbox it makes same error too.
The text was updated successfully, but these errors were encountered:
Thanks for great work. I'm trying to using your lib to control panda robot. While using another controller(cartesian impedance control, joint position) method it works great but when i try mmc control method it makes this error. blow is error i got
I found it could be network latency issue in your test code it give this result.
I tested ping too. I shows good result too.
it seems no problem in network setting.
In my case code with roboticstoolbox makes error. I aslo tried ik solve with roboticstoolbox it makes same error too.
The text was updated successfully, but these errors were encountered: