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
ROS package for the Kuka LBR MED 14, also compatible with the iiwa 14.
4
4
We support
5
5
- commanding the robot hardware via the KUKA FRI interface and `ros_control`.
6
6
- kinematic simulations, Gazebo was never stable enough for contact rich tasks.
@@ -12,6 +12,16 @@ However, contact forces tend to be unstable.
12
12
Please look at the READMEs in the specific hardware packages.
13
13
**When using the real robot, always keep a safe distance and set up your safety configuration as required**.
14
14
15
+
## Why Another KUKA LBR Med / iiwa 14 ROS Package?
16
+
* The widely used [iiwa_stack](https://github.com/IFL-CAMP/iiwa_stack) from TUM did not allow us to **control the robot in real-time and with high precision**.
17
+
* Our robot stack **allows implementing low-level controllers** to set joint positions via the KUKA FRI interface, see [lbrmed_control](./lbrmed_control) for an example.
18
+
* A Laptop with a standard Ubuntu installation is sufficient.
19
+
* No need to patch a kernel as we do not use kernel interrupts only the standard `ros_control` loop.
20
+
* You might observe connectivity errors if you launch additional loads, e.g. RViz, or use a network switch.
21
+
* We provide a **development container**, so you can start without manually installing any dependencies.
22
+
* For custom setups, **only ROS tools** like `wstool` / `vcs` and `rosdep` are required to install dependencies.
23
+
* We built collision and visualization meshes for the LBR Med with internal electric connectors.
0 commit comments