Skip to content

Commit c7e3675

Browse files
author
Tim Schneider
committed
Added installation instructions for libfranka 0.9.2
1 parent 1b4e78d commit c7e3675

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ To start using franky with Python and libfranka *0.12.1*, just install it via
5252
```bash
5353
pip install franky-panda
5454
```
55+
We also provide wheels for libfranka *0.9.2*, which is the latest version that supports the old Franka Emika robot:
56+
```bash
57+
wget https://github.com/TimSchneider42/franky/releases/latest/download/libfranka_0-9-2_wheels.zip
58+
unzip libfranka_0-9-2_wheels.zip
59+
pip install --no-index --find-links=./dist franky-panda
60+
```
5561

5662
Franky is based on [libfranka](https://github.com/frankaemika/libfranka), [Eigen](https://eigen.tuxfamily.org) for transformation calculations and [pybind11](https://github.com/pybind/pybind11) for the Python bindings.
5763
Franky uses the [Ruckig](https://ruckig.com) Community Version for Online Trajectory Generation (OTG).

0 commit comments

Comments
 (0)