forked from TimSchneider42/franky
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
30 lines (29 loc) · 1.07 KB
/
CITATION.cff
File metadata and controls
30 lines (29 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cff-version: 1.2.0
message: "If you use this software, please cite it using the following metadata."
title: "franky: High-Level Control Library for Franka Robots"
authors:
- family-names: "Schneider"
given-names: "Tim"
orcid: "0000-0001-6605-9257"
affiliation: "Technical University of Darmstadt"
repository-code: "https://github.com/TimSchneider42/franky"
license: "LGPL-3.0"
abstract: |
franky is a high-level control library for Franka robots, offering Python and C++ support.
It eliminates the need for strict real-time programming by allowing high-level position
or velocity commands and planning time-optimal trajectories using Ruckig. Supports reactive
control and full access to libfranka APIs. franky is originally derived from the frankx
project by Pantor, with significant extensions and modifications.
keywords:
- robotics
- control
- franka
- python
- c++
- real-time
references:
- type: software
title: "frankx: Motion generation for Franka Emika robots"
url: "https://github.com/pantor/frankx"
authors:
- family-names: "Pantor"