Skip to content

Commit

Permalink
Updated short description
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schneider committed Dec 3, 2024
1 parent be70639 commit 9f36984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</p>


Franky is a high-level motion library (both C++ and Python) for the Franka Emika robot.
Franky is a high-level motion library (both C++ and Python) for Franka robots.
It adds a Python wrapper around [libfranka](https://frankaemika.github.io/docs/libfranka.html), while replacing necessary real-time programming with higher-level motion commands.
As franky focuses on making real-time trajectory generation easy, it allows the robot to react to unforeseen events.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def build_extension(self, ext):
setup(
name="franky-panda",
version=version,
description="High-Level Motion Library for the Franka Panda Robot (fork of frankx)",
description="High-level motion library for Franka robots.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Tim Schneider",
Expand Down

0 comments on commit 9f36984

Please sign in to comment.