Skip to content

Commit ad2bf1f

Browse files
authored
Add citation file (ompl#881)
* add CITATION.cff * fix copy/paste error * add newline
1 parent 3da8096 commit ad2bf1f

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CITATION.cff

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
license: "BSD-3-Clause"
4+
authors:
5+
- family-names: "Șucan"
6+
given-names: "Ioan A."
7+
- family-names: "Kingston"
8+
given-names: "Zachary"
9+
orcid: https://orcid.org/0000-0002-3896-5110
10+
- family-names: "Moll"
11+
given-names: "Mark"
12+
orcid: "https://orcid.org/0000-0002-0451-2797"
13+
- family-names: "Kavraki"
14+
given-names: "Lydia E."
15+
orcid: https://orcid.org/0000-0003-0699-8038
16+
title: "The Open Motion Planning Library"
17+
url: "https://ompl.kavrakilab.org"
18+
identifiers:
19+
- type: doi
20+
value: 10.1109/MRA.2012.2205651
21+
description: "Primary citation for OMPL"
22+
- type: doi
23+
value: 10.1109/MRA.2015.2448276
24+
description: "Reference for OMPL's benchmarking capabilities and Planner Arena"
25+
- type: doi
26+
value: 10.1177/0278364919868530
27+
description: "Reference for OMPL's constrained motion planning capabilities"
28+
preferred-citation:
29+
type: article
30+
authors:
31+
- family-names: "Șucan"
32+
given-names: "Ioan A."
33+
- family-names: "Moll"
34+
given-names: "Mark"
35+
orcid: "https://orcid.org/0000-0002-0451-2797"
36+
- family-names: "Kavraki"
37+
given-names: "Lydia E."
38+
orcid: https://orcid.org/0000-0003-0699-8038
39+
doi: "10.1109/MRA.2012.2205651"
40+
journal: "IEEE Robotics & Automation Magazine"
41+
month: 12
42+
start: 72
43+
end: 82
44+
title: "The Open Motion Planning Library"
45+
issue: 4
46+
volume: 19
47+
year: 2012

0 commit comments

Comments
 (0)