IFL-CAMP / iiwa_stack

ROS integration for the KUKA LBR IIWA R800/R820 (7/14 Kg).
Other
329 stars 248 forks source link

torque overlay/control #130

Open gpldecha opened 5 years ago

gpldecha commented 5 years ago

I am interested in command the robot by sending external torques. Does the stack support this functionality ? From my understand it would require to be in joint impedance ctrl mode, set the stiffness to zero and overlay the external joint torques (similar to the lwr4). This would be very similar to the LBRTorqueSineOverlay example from the KUKA FRI API examples.

I am currently trying to do this with the FRI but the SmartServo (this stack) approach could also be an option. I do not yet fully understand the pro/cons of SmartServo vs FRI. I get that the smart servo is running ros on the cabinet, but apart from that I am unsure.

Any incites regarding these two questions, would be greatly appreciated.

ajardon commented 5 years ago

I would like to try something similar. Did you get any result?

gpldecha commented 5 years ago

@ajardon You cannot send torques with this package. You would need to implement your own java FRI interface. I recommend you checking out robot-forum

ajardon commented 5 years ago

thanks ¡¡¡ I'll do it.