-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Hey,
First of all, thank you for your work on this nice interface. I recently discovered it.
However, when starting the command mode, I always get the "FRI interpolation error", which enables the brakes and then returns back to monitor mode. I tried to move the joints 1 (a1) and 3 (e1) to a bent position (~90 deg), but it doesn't change anything.
I've found this error in KUKA documentation, describing a possible cause :
"The setpoint command from the external computer does not match with the system status [...]"
A suggested remedy is to check if when the drives are switched off, we always have :
cmd.data.cmdJntPos = msr.data.cmdJntPos + msr.data.cmdJntPosFriOffset
However this seems to be already checked in the friRemote.cpp.
Do you know how to fix it?
Thanks for your help