-
Notifications
You must be signed in to change notification settings - Fork 73
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
FRI not running on the Arm #98
Comments
Are you trying to send FRI commands? That's very close to working but not On Wednesday, June 8, 2016, Risto Kojcev notifications@github.com wrote:
Cheers! Ph.D. Student |
No I am just using the default configuration. I am trying to send commands via Smart Servo but I do not receive any commands of the joint position via FRI anymore... KukaCommandMode is set to be Java |
Hmm I'm very surprised because I tested everything I committed just before On Thursday, June 9, 2016, Risto Kojcev notifications@github.com wrote:
Cheers! |
Hmmm same with me especially because all the ip's are set correctly and the FRI is running on the demo's provided by KUKA... Any pointers in the code where I should look? |
You might only need step 1, and hopefully won't need all of them but I On Friday, June 10, 2016, Risto Kojcev notifications@github.com wrote:
Cheers! |
Closing this one. |
Hi Andrew,
[ INFO] [1465417757.473397698]: done creating subscribers
using: 192.170.10.100 30200 192.170.10.2 30200
[2016-06-08 16:29:17.474941] [0x3993c7c0] [trace] KukaLBRiiwaRosPlugin: Connecting ZeroMQ Socket from tcp://0.0.0.0:30010 to tcp://172.31.1.147:30010
No new FRI data available, is an FRI application running on the Kuka arm?
Total sucessful transfers: 0
Total attempts: 1
Consecutive Failures: 1
Consecutive Successes: 0
Everything seems to be fine on the FRI side, right ports, ip, everything. I have confirmed this with pinging the ip of the FRI on the controller as well as running the KUKA FRI demo apps.
After issuing joint pose commands via ROS, the arm moves in the right position and then the Cartesian Impedance is always on. And it stays like this without self locking.
Is this behavior how it should be in your code or is something we can have a look to improve?
The text was updated successfully, but these errors were encountered: