From 6d814d4c4ff29b1825d72400c25b1794e1d32e74 Mon Sep 17 00:00:00 2001 From: mhubii Date: Sun, 8 Sep 2024 18:12:22 +0200 Subject: [PATCH] added pybind hint --- README.md | 2 +- doc/software_architecture.rst | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 doc/software_architecture.rst diff --git a/README.md b/README.md index 8feba60..4f562db 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) KUKA Fast Robot Interface Python SDK. -The code in this repository, provides Python bindings for the FRI Client SDK C++. +The code in this repository, provides Python bindings for the FRI Client SDK C++ through [pybind11](https://github.com/pybind/pybind11). The interface has been designed to be as similar as possible to the documentation provided by KUKA. There is one difference users of the Python bindings should be aware. diff --git a/doc/software_architecture.rst b/doc/software_architecture.rst deleted file mode 100644 index e69de29..0000000