-
Notifications
You must be signed in to change notification settings - Fork 244
/
CITATION.cff
408 lines (405 loc) · 14.5 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# -*- mode: yaml; -*-
# vi: set ft=yaml:
#
# CITATION.cff
# RVO2 Library
#
# SPDX-FileCopyrightText: 2008 University of North Carolina at Chapel Hill
# SPDX-License-Identifier: CC-BY-SA-4.0
#
# Creative Commons Attribution-ShareAlike 4.0 International Public License
#
# You are free to:
#
# * Share -- copy and redistribute the material in any medium or format
#
# * ShareAlike -- If you remix, transform, or build upon the material, you must
# distribute your contributions under the same license as the original
#
# * Adapt -- remix, transform, and build upon the material for any purpose, even
# commercially.
#
# The licensor cannot revoke these freedoms as long as you follow the license
# terms.
#
# Under the following terms:
#
# * Attribution -- You must give appropriate credit, provide a link to the
# license, and indicate if changes were made. You may do so in any reasonable
# manner, but not in any way that suggests the licensor endorses you or your
# use.
#
# * No additional restrictions -- You may not apply legal terms or technological
# measures that legally restrict others from doing anything the license
# permits.
#
# Notices:
#
# * You do not have to comply with the license for elements of the material in
# the public domain or where your use is permitted by an applicable exception
# or limitation.
#
# * No warranties are given. The license may not give you all of the permissions
# necessary for your intended use. For example, other rights such as
# publicity, privacy, or moral rights may limit how you use the material.
#
# Please send all bug reports to <[email protected]>.
#
# The authors may be contacted via:
#
# Jur van den Berg, Stephen J. Guy, Jamie Snape, Ming C. Lin, Dinesh Manocha
# Dept. of Computer Science
# 201 S. Columbia St.
# Frederick P. Brooks, Jr. Computer Science Bldg.
# Chapel Hill, N.C. 27599-3175
# United States of America
#
# <https://gamma.cs.unc.edu/RVO2/>
#
---
cff-version: 1.2.0
abstract: >-
We present a formal approach to reciprocal collision avoidance, where
multiple independent mobile robots or agents need to avoid collisions with
each other without communication among agents while moving in a common
workspace. Our formulation, optimal reciprocal collision avoidance (ORCA),
provides sufficient conditions for collision-free motion by letting each
agent take half of the responsibility of avoiding pairwise collisions.
Selecting the optimal action for each agent is reduced to solving a
low-dimensional linear program, and we prove that the resulting motions are
smooth. We test our optimal reciprocal collision avoidance approach on
several dense and complex simulation scenarios workspaces involving thousands
of agents, and compute collision-free actions for all of them in only a few
milliseconds.
RVO2 Library is an open-source C++98 implementation of our algorithm in two
dimensions. It has a simple API for third-party applications. The user
specifies static obstacles, agents, and the preferred velocities of the
agents. The simulation is performed step-by-step via a simple call to the
library. The simulation is fully accessible and manipulable during runtime.
The library exploits multiple processors if they are available using OpenMP
for efficient parallelization of the simulation.
authors:
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Berg
given-names: Jur
name-particle: 'van den'
post-code: 27599
region: NC
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Guy
given-names: 'Stephen J.'
orcid: 'https://orcid.org/0000-0001-8986-5817'
post-code: 27599
region: NC
website: 'https://www-users.cse.umn.edu/~sjguy/'
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Snape
given-names: Jamie
orcid: 'https://orcid.org/0000-0002-3326-9765'
post-code: 27599
region: NC
website: 'https://www.jamiesnape.io/'
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Lin
given-names: 'Ming C.'
orcid: 'https://orcid.org/0000-0003-3736-6949'
post-code: 27599
region: NC
website: 'https://www.cs.umd.edu/people/lin/'
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Manocha
given-names: Dinesh
orcid: 'https://orcid.org/0000-0001-7047-9801'
post-code: 27599
region: NC
website: 'https://www.cs.umd.edu/people/dmanocha/'
identifiers:
- type: doi
value: '10.5281/zenodo.7039667'
keywords:
- 'collision avoidance'
- 'mobile robots'
- 'motion planning'
- 'multi-robot systems'
- navigation
license: 'Apache-2.0'
message: >-
If you use this software, please cite it using the metadata from this file.
references:
- abstract: >-
We present a formal approach to reciprocal collision avoidance, where
multiple independent mobile robots or agents need to avoid collisions
with each other without communication among agents while moving in a
common workspace. Our formulation, optimal reciprocal collision avoidance
(ORCA), provides sufficient conditions for collision-free motion by
letting each agent take half of the responsibility of avoiding pairwise
collisions. Selecting the optimal action for each agent is reduced to
solving a low-dimensional linear program, and we prove that the resulting
motions are smooth. We test our optimal reciprocal collision avoidance
approach on several dense and complex simulation scenarios workspaces
involving thousands of agents, and compute collision-free actions for all
of them in only a few milliseconds.
authors:
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Berg
given-names: Jur
name-particle: 'van den'
post-code: 27599
region: NC
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Guy
given-names: 'Stephen J.'
orcid: 'https://orcid.org/0000-0001-8986-5817'
post-code: 27599
region: NC
website: 'https://www-users.cse.umn.edu/~sjguy/'
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Lin
given-names: 'Ming C.'
orcid: 'https://orcid.org/0000-0003-3736-6949'
post-code: 27599
region: NC
website: 'https://www.cs.umd.edu/people/lin/'
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Manocha
given-names: Dinesh
orcid: 'https://orcid.org/0000-0001-7047-9801'
post-code: 27599
region: NC
website: 'https://www.cs.umd.edu/people/dmanocha/'
conference:
address: 'Hotel Astoria, Pilatusstrasse 29'
city: Lucerne
country: CH
date-end: '2009-09-03'
date-start: '2009-08-31'
name: '14th International Symposium of Robotics Research (ISRR)'
post-code: 6002
contact:
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Guy
given-names: 'Stephen J.'
orcid: 'https://orcid.org/0000-0001-8986-5817'
post-code: 27599
region: NC
website: 'https://www-users.cse.umn.edu/~sjguy/'
collection-doi: '10.1007/978-3-642-19457-3'
collection-title: >-
Robotics Research: The 14th International Symposium ISRR
collection-type: proceedings
copyright: >-
Copyright © 2011 Springer Verlag
editors:
- address: >-
Institute of Robotics and Intelligent Systems (IRIS), Autonomous
Systems Lab, Leonhardstrasse 21
affiliation: ETH Zürich
city: Zürich
country: CH
family-names: Pradalier
given-names: Cédric
orcid: 'https://orcid.org/0000-0002-1746-2733'
post-code: 8092
- address: >-
Institute of Robotics and Intelligent Systems (IRIS), Autonomous
Systems Lab, Leonhardstrasse 21
affiliation: ETH Zürich
city: Zürich
country: CH
family-names: Siegwart
given-names: Roland
orcid: 'https://orcid.org/0000-0002-2760-7983'
post-code: 8092
- address: >-
Deutsches Zentrum für Luft und Raumfahrt (DLR), Institut für Robotik
und Mechatronik, Münchener Straße 20
affiliation: German Aerospace Center
city: 'Oberpfaffenhofen-Weßling'
country: DE
family-names: Hirzinger
given-names: Gerhard
post-code: 82234
end: 19
identifiers:
- type: doi
value: '10.1007/978-3-642-19457-3_1'
isbn: '978-3-642-19456-6'
keywords:
- 'collision avoidance'
- 'mobile robots'
- 'motion planning'
- 'multi-robot systems'
- navigation
publisher:
address: 'Tiergartenstraße 17'
city: Heidelberg
country: DE
name: 'Springer Verlag'
post-code: 69121
languages:
- en
month: 5
pages: 17
start: 3
title: 'Reciprocal n-body collision avoidance'
type: 'conference-paper'
url: 'https://gamma.cs.unc.edu/ORCA/'
volume: 70
year: 2011
- abstract: >-
We present a method for smooth and collision-free navigation for multiple
independent robots under differential-drive constraints. Our algorithm is
based on the optimal reciprocal collision avoidance (ORCA) formulation
and guarantees both smoothness in the trajectories of the robots and
locally collision-free paths. We provide proofs of these guarantees and
demonstrate the effectiveness of our method in experimental scenarios
using iRobot Create mobile robots navigating amongst each other.
authors:
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Snape
given-names: Jamie
orcid: 'https://orcid.org/0000-0002-3326-9765'
post-code: 27599
region: NC
website: 'https://www.jamiesnape.io/'
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Berg
given-names: Jur
name-particle: 'van den'
post-code: 27599
region: NC
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Guy
given-names: 'Stephen J.'
orcid: 'https://orcid.org/0000-0001-8986-5817'
post-code: 27599
region: NC
website: 'https://www-users.cse.umn.edu/~sjguy/'
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Manocha
given-names: Dinesh
orcid: 'https://orcid.org/0000-0001-7047-9801'
post-code: 27599
region: NC
website: 'https://www.cs.umd.edu/people/dmanocha/'
conference:
address: >-
Taipei International Convention Center (TICC), 1 Hsin-Yi Rd, Sec 5
city: 'Taipei City'
country: TW
date-end: '2010-10-22'
date-start: '2010-10-18'
name: >-
2010 IEEE/RSJ International Conference on Intelligent Robots and
Systems (IROS)
post-code: 11049
contact:
- address: >-
201 S Columbia St, Frederick P. Brooks, Jr. Computer Science Bldg
affiliation: 'University of North Carolina at Chapel Hill'
city: 'Chapel Hill'
country: US
family-names: Snape
given-names: Jamie
orcid: 'https://orcid.org/0000-0002-3326-9765'
post-code: 27599
region: NC
website: 'https://www.jamiesnape.io/'
collection-doi: '10.1109/IROS15713.2010'
collection-title: >-
Proceedings of the 2010 IEEE/RSJ International Conference on Intelligent
Robots and Systems (IROS)
collection-type: proceedings
copyright: >-
Copyright © 2010 Institute of Electrical and Electronics Engineers
date-published: '2010-12-03'
end: 4589
identifiers:
- type: doi
value: '10.1109/IROS.2010.5652073'
isbn: '978-1-4244-6674-0'
issn: '2153-0858'
keywords:
- 'collision avoidance'
- 'mobile robots'
- 'motion planning'
- 'multi-robot systems'
- navigation
publisher:
address: '3 Park Ave 17th Fl'
city: 'New York'
country: US
name: 'Institute of Electrical and Electronics Engineers'
post-code: 10016
region: NY
languages:
- en
month: 10
pages: 6
start: 4584
title: >-
Smooth and collision-free navigation for multiple robots under
differential-drive constraints
type: 'conference-paper'
url: 'https://gamma.cs.unc.edu/ORCA-DD/'
year: 2010
repository-code: 'https://github.com/snape/RVO2'
title: 'Optimal Reciprocal Collision Avoidance'
type: software
url: 'https://gamma.cs.unc.edu/RVO2/'