-
Notifications
You must be signed in to change notification settings - Fork 249
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
Sending command/JointTorque to the robot #47
Comments
Sorry for jumping in, would probably need to be done over FRI. github.com/ahundt/grl also has (untested) torque support and integrates with iiwa_stack. For torque control FRI will most likely be needed. People have implemented force control there, but didn't fix some items to merge: Seems iiwa_stack didn't support it as of last year: Will you have/need inertial parameters as well? Discussed here: |
Thanks @ahundt. This helps a lot My initial hesitancy for not using grl was due to its build dependency. Does it compile on 16.04? Could you please elaborate more on "integrates with iiwa_stack". Is this integration for gazebo/moveit packages? Currently, I have the cabinet KONI disabled for working with iiwa_stack. Looks like I have to revert this or use USB3-Ethernet adapter #7 to keep using iiwa_stack driver. Inertial parameters will be definitely needed for the torque control. |
The number of dependencies has been greatly reduced: Yes it integrates with moveit + ROS using the iiwa_stack where grl supplies the drivers. useful links for determining intertial parameters of kuka iiwa:
There is more I'd be happy to disucuss and help with items that are grl specific but that should probably be done by creating an issue under the grl github project. |
Thanks! Will give it a try and get back on issues if any. |
Just as comments: That said, I'm quite interested to learn if you manage to use FRI for torque control. Maybe drop me an email if everything works! |
Currently, Sending command/JointTorque command/JointVelocity to the robot is disabled/commented in iiwaRos.cpp. Is this an untested feature? We have the iiwa 800 and I would like to use this feature. Any gotchas/concerns about enabling these? This is related to issue #28
The text was updated successfully, but these errors were encountered: