Skip to content

Commit 416851c

Browse files
committed
Add an explanation of why this package exists
1 parent 40bfcf1 commit 416851c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CI](https://github.com/rwth-irt/lbrmed-ros/actions/workflows/ci.yml/badge.svg)](https://github.com/rwth-irt/lbrmed-ros/actions/workflows/ci.yml)
22
# KUKA LBR MED STACK
3-
ROS package for the Kuka LBR MED R820 (14kg)
3+
ROS package for the Kuka LBR MED 14, also compatible with the iiwa 14.
44
We support
55
- commanding the robot hardware via the KUKA FRI interface and `ros_control`.
66
- kinematic simulations, Gazebo was never stable enough for contact rich tasks.
@@ -12,6 +12,16 @@ However, contact forces tend to be unstable.
1212
Please look at the READMEs in the specific hardware packages.
1313
**When using the real robot, always keep a safe distance and set up your safety configuration as required**.
1414

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.
24+
1525
# Install
1626
## Devcontainer
1727
This is the easiest way to get started

0 commit comments

Comments
 (0)