-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
461 lines (407 loc) · 16.3 KB
/
index.html
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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
---
layout: default
title: The Role of Robotics Simulators for Unmanned Aerial Vehicles
---
<section class="section" id="about">
<div class="section-heading">
<h1 class="title is-1">The Role of Robotics Simulators for Unmanned Aerial Vehicles</h1>
<h2 class="subtitle is-2">Half-Day Workshop at ICRA 2023</h2>
</div>
<div class="columns is-centered">
<div class="column is-half is-4-desktop">
<div class="content">
<h2 class="subtitle is-6">Objective</h2>
<p>
The workshop aims to provide the participants with the knowledge and experience of researchers who have struggled to find, customize, or design a robotic simulator for their own purposes or specific application. The focus is on aerial vehicles, especially multi-rotor aircraft, where we expect simulation solutions to be of continued importance for both research and industrial applications.
Simulating Unmanned Aerial Vehicles (UAVs) is a specialized task, because of aerodynamic interactions (with the environment or other robots), the fast operating speed compared to other robots (e.g., mobile, legged), and the potentially large number of interacting robots in three dimensions (e.g., swarms of delivery drones).
</p>
</div>
</div>
<div class="column is-half is-4-desktop">
<div class="content paper">
<!--
<h2 class="subtitle is-6">News</h2>
<ul>
<li>
<span class="title">Objectives, Topics Covered, Important Dates, Call for Papers now available</span>
<span class="note">20/01/2023</span>
</li>
<li>
<span class="title">Workshop <a href="https://www.icra2023.org/programme/workshops-tutorials">accepted to ICRA'23</a>, taking place on June 2nd, 2023</span>
<span class="note">21/12/2022</span>
</li>
<li>
<span class="title">Initial Webpage.</span>
<span class="note">23/09/2022</span>
</li>
</ul>
-->
<h2 class="subtitle is-6">Important Dates</h2>
<ul>
<li>
<s><span class="title">Extended abstract submission deadline: March 20, 2023 <p style="color:red;display:inline">April 3, 2023 23:59 (Pacific Time).</p></s>
</span>
</li>
<li>
<s>Notification to authors: April 10, 2023 (Pacific Time)</s>
</li>
<li>
<s>Camera-ready paper: May 5, 2023 (Pacific Time)</s>
</li>
<li>
<s>Workshop day: June 2, 2023. Last day of ICRA'23. Half-day afternoon workshop (14:00-18:00). Location: South Gallery Room 25</s>
</li>
</ul>
</div>
<p class="buttons">
<a href="mailto:rs4uavs@googlegroups.com" class="button is-dark">
<span class="icon">
<i class="fas fa-at"></i>
</span>
<span>E-Mail</span>
</a>
</p>
<p class="buttons">
<a href="https://www.youtube.com/watch?v=MjqBZOVEL4c" class="button is-dark">
<span class="icon">
<i class="fas fa-video"></i>
</span>
<span>Recorded Workshop</span>
</a>
</p>
<p class="buttons">
<a href="https://arxiv.org/abs/2311.02296" class="button is-dark">
<span class="icon">
<i class="fa-solid fa-book"></i>
</span>
<span>Survey Paper</span>
</a>
</p>
<p class="buttons">
<a href="https://discourse.ros.org/t/september-2024-meetings-aerial-robotics-back-from-summer/39383" class="button is-dark">
<span class="icon">
<i class="fa-solid fa-book"></i>
</span>
<span>Survey Presentation at Aerial Robotics Meetings</span>
</a>
</p>
<!--
<a href="https://easychair.org/conferences/?conf=rs4uavs" class="button is-dark">
<span class="icon">
<i class="fas fa-file-export"></i>
</span>
<span>Submission</span>
</a>
-->
<!--
<div class="content paper">
<h2 class="subtitle is-6">Questions</h2>
If you have any questions please <a href="mailto: rs4uavs@googlegroups.com">contact us</a>.
</div>
-->
</div>
</div>
</section>
<!--
<section class="section" id="dates">
<div class="section-heading">
<h2 class="title is-2">Important Dates</h2>
</div>
<div class="columns is-centered">
<div class="content paper">
<ul>
<li>
<span class="title">Extended abstract submission deadline: <p style="color:red;display:inline">March 20, 2023.</p>
</span>
</li>
<li>
Notification to authors: April 10, 2023
</li>
<li>
Camera-ready paper: April 17, 2023
</li>
<li>
<span class="title"<b>Workshop day: June 2, 2023. Last day of ICRA'23. Half-day workshop.</b></span>
</li>
</ul>
</div>
</div>
</section>
-->
<!-- <section class="section" id="CFP">
<div class="section-heading">
<h2 class="title is-2">Call for Papers</h2>
</div>
<div class="columns is-centered">
<div class="content paper">
<ul>
<li>We invite the submission of extended abstracts in line with the workshop's objectives with a maximum of 4 pages in the ICRA format,
encouraging and prioritizing submissions of new ideas.
Authors of the accepted papers will be invited to present their work during the poster session.</li>
<li>Every paper will be reviewed by at least two peers. The selection of accepted papers will be done by the organizing committee, based on
the reviews.</li>
<li><i>The deadline for submission has been extended by two weeks to April 3rd. Check out <a href="#about">the important deadlines</a></i></li>
</ul>
<center><h3><a href="https://easychair.org/conferences/?conf=rs4uavs">Submission website (EasyChair)</a></h3></center>
</div>
</div>
<div class="section-heading">
<h2 class="title is-3">Topics Covered</h2>
</div>
<div class="columns is-centered">
<div class="content paper">
<ul>
Participants are encouraged to submit their recent work on simulations of aerial robots involving, but not limited to, the following aspects.
<br></br>
<li> Application-specific challenges for UAV simulation: mapping, below-canopy navigation, smart agriculture, racing, etc.</li>
<li>Aerial physical interaction simulation: actuated, under-actuated and passive mechanisms, aerial grasping, human-robot interaction, etc.</li>
<li>Simulation/Modeling of Aerodynamic effects</li>
<li>Case study of a researcher or group’s technical work in the context of Robotic Simulators for Aerial Robots and how their work fits into the broader discussion provided by the Workshop topics</li>
<li>Control methods and benchmarks (simulation vs reality), parameters and model tuning,, robustness in edge conditions</li>
<li>Digital twins, operator instruction, training and operation support, transfer from simulation to reality (Sim-to-Real)</li>
<li>Data-driven methods</li>
<li>Drone technology, with particular emphasis on the importance of simulation before deployment</li>
<li>Hybrid simulation and hardware-in-the-loop simulation techniques</li>
<li>Mission and motion planning</li>
<li>Manipulation, path planning, navigation in dynamic and cluttered environments</li>
<li>Methods supporting fast simulation and real-time simulation solutions</li>
<li>Simulation of Multi-agent systems: cooperative manipulation, formation, communication handling, swarms, etc.,</li>
<li>Multi-domain simulations</li>
<li>Robotic toolboxes</li>
<li>Verification and validation</li>
<li>Robot behavior adaptation and personalization</li>
<li>State estimation, localization, mapping, perception</li>
</ul>
</div>
</div>
</section> -->
<section class="section" id="schedule">
<div class="section-heading">
<h2 class="title is-2">Schedule</h2>
</div>
<div class="columns is-centered">
<div class="content paper">
<ul>
<li>
13:50 - 14:00: Introduction and overview
<br>
[
<a href="https://www.youtube.com/watch?v=MjqBZOVEL4c&t=475s"><span class="icon"><i class="fas fa-video"></i></span></a>
]
</li>
</ul>
<b>Session 1: Multi-robot simulation for learning and Interacting</b>
<ul>
<li>
14:00 Tomáš Báča - Abstractions and Simulations as the Backbone of Reproducible Research
<br>
[
<a href="https://www.youtube.com/watch?v=MjqBZOVEL4c&t=1114s"><span class="icon"><i class="fas fa-video"></i></span></a>
]
</li>
<li>
14:30 Angela Schoellig - Safe-control-gym and gym-pybullet-drones: Simulation and benchmarking tools for safe learning-based control and reinforcement learning
<br>
[
<a href="https://www.youtube.com/watch?v=MjqBZOVEL4c&t=3166s"><span class="icon"><i class="fas fa-video"></i></span></a>
]
</li>
</ul>
<b>Poster Session + Coffee break</b>
<ul>
<li>15:00 - 16:00 Poster session</li>
<li>15:30 - 16:00 Refreshments</li>
</ul>
<b>Session 2: Software-in-the-loop and Realistic vision-based simulation</b>
<ul>
<li>
16:00 Jaeyoung Lim - Simulating Workflows for Aerial Robots with Software-In-The-Loop
<br>
[
<a href="https://www.youtube.com/watch?v=MjqBZOVEL4c&t=5674s"><span class="icon"><i class="fas fa-video"></i></span></a>
]
</li>
</li>
<li>
16:30 Davide Scaramuzza and Leonard Bauersfeld - Vision based Agile Flight, from simulation to reality
<br>
[
<a href="https://www.youtube.com/watch?v=MjqBZOVEL4c&t=7416s"><span class="icon"><i class="fas fa-video"></i></span></a>
]
</li>
</ul>
<b>Session 3: Breakout & Discussion</b>
<ul>
<li>17:00 Breakout sessions</li>
<li>17:15 Presentation session + Open discussion</li>
<li>17:45 Closing Remarks</li>
</ul>
</div>
</div>
<div class="section-heading" id="speakers">
<h2 class="title is-3">Invited Speakers</h2>
</div>
<!--div class="columns is-centered">
<div class="content paper">
<ul>
<li>TBD</li>
</ul>
</div>
</div-->
<div class="container">
<div class="team tile is-ancestor is-flex-wrap">
{% for member in site.data.speakers %}
{% include teammember.html %}
{%- endfor %}
</div>
</div>
<div class="section-heading" id="papers">
<h2 class="title is-3">Contributed Papers</h2>
</div>
<div class="container">
<ul class="paper">
{% for paper in site.data.papers %}
{% include paper.html %}
{%- endfor %}
</ul>
</div>
<div class="section-heading" id="sims">
<h2 class="title is-3">Simulators</h2>
</div>
<div class="container">
<ul class="paper">
{% for sim in site.data.sims %}
{% include sim.html %}
{%- endfor %}
</ul>
</div>
<div class="section-heading">
<h2 class="title is-3">Plans to encourage interaction among participants</h2>
</div>
<div class="columns is-centered">
<div class="content paper">
A set of actions are planned to solicit broad and active participation in the workshop, including:
<ul>
<li>Discussion poster of contributed abstracts</li>
<li>Creation of online pools among both in person and remote participants to identify top discussions themes during round tables and breaks</li>
<li>Breakout sessions and a round table (i.e., presentation session followed by an open discussion) with the speakers and the participants</li>
</ul>
</div>
</div>
</section>
<!--
<section class="section" id="speakers">
<div class="section-heading">
<h2 class="title is-2">Invited Speakers</h2>
</div>
<div class="columns is-centered">
<div class="content paper">
<ul>
<li>TBD</li>
</ul>
</div>
</div>
-->
<!--div class="container">
<div class="team tile is-ancestor is-flex-wrap">
{% for member in site.data.speakers %}
{% include teammember.html %}
{%- endfor %}
</div>
</div-->
<!--
</section> -->
<!--
<section class="section" id="plan-participants">
<div class="section-heading">
<h2 class="title is-2">Plans to encourage interaction among participants</h2>
<div class="columns is-centered">
<div class="content paper">
<ul>
A set of actions are planned to solicit broad and active participation in the workshop, including:
<br></br>
<li>Discussion poster of contributed abstracts</li>
<li>Creation of online pools among both in person and remote participants to identify top discussions themes during round tables and breaks</li>
<li>Breakout sessions and a round table (i.e., presentation session followed by an open discussion) with the speakers and the participants</li>
</ul>
</div>
</div>
</section> -->
<section class="section" id="team">
<div class="section-heading">
<h2 class="title is-2">Team</h2>
</div>
<div class="section-heading">
<h2 class="title is-3">Organizing Committee</h2>
</div>
<div class="container">
<div class="team tile is-ancestor is-flex-wrap">
{% for member in site.data.team.organizers %}
{% include teammember.html %}
{%- endfor %}
</div>
</div>
<div class="section-heading">
<h2 class="title is-3">Steering Committee</h2>
</div>
<div class="container">
<div class="team tile is-ancestor is-flex-wrap">
{% for member in site.data.team.steering %}
{% include teammember.html %}
{%- endfor %}
</div>
</div>
<div class="section-heading">
<h2 class="title is-3">Support</h2>
</div>
<div class="container">
<div class="team tile is-ancestor is-flex-wrap">
{% for member in site.data.team.support %}
{% include imgcard.html %}
{%- endfor %}
</div>
</div>
<!-- <div class="columns is-centered">
<div class="content paper">
<center>
<ul>
<a target="_blank" href="https://aerial-core.eu/">
<img src="assets/img/projects_logo/aerial-core_logo2.png" style="max-width:12.5%;float:left;border:10px solid white" alt="Aerial-Core logo">
</a>
<a target="_blank" href="https://www.comp4drones.eu/">
<img src="assets/img/projects_logo/LogoC4D.png" style="max-width:15%;float:left;border:10px solid white" alt="Comp4Drones logo">
</a>
<a target="_blank" href="https://aerostream.fer.hr/aerostream">
<img src="assets/img/projects_logo/aeroSTREAM.png" style="max-width:25%;float:left;border:10px solid white" alt="AeroSTREAM logo">
</a>
<a target="_blank" href="https://www.ram.eemcs.utwente.nl/research/projects/flyflic">
<img src="assets/img/projects_logo/Fliflic_logo.png" style="max-width:20%;float:left;border:10px solid white" alt="FlyFlic logo">
</a>
<a target="_blank" href="https://www.dfg.de/en/">
<img src="assets/img/projects_logo/german_research_foundation.png" style="max-width:25%;float:left;border:10px solid white" alt="German Research Foundation">
</a>
</ul>
</center>
</div>
</div> -->
<div class="section-heading">
<h2 class="title is-3">Endorsement</h2>
</div>
<div class="container">
<div class="team tile is-ancestor is-flex-wrap">
{% for member in site.data.team.endorsement %}
{% include imgcard.html %}
{%- endfor %}
</div>
</div>
<!--
<div class="columns is-centered">
<div class="content paper">
<center>
<a target="_blank" href="https://ieee-aerialrobotics-uavs.org/">
<img src="assets/img/projects_logo/technical_committee_aruav.jpeg" style="max-width:125%;float:left;border:10px solid white" alt="ARUAV TC logo">
</a>
</center>
</div>
</div> -->
</section>