forked from DLR-RM/RAFCON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
62 lines (62 loc) · 2 KB
/
CITATION.cff
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# YAML 1.2
---
cff-version: "1.0.3"
message: "If you use this software, please cite it using these metadata."
title: RAFCON
version: 0.14
date-released: 2019-07-29
license: EPL-1.0
doi: "10.5281/zenodo.1493058"
authors:
-
affiliation: "German Aerospace Center (DLR)"
family-names: Belder
given-names: Rico
orcid: "https://orcid.org/0000-0002-9733-4108"
email: "[email protected]"
-
affiliation: "German Aerospace Center (DLR)"
family-names: Brunner
given-names: "Sebastian Georg"
orcid: "https://orcid.org/0000-0001-9359-3703"
email: "[email protected]"
-
affiliation: "German Aerospace Center (DLR)"
family-names: Steinmetz
given-names: Franz
orcid: "https://orcid.org/0000-0002-1481-9215"
email: "[email protected]"
repository-code: "https://github.com/DLR-RM/RAFCON/"
url: "https://dlr-rm.github.io/RAFCON/"
abstract: "RAFCON uses hierarchical state machines, featuring concurrent state execution, to represent robot programs. It ships with a graphical user interface supporting the creation of state machines and contains IDE like debugging mechanisms. Alternatively, state machines can programmatically be generated using RAFCON's API."
keywords:
- "robot framework"
- "state machine"
- "visual programming"
- "graphical programming"
- development
- robotics
- FSM
- GUI
references:
- type: proceedings
scope: "Cite this paper if you want to reference the general concepts of RAFCON."
authors:
- family-names: Brunner
given-names: "Sebastian Georg"
- family-names: Steinmetz
given-names: Franz
- family-names: Belder
given-names: Rico
- family-names: Dömel
given-names: Andreas
title: "RAFCON: A graphical tool for engineering complex, robotic tasks"
year: 2016
conference:
name: "IEEE Int. Conf. Intelligent Robots and Systems (IROS)"
date-start: 2016-10-09
date-end: 2016-10-14
doi: 10.1109/IROS.2016.7759506
start: 3283
end: 3290
...