-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
7456 lines (6851 loc) · 811 KB
/
refs.bib
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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@INPROCEEDINGS{junior2013n,
author={A. G. S. J\'unior and A. P. D. Ara\'ujo and M. V. A. Silva and R. V. Aroca and L. M. G. Gon\c{c}alves},
booktitle={2013 Latin American Robotics Symposium and Competition},
title={N-BOAT: An Autonomous Robotic Sailboat},
year={2013},
volume={},
number={},
pages={24-29},
keywords={boats;fuzzy control;marine engineering;mobile robots;remotely operated vehicles;three-term control;N-BOAT;autonomous robotic sailboat;autonomous sailboat control architecture;prototype sailboat;long endurance autonomous missions;ocean monitoring;wind forces propulsion;mathematical model;PID;fuzzy controllers;sail control;rudder control;hardware architecture;Mathematical model;Boats;Sensors;Robots;Computer architecture;Computers;Vehicle dynamics;Sailboat;robotic;autonomous},
doi={10.1109/LARS.2013.52},
ISSN={},
month={Oct}
}
@inproceedings{Wohlin2014Guidelines,
author = {Wohlin, Claes},
title = {Guidelines for Snowballing in Systematic Literature Studies and a Replication in Software Engineering},
booktitle = {18th International Conference on Evaluation and Assessment in Software Engineering},
year = {2014},
pages = {38:1--38:10}
}
[download]
@INPROCEEDINGS{souza2016towards,
author={J. M. V. Boas and A. G. Silva J\'unior and D. H. Santos and A. P. F. Negreiros and J. E. Alvarez-J\'acobo and L. M. G. Gon\c{c}alves},
booktitle={2016 XIII Latin American Robotics Symposium and IV Brazilian Robotics Symposium (LARS/SBR)},
title={Towards the Electromechanical Design of an Autonomous Robotic Sailboat},
year={2016},
volume={},
number={},
pages={43-48},
keywords={battery powered vehicles;marine vehicles;mobile robots;photovoltaic cells;remotely operated vehicles;secondary cells;wind power;wind power plants;aquatic vehicle;nautical batteries;photovoltaic cells;electricity generation;power system;wind power;marine borders monitoring;water monitoring;unmanned craft;geopolitical disputes-over-territory;population growth;water quality;climate change;autonomous robotic sailboat;electromechanical design;Actuators;Robots;Oceans;Sensors;Boats;Engines;Batteries;AUV;Robotics;Sustainable Energy;Embedded Systems;Photovoltaic Cells},
doi={10.1109/LARS-SBR.2016.15},
ISSN={},
month={Oct}
}
@Article{silva2016towards,
AUTHOR = {Silva Junior, Andouglas Gon\c{c}alves da and Lima S\'a, Sarah Thomaz de and Santos, Davi Henrique dos and Negreiros, \'{A}lvaro Pinto Fernandes de and Souza Silva, Jo\~{a}o Moreno Vilas Boas de and \'{A}lvarez J\'{a}cobo, Justo Em\'{i}lio and Gon\c{c}alves, Luiz M. G.},
TITLE = {Towards a Real-Time Embedded System for Water Monitoring Installed in a Robotic Sailboat},
JOURNAL = {Sensors},
VOLUME = {16},
YEAR = {2016},
NUMBER = {8},
ARTICLE-NUMBER = {1226},
URL = {http://www.mdpi.com/1424-8220/16/8/1226},
ISSN = {1424-8220},
DOI = {10.3390/s16081226}
}
@Article{santos2016control,
AUTHOR = {Santos, Davi and Silva Junior, Andouglas G. and Negreiros, Alvaro and Vilas Boas, Jo\~ao and Alvarez, Justo and Ara\'ujo, Andre and Aroca, Rafael Vidal and Gon\c{c}alves, Luiz M. G.},
TITLE = {Design and Implementation of a Control System for a Sailboat Robot},
JOURNAL = {Robotics},
VOLUME = {5},
YEAR = {2016},
NUMBER = {1},
ARTICLE-NUMBER = {5},
URL = {http://www.mdpi.com/2218-6581/5/1/5},
ISSN = {2218-6581},
DOI = {10.3390/robotics5010005}
}
@INPROCEEDINGS{Abreu2015Cooperative,
author={P. Abreu and M. Bayat and J. Botelho and P. G\'{o}is and A. Pascoal and J. Ribeiro and M. Ribeiro and M. Rufino and L. Sebasti\~{a}o and H. Silva},
booktitle={OCEANS 2015 - Genova},
title={Cooperative control and navigation in the scope of the EC CADDY project},
year={2015},
volume={},
number={},
pages={1-5},
abstract={Cognitive Autonomous Diving Buddy (CADDY) is an FP7 project initiated in February 2014. The key objectives of the project are to develop, implement, and demonstrate in the course of missions at sea the efficacy of a number of innovative systems to assist human divers during the execution of demanding scientific and commercial activities in hazardous underwater environments. At the core of CADDY is the development of an underwater robot that plays the role of a buddy diver and a surface robot to improve guidance, monitoring, assistance, and safety of the diver's mission. The present paper gives a brief summary of the work done during the first year of the project towards the development and testing of the systems required for coordinated surface / underwater vehicle operations. We consider the cases where the leader is either the surface or the underwater vehicle. The architecture adopted for multiple vehicle coordination is described. Results of tests with the MEDUSA class of autonomous marine vehicles show the efficacy of the systems developed for navigation and coordinated motion control.},
keywords={autonomous underwater vehicles;cooperative systems;mobile robots;motion control;multi-robot systems;path planning;telerobotics;cooperative control;EC CADDY Project;Cognitive Autonomous Diving Buddy project;FP7 project;hazardous underwater environments;CADDY;underwater robot;surface robot;underwater vehicle;multiple vehicle coordination;autonomous marine vehicles;MEDUSA;navigation;coordinated motion control;Vehicles;Underwater vehicles;Navigation;Trajectory;Robot kinematics},
doi={10.1109/OCEANS-Genova.2015.7271711},
ISSN={},
month={May},}
@INPROCEEDINGS{Abreu2016MEDUSA,
author={P. C. Abreu and J. Botelho and P. G\'{o}is and A. Pascoal and J. Ribeiro and M. Ribeiro and M. Rufino and L. Sebasti\~{a}o and H. Silva},
booktitle={OCEANS 2016 - Shanghai},
title={The MEDUSA class of autonomous marine vehicles and their role in EU projects},
year={2016},
volume={},
number={},
pages={1-10},
abstract={This paper describes a new class of autonomous marine vehicles named Medusa and highlights their role in a number of EU projects addressing multiple vehicle scenarios. The MEDUSA vehicles, with surface and diving versions, were designed and built at the Institute for Systems and Robotics, IST, Univ. de Lisboa, Portugal as a result of an effort aimed at affording researchers and practitioners of marine robotics tools to: i) assess the efficacy of cooperative motion control and navigation algorithms and ii) seamlessly execute scientific and commercial missions with multiple robots at sea. We first define the problem of designing the MEDUSA-class of vehicles by describing the desired functional requirements that motivated their development and then present our solution. Mechanical and electrical design considerations that relate to the requirements are explained, and the software architecture is described. This includes a brief overview of the navigation system, the main lower-level control loops which other features can build upon, and some of the higher-level algorithms for multiple-vehicle cooperative missions. We also illustrate the functionality of the mission control system, a dedicated software suite that allows operators to seamlessly program and follow the state of execution of cooperative missions involving multiple vehicles, possibly running different operations or missions in parallel. Finally, we summarize the participation of IST and the MEDUSA vehicles in a number of representative EC-funded Marine Robotics-related projects.},
keywords={marine control;marine navigation;mobile robots;motion control;multi-robot systems;MEDUSA class;autonomous marine vehicles;EU projects;multiple vehicle scenarios;MEDUSA vehicles;marine robotics tools;cooperative motion control;navigation algorithms;multiple robots;mechanical design;electrical design;software architecture;navigation system;multiple-vehicle cooperative missions;mission control system;EC-funded marine robotics-related projects;Vehicles;Navigation;Sensors;Robots;Batteries;Payloads;Software architecture},
doi={10.1109/OCEANSAP.2016.7485620},
ISSN={},
month={April},}
@ARTICLE{Adamek2015Gradient,
author={T. Adamek and C. A. Kitts and I. Mas},
journal={IEEE/ASME Transactions on Mechatronics},
title={Gradient-Based Cluster Space Navigation for Autonomous Surface Vessels},
year={2015},
volume={20},
number={2},
pages={506-518},
keywords={boats;gradient methods;mobile robots;multi-robot systems;path planning;telerobotics;adaptive navigation;autonomous surface vessels;full degree-of-freedom cluster space multirobot controller;gradient-based adaptive navigation capability;gradient-based cluster space navigation;gradient-based multirobot technique;local maxima-minima;mobile robot;multirobot cluster;robotic kayaks;spatial control;Aerospace electronics;Kinematics;Navigation;Robot kinematics;Robot sensing systems;Adaptive navigation;autonomous surface vessel;cluster space control;gradient-based navigation},
doi={10.1109/TMECH.2013.2297152},
ISSN={1083-4435},
month={April},}
@inproceedings{Adams2011Survey,
title={A survey of unmanned aerial vehicle (UAV) usage for imagery collection in disaster research and management},
author={Adams, Stuart M and Friedland, Carol J},
booktitle={9th International Workshop on Remote Sensing for Disaster Response},
pages={8},
year={2011}
}
@inproceedings{Ahmedi2013Ontology,
author={Ahmedi, Lule and Jajaga, Edmond and Ahmedi, Figene},
title={An Ontology Framework for Water Quality Management},
booktitle={Proceedings of the 6th International Conference on Semantic Sensor Networks - Volume 1063},
series={SSN'13},
year={2013},
location={Sydney, Australia},
pages={35--50},
numpages={16},
url={http://dl.acm.org/citation.cfm?id=2874543.2874546},
acmid={2874546},
publisher={CEUR-WS.org},
address={Aachen, Germany, Germany},
keywords={OWL, SWRL, ontologies, reasoning, semantic sensor web, semantic web, water quality monitoring, wireless sensor networks},
}
@INPROCEEDINGS{Agrawal2015COLREGS,
author={P. Agrawal and J. M. Dolan},
booktitle={2015 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
title={COLREGS-compliant target following for an Unmanned Surface Vehicle in dynamic environments},
year={2015},
pages={1065-1070},
abstract={This paper presents the autonomous tracking and following of a marine vessel by an Unmanned Surface Vehicle in the presence of dynamic obstacles while following the International Regulations for Preventing Collisions at Sea (COLREGS) rules. The motion prediction for the target vessel is based on Monte-Carlo sampling of dynamically feasible and collision-free paths with fuzzy weights, leading to a predicted path resembling anthropomorphic driving behavior. This prediction is continuously optimized for a particular target by learning the necessary parameters for a 3-degree-of-freedom model of the vessel and its maneuvering behavior from its path history without any prior knowledge. The path planning for the USV with COLREGS is achieved on a grid-based map in a single stage by incorporating A* path planning with Artificial Terrain Costs for dynamically changing obstacles. Various scenarios for interaction, including multiple civilian and adversarial vessels, are handled by the planner with ease. The effectiveness of the algorithms has been demonstrated both in representative simulations and on-water experiments.},
keywords={Monte Carlo methods;collision avoidance;marine vehicles;remotely operated vehicles;COLREGS rules;COLREGS-compliant target following;International Regulations for Preventing Collisions at Sea;Monte Carlo sampling;USV;adversarial vessels;artificial terrain costs;autonomous tracking;collision-free paths;dynamic environments;dynamic obstacles;fuzzy weights;grid-based map;maneuvering behavior;marine vessel;motion prediction;path history;path planning;path resembling anthropomorphic driving behavior;unmanned surface vehicle;Angular velocity;History;Monte Carlo methods;Motion estimation;Sea surface;Trajectory},
doi={10.1109/IROS.2015.7353502},
month={Sept},}
@Inbook{Akyuz2017Maritime,
author="Akyuz, Emre and Ilbahar, Esra and Cebi, Selcuk and Celik, Metin",
title="Maritime Environmental Disaster Management Using Intelligent Techniques",
bookTitle="Intelligence Systems in Environmental Management: Theory and Applications",
year="2017",
publisher="Springer International Publishing",
address="Cham",
pages="135--155",
isbn="978-3-319-42993-9",
doi="10.1007/978-3-319-42993-9_7",
url="http://dx.doi.org/10.1007/978-3-319-42993-9_7",
abstract="The maritime environmental disasters are generally caused by collision, grounding, stranding heavy weather, explosion or fire. These disasters can cause spillage of oil, bunker, dirty water or chemical harmful substances. It is well known that the most known environmental disaster in maritime having serious impacts on marine life is oil spill. Although several intelligence techniques like heuristic search algorithms, machine learning, and fuzzy approach have been employed in maritime sector with various purposes, in the literature, applications of intelligent techniques for the solution of the maritime environmental disaster problems are quite limited. In this study, an intelligent system which consists of model-base, database, environmental disaster management actions, ship operation management actions, user interface, environmental disaster modelling, and decision support unit has been proposed. The proposed system, called as Maritime Intelligent Environmental Disaster Management (MIEDM), is aimed at strengthening operating mechanism along with the mitigation, preparedness, response, and recovery phases to eliminate the potential impacts of maritime environmental disasters.",
}
@INPROCEEDINGS{Al-Kaff2017Intelligent,
author={A. Al-Kaff and F. M. Moreno and A. de la Escalera and J. M. Armingol},
booktitle={2017 IEEE International Symposium on Safety, Security and Rescue Robotics (SSRR)},
title={Intelligent vehicle for search, rescue and transportation purposes},
year={2017},
volume={},
number={},
pages={110-115},
abstract={Recent development in micro-electronics technologies as well as the computer vision techniques increased demand to use Unmanned Aerial Vehicles (UAVs) in several industrial and civil applications. This paper proposed a vision based system, that is used in UAVs for search, rescue and transportation purposes. The proposed system is divided into two main parts: Vision-based object detection and classification, in which, a Kinect V2 sensor is used; to extract the objects from the ground plane, and estimate the distance to the UAV. In addition, Support Vector Machine (SVM) human detector based on Histograms of Oriented Gradients (HOG) features is applied to classify the human bodies from the all detected objects. Secondly, a semi-autonomous reactive control for visual servoing system is implemented; to control the position and the velocity of the UAV for performing safe approaching maneuvers to the detected objects. The proposed system has been validated by performing several real flights, and the obtained results show the high robustness and accuracy of the system.},
keywords={autonomous aerial vehicles;computer vision;image classification;image sensors;object detection;object tracking;rescue robots;robot vision;support vector machines;visual servoing;intelligent vehicle;rescue;transportation purposes;microelectronics technologies;computer vision techniques;Unmanned Aerial Vehicles;UAV;industrial applications;civil applications;vision based system;object detection;classification;Kinect V2 sensor;Support Vector Machine;semiautonomous reactive control;visual servoing system;histograms of oriented gradients features;position control;Feature extraction;Support vector machines;Three-dimensional displays;Histograms;Transportation;Computer vision},
doi={10.1109/SSRR.2017.8088148},
ISSN={2475-8426},
month={Oct},}
@article{Allotta2017Development,
author={Benedetto Allotta and Lorenzo Brandani and Nicola Casagli and Riccardo Costanzi and Francesco Mugnai and Niccolò Monni and Marco Natalini and Alessandro Ridolfi},
title={Development of Nemo remotely operated underwater vehicle for the inspection of the Costa Concordia wreck},
journal={Proceedings of the Institution of Mechanical Engineers, Part M: Journal of Engineering for the Maritime Environment},
volume={231},
number={1},
pages={3-18},
year={2017},
doi={10.1177/1475090215605133},
URL={http://dx.doi.org/10.1177/1475090215605133},
eprint={http://dx.doi.org/10.1177/1475090215605133},
abstract={ Remotely operated underwater vehicles are mobile robots increasingly used in underwater applications; these devices are widely used and suitable for different scenarios, for example, for patrolling and monitoring and also for underwater interventions. In the last 30 years, the remotely operated underwater vehicles have become more and more advanced; at the same rate with the progressive technological development of these vehicles, the market of the specialized component industry is fast-increasing. Generally speaking, a remotely operated underwater vehicle allows to investigate areas inaccessible or too dangerous for human beings. The use of remotely operated underwater vehicles during a mission, with the related implication of support ships and specialized pilots, or the involvement of professional divers, is usually associated with high costs. The reduction of these costs is an important topic in the underwater robotic field and the easy piloting of these mobile robots is a crucial aspect in their development. This article describes Nemo remotely operated underwater vehicle, a remotely operated underwater vehicle prototype specifically designed for the exploration of the Costa Concordia wreck, Isola del Giglio, Italy. Nemo remotely operated underwater vehicle can be considered a mini-remotely operated underwater vehicle, that is, a remotely operated underwater vehicle with weight less than 25 kg and easily deployable from a small boat. This article describes the main characteristics of the vehicle: the onboard control logic and on the development of a user-friendly graphical user interface for underwater navigation able to take advantage of its high maneuverability. It is worth to note that the developed graphical user interface enables to operate the vehicle even to inexperienced pilots. Preliminary experimental data collected during navigation are provided. }
}
@INPROCEEDINGS{Almeida2016Air,
author={J. Almeida and A. Ferreira and B. Matias and A. Dias and A. Martins and F. Silva and J. Oliveira and P. Sousa and M. Moreira and T. Miranda and C. Almeida and E. Silva},
booktitle={OCEANS 2016 MTS/IEEE Monterey},
title={Air and underwater survey of water enclosed spaces for VAMOS! Project},
year={2016},
pages={1-5},
abstract={This paper addresses a three-dimensional (3D) reconstruction of a flooded open pit mine with an autonomous surface vehicle (ASV) and unmanned aerial vehicle (UAV). The ROAZ USV and the Otus UAV were used to provide the underwater bathymetric map and aerial 3D reconstruction based from image data. This work was performed within the context of the European research project VAMOS with the objective of developing robotic tools for efficient underwater mining.},
keywords={autonomous aerial vehicles;bathymetry;geophysical image processing;geophysics computing;industrial robots;mining;mobile robots;production engineering computing;surveying;ASV;European research project;Otus UAV;ROAZ USV;VAMOS project;aerial 3D reconstruction;air survey;autonomous surface vehicle;efficient underwater mining;flooded open pit mine;image data;robotic tools development;three-dimensional reconstruction;underwater bathymetric map;underwater survey;unmanned aerial vehicle;water enclosed spaces;Robots;Sea surface;Sensors;Sonar;Sonar navigation;Three-dimensional displays;Vehicles;3D Reconstruction;Autonomous Surface Vehicle;Bathymetric Survey;Structure From Motion;Unmanned Aerial Vehicle},
doi={10.1109/OCEANS.2016.7761282},
month={Sept},}
@Article{Amigoni2009Insightful,
author="Amigoni, Francesco
and Reggiani, Monica
and Schiaffonati, Viola",
title="An insightful comparison between experiments in mobile robotics and in science",
journal="Autonomous Robots",
year="2009",
volume="27",
number="4",
pages="313",
abstract="Experiments are essential ingredients of science, both to confirm/refute a theory and to discover new theories. It is a common belief that experimentation in mobile robotics has not yet reached a level of maturity comparable with that reached in science, for example in physics, considered as the paradigm of a mature, stable, and well-founded scientific discipline. In this paper, starting from a representative sample of the current state of the art, we identify some basic issues of experiments in mobile robot localization and mapping. These issues, when viewed in the context of some general principles about experiments in science and engineering, lead us to derive some insightful considerations on the role of experiments in mobile robotics. Reflecting the background of the authors, the paper has an interdisciplinary nature at the meeting point of mobile robotics and philosophy of science.",
issn="1573-7527",
doi="10.1007/s10514-009-9137-8",
url="http://dx.doi.org/10.1007/s10514-009-9137-8"
}
@inproceedings{Amigoni2013Benchmarking,
title={Benchmarking through competitions},
author={Amigoni, F and Bonarini, A and Fontana, G and Matteucci, M and Schiaffonati, V},
booktitle={European Robotics Forum--Workshop on Robot Competitions: Benchmarking, Technology Transfer, and Education},
volume={604},
year={2013},
}
@INPROCEEDINGS{Anderson2016Development,
author={J. Anderson and B. Belcher and K. Clark and J. Faust and E. Hall and J. Sandoval and K. Tozer and R. N. Smithy},
booktitle={OCEANS 2016 MTS/IEEE Monterey},
title={Development and implementation of a marine robotics algorithm validation testbed},
year={2016},
pages={1-10},
abstract={Clean water is a natural resource that is crucial for life but has very little protection. This was exemplified by the Gold King Mine spill on August 7, 2015, in which three million gallons of acidic mine drainage was released into the head waters of the Animas River. The Animas River is the source for five water supply systems, providing drinking water for tens of thousands of people and irrigation water for a myriad of agricultural operations. Incidents such as this happen regularly and create the need for persistent monitoring of the water in rivers, lakes and reservoirs world wide. To this end, this paper presents the development of a network of three autonomous surface vehicles equipped with water monitoring sensors for water quality monitoring and an algorithm validation testbed. These vehicles are sustained by solar power and equipped with 3G wireless communication for real-time data transmission. Here, we detail the vehicles and the networked system, and provide results from field deployments. An additional outcome of this project is the engagement and collaboration with the local community and the robotic community at large. By making the database view-able to the public the local community can be involved in evaluating the quality of their water. By allowing the public to plan paths for the vehicles, multi-robot sampling algorithms and crowd-sourced control techniques can be methodically developed and systematically analyzed.},
keywords={3G mobile communication;marine control;mobile robots;solar power;water supply;3G wireless communication;Animas river;Gold King Mine;acidic mine drainage;agricultural operations;autonomous surface vehicles;drinking water;marine robotics algorithm validation testbed;multirobot sampling algorithms;natural resource;real-time data transmission;solar power;water monitoring sensors;water quality monitoring;water supply systems;Monitoring;Reservoirs;Rivers;Robots;Vehicles;Water pollution},
doi={10.1109/OCEANS.2016.7761239},
month={Sept},}
@article{Ardito2012Cooperative,
title="Cooperative Autonomous Robotic Towing system: definition of requirements and operating scenarios",
journal="IFAC Proceedings Volumes",
volume="45",
number="27",
pages="262 - 267",
year="2012",
note="9th IFAC Conference on Manoeuvring and Control of Marine Craft",
issn="1474-6670",
doi="http://dx.doi.org/10.3182/20120919-3-IT-2046.00045",
url="http://www.sciencedirect.com/science/article/pii/S1474667016312393",
author="S. Ardito and D. Lazarevs and B. Vasiliniuc and Z. Vukic and K. Masabayashi and M. Caccia",
keywords="Marine robotics",
keywords="Unmanned Marine Vehicles",
abstract="The project CART (Cooperative Autonomous Robotic Towing system) proposes a new concept for salvage operations of distressed ships at sea based on the development of robotised unmanned marine platforms able to (semi-)automatically execute the high risk operation of linking the emergency towing system of distressed ships to towing vessels. The CART device will be able to optimize the operations for safeguarding the environment, helping to prevent oil pollution at sea, and minimizing the risk for human lives. This paper presents user requirements and operating scenarios for the development of a prototype system able to support the in-field validation of the proposed concept.",
}
@Article{Arumugam2013Wireless,
author="Arumugam, Sivabalan
and Kalle, Ritesh Kumar
and Prasad, Anand R.",
title="Wireless Robotics: Opportunities and Challenges",
journal="Wireless Personal Communications",
year="2013",
volume="70",
number="3",
pages="1033--1058",
abstract="Wireless robotics is one of the emerging fields in the world of automation. In-spite of research and standardization efforts around the world, the definition of the term ``Robot'' is still evolving. Robots have found application in many domains including home automation, industrial automation, health-care, surveillance, reconnaissance, planetary exploration or rescue missions. This paper addresses some of the opportunities, research challenges and standardization issues in wireless robotics with the focus on wireless and networking aspects.",
issn="1572-834X",
doi="10.1007/s11277-013-1102-3",
url="http://dx.doi.org/10.1007/s11277-013-1102-3"
}
@inBook{Arzamendia2017Path,
author={Mario Arzamendia Lopez and Daniel Guti\'{e}rrez and Derlis Gregor and S. L. Toral},
title={A Path Planning Approach of an Autonomous Surface Vehicle for Water Quality Monitoring using Evolutionary Computation},
booktitle={Technology for Smart Futures},
year={2017},
publisher={Springer International Publishing AG},
ISBN={978-3-319-60137-3},
DOI={10.1007/978-3-319-60137-3},
edition={First},
pages={328},
abstract={The path planning of an Autonomous Surface Vehicle in a lake for environmental monitoring has been modeled as a particular case of the travelling salesman problem, in which the ASV should visit a ring of beacons deployed at the shore of the lake for delivering the collected data. For achieving a complete representation of the lake, the distance travelled should be maximized instead of minimized as in the classic Travelling Salesman Problem. The evolutionary technique known as Genetic Algorithm is applied for finding the optimal solution. The simulations show promising results even in the case that some constrains are included in the problem.},
}
@INPROCEEDINGS{Ashrafiuon2010Review,
author={H. Ashrafiuon and K. R. Muske and L. C. McNinch},
booktitle={Proceedings of the 2010 American Control Conference},
title={Review of nonlinear tracking and setpoint control approaches for autonomous underactuated marine vehicles},
year={2010},
pages={5203-5211},
abstract={A review of different approaches to setpoint, trajectory tracking, and path following control for autonomous underactuated surface vessels is presented in this work. The review is focused on rigorous control approaches developed using planar autonomous surface vessel models over approximately the last two decades. The controllers are categorized into setpoint, trajectory tracking, and path following approaches with further classification into discontinuous and smooth time-varying control laws for the setpoint control approaches. An overview of the formulation, advantages, and disadvantages of each approach is presented. Although much progress has been made in autonomous underactuated surface vessel control, there remains a need for the evolution of these approaches to achieve robust, real-time control laws that can be implemented on actual autonomous Unmanned Surface Vessel (USV) platforms in the presence of high sea states and external disturbances in uncertain and unstructured environments.},
keywords={marine vehicles;mobile robots;position control;remotely operated vehicles;sampled data systems;time-varying systems;autonomous underactuated marine vehicles;autonomous underactuated surface vessel control;autonomous underactuated surface vessels;autonomous unmanned surface vessel platforms;discontinuous time-varying control laws;nonlinear tracking;path following control;setpoint control approaches;smooth time-varying control laws;trajectory tracking;Actuators;Backstepping;Feedback;Marine vehicles;Motion control;Sea surface;Sliding mode control;Target tracking;Trajectory;Vehicle dynamics},
doi={10.1109/ACC.2010.5530450},
ISSN={0743-1619},
month={June},}
@INPROCEEDINGS{Asrofi2016Optimal,
author={M. Asrofi and A. I. Cahyadi and O. Wahyunggoro},
booktitle={2016 International Conference on Information Technology Systems and Innovation (ICITSI)},
title={Optimal path planning of a mini USV using sharp cornering algorithm},
year={2016},
pages={1-6},
abstract={This paper proposes a method for path planning of Unmanned Surface Vehicle (USV) with the effective period of time to achieve the target using sharp cornering algorithm. This method is used to create the curve between two points of the target. USV uses 9 DOF IMU with Kalman Filter and also the Inertial Navigation System (INS) as a method to combine 9 axis of IMU become pitch, roll and yaw. The generated value of yaw from Kalman Filter will be combined with the heading from Global Positioning System(GPS) sensor.},
keywords={Global Positioning System;inertial navigation;mobile robots;optimal control;path planning;remotely operated vehicles;9 DOF IMU;GPS sensor;INS;Kalman filter;global positioning system sensor;inertial navigation system;mini USV;optimal path planning;pitch;roll;sharp cornering algorithm;unmanned surface vehicle;yaw;Accelerometers;Global Positioning System;Information technology;Kalman filters;Mathematical model;Robot sensing systems;Technological innovation;INS;Kalman filter;USV;sharp cornering},
doi={10.1109/ICITSI.2016.7858230},
month={Oct},}
@article{Aznar2017Swarm,
title="A swarm behaviour for jellyfish bloom detection ",
journal="Ocean Engineering ",
volume="134",
number="",
pages="24 - 34",
year="2017",
note="",
issn="0029-8018",
doi="https://doi.org/10.1016/j.oceaneng.2017.02.009",
url="http://www.sciencedirect.com/science/article/pii/S0029801817300665",
author="Fidel Aznar and Mar Pujol and Ramón Rizo",
keywords="Swarm behaviour",
keywords="Jellyfish detection",
keywords="Unmanned aerial vehicles ",
abstract="Abstract In this paper we will deal with the issue of swarm behaviour for jellyfish detection using \{UAVs\} (unmanned aerial vehicles). Swarm behaviour is inspired by the functioning of biological swarms. They are characterized by being fully distributed, scalable and fault-tolerant. Initially, we will study the behaviour of jellyfish and their impact and interaction with industry. Motivated by the need to improve current detection systems, we will propose a swarm behaviour that will be formalized with a microscopic model. We will discuss both the convergence and the scalability of the model. Finally, a macroscopic model will be provided to predict the probability that an individual is placed in a position at a given moment. "
}
@article{Azzeri2015Review,
title={Review of course keeping control system for unmanned surface vehicle},
author={Azzeri, MN and Adnan, FA and Zain, MZ Md},
journal={Jurnal Teknologi},
volume={74},
number={5},
pages={11--20},
year={2015},
publisher={Penerbit UTM Press},
abstract={This paper presents a review of research work done on various aspects of control system approaches of unmanned surface vehicle (USV) in order to improve the course keeping performance. Various methods have been used to produce a course keeping control system for manoeuvring system of USV. However, the review reveals that the adaptive backstepping control system is a powerful tool for the design of controllers for nonlinear systems or transformable to form a tight feedback parameter. It is very suitable for the automated control system of USV in relative motion that involves the disturbances from waves and wind. Fuzzy logic control also had been suggested as an alternative approach for complex systems with uncertain dynamics and those with nonlinearities. This method does not rely on the mathematical models, but the heuristic approach. Further studies may be conducted to combine the control method approach mentioned above to develop a real time system with robust control laws to the motions of a USV in waves, usually at a specific speed, including station keeping or heading in sinusoidal and irregular waves}
}
@INPROCEEDINGS{Bae2015Towards,
author={J. H. Bae and E. T. Matson and B. C. Min},
booktitle={2015 IEEE International Symposium on Safety, Security, and Rescue Robotics (SSRR)},
title={Towards an autonomous water monitoring system with an unmanned aerial and surface vehicle team},
year={2015},
pages={1-2},
abstract={In this paper, we describe a grand vision of our project, which is to develop an autonomous water monitoring system by operating an unmanned aerial and surface vehicle collaboration team with the focus on large and long rivers. Key backgrounds and challenges in realizing this vision are briefly outlined, and we show a simple path planning for an unmanned surface vehicle for the effective water sampling in the Wabash River, the natural river in the US, as one of our envisioned scenarios. Lastly, some future works are described.},
keywords={autonomous aerial vehicles;marine vehicles;multi-robot systems;path planning;Wabash River;autonomous water monitoring system;path planning;surface vehicle team;unmanned aerial vehicle team;unmanned surface vehicle;Monitoring;Rivers;Sea surface;Vehicles;Water conservation;Water pollution;Water resources},
doi={10.1109/SSRR.2015.7443007},
month={Oct},}
@Article{Balaguer2009Evaluating,
author="Balaguer, Benjamin
and Balakirsky, Stephen
and Carpin, Stefano
and Visser, Arnoud",
title="Evaluating maps produced by urban search and rescue robots: lessons learned from RoboCup",
journal="Autonomous Robots",
year="2009",
volume="27",
number="4",
pages="449",
abstract="This paper presents the map evaluation methodology developed for the Virtual Robots Rescue competition held as part of RoboCup. The procedure aims to evaluate the quality of maps produced by multi-robot systems with respect to a number of factors, including usability, exploration, annotation and other aspects relevant to robots and first responders. In addition to the design choices, we illustrate practical examples of maps and scores coming from the latest RoboCup contest, outlining strengths and weaknesses of our modus operandi. We also show how a benchmarking methodology developed for a simulation testbed effortlessly and faithfully transfers to maps built by a real robot. A number of conclusions may be derived from the experience reported in this paper and a thorough discussion is offered.",
issn="1573-7527",
doi="10.1007/s10514-009-9141-z",
url="http://dx.doi.org/10.1007/s10514-009-9141-z"
}
@article{Balakirsky2007Towards,
author={Balakirsky, Stephen and Carpin, Stefano and Kleiner, Alexander and Lewis, Michael and Visser, Arnoud and Wang, Jijun and Ziparo, Vittorio Amos},
title={Towards heterogeneous robot teams for disaster mitigation: Results and performance metrics from RoboCup rescue},
journal={Journal of Field Robotics},
volume={24},
number={11-12},
publisher={Wiley Subscription Services, Inc., A Wiley Company},
issn={1556-4967},
url={http://dx.doi.org/10.1002/rob.20212},
doi={10.1002/rob.20212},
pages={943--967},
year={2007},
abstract={Urban Search and Rescue is a growing area of robotic research. The RoboCup Federation has recognized this, and has created the new Virtual Robots competition to complement its existing physical robot and agent competitions. In order to successfully compete in this competition, teams need to field multi-robot solutions that cooperatively explore and map an environment while searching for victims. This paper presents the results of the first annual RoboCup Rescue Virtual competition. It provides details on the metrics used to judge the contestants as well as summaries of the algorithms used by the top four teams. This allows readers to compare and contrast these effective approaches. Furthermore, the simulation engine itself is examined and real-world validation results on the engine and algorithms are offered. © 2007 Wiley Periodicals, Inc.},
}
@INPROCEEDINGS{Barrera2013Highlights,
author={C. Barrera and T. Morales and J. Viera and Á. Lorenzo and D. Vega and O. Llinás and M. J. Rueda},
booktitle={2013 MTS/IEEE OCEANS - Bergen},
title={Highlights from latest sea-operations in the Macaronesian region with unmanned autonomous marine gliding vehicles},
year={2013},
pages={1-7},
abstract={Current advances on key marine technology fields provide nowadays a broad range of autonomous unmanned platforms addressed for an efficient and cost-effective ocean observation, with a suitable level of success in terms of endurance, reliability and useful gathered information. In this context, a multidisciplinary family of unmanned autonomous vehicles addressed to monitor both coastal and open-ocean areas plays a relevant role. Over the last months, some of the newest unmanned gliding-vehicle technologies have been tested within the context of the Oceanic Platform of the Canary Islands (PLOCAN) in varied operational scenarios aiming different technical and scientific purposes, all of them joined in direct partnership with the company provider and other R&D institutions in some cases. Among others, representative examples in this way are the missions under the name Challenger One, Volcano and SB02 through surface and underwater gliding vehicles, performed mostly in the surrounding subtropical waters of the ESTOC ocean observatory in the Canary Islands archipelago. The main gathered operational and scientific results from these missions are presented in this work as a sign of new ocean observing technologies within the framework of the Macaronesian Marine and Maritime Observation Strategy (R3M) and linked with the current European rules, programs and projects in this field.},
keywords={marine control;remotely operated vehicles;Canary Islands archipelago;Challenger One mission;ESTOC ocean observatory;European programs;European projects;European rules;Macaronesian Marine and Maritime Observation Strategy;Macaronesian region;Oceanic Platform of the Canary Islands;PLOCAN;R&D institutions;R3M;SB02 mission;Volcano mission;autonomous unmanned platforms;coastal area monitoring;company provider;endurance;information gathering;marine technology fields;open-ocean area monitoring;operational scenarios;reliability;scientific purpose;sea-operations;subtropical waters;surface gliding vehicles;technical purpose;underwater gliding vehicles;unmanned autonomous marine gliding vehicles;Monitoring;Ocean temperature;Satellites;Sea measurements;Sea surface;Spatial resolution;ESTOC;R3M;autonomous vehicle;gliders;marine robotics;monitoring;ocean observatory},
doi={10.1109/OCEANS-Bergen.2013.6608130},
month={June},}
@inproceedings{Bascetta2009Design,
author={Bascetta,L. and Magnani,G. and Rocco,P. and Zanchettin,A. M.},
editor={ },
year={2009},
title={Design and implementation of the low-level control system of an All-Terrain Mobile Robot},
booktitle={2009 International Conference on Advanced Robotics, ICAR 2009},
}
@article{Bayat2016Environmental,
title="Environmental monitoring using autonomous vehicles: a survey of recent searching techniques",
journal="Current Opinion in Biotechnology",
volume="45",
pages="76 - 84",
year="2017",
note="Energy biotechnology Environmental biotechnology",
issn="0958-1669",
doi="https://doi.org/10.1016/j.copbio.2017.01.009",
url="http://www.sciencedirect.com/science/article/pii/S0958166916302312",
author="Behzad Bayat and Naveena Crasta and Alessandro Crespi and Antonio M. Pascoal and Auke Ijspeert",
abstract="Autonomous vehicles are becoming an essential tool in a wide range of environmental applications that include ambient data acquisition, remote sensing, and mapping of the spatial extent of pollutant spills. Among these applications, pollution source localization has drawn increasing interest due to its scientific and commercial interest and the emergence of a new breed of robotic vehicles capable of operating in harsh environments without human supervision. The aim is to find the location of a region that is the source of a given substance of interest (e.g. a chemical pollutant at sea or a gas leakage in air) using a group of cooperative autonomous vehicles. Motivated by fast paced advances in this challenging area, this paper surveys recent advances in searching techniques that are at the core of environmental monitoring strategies using autonomous vehicles.",
}
@INPROCEEDINGS{Bays2015Panel,
author={Matthew. J. Bays},
booktitle={OCEANS 2015 - MTS/IEEE Washington},
title={A panel on the future of long duration maritime autonomy},
year={2015},
pages={1-3},
abstract={We present a summary of a panel on long-duration maritime autonomy (LDMA) taking place at IEEE OCEANS 2015, Washington, DC. The panelists include Drs. Jason Stack and Theresa Paluszkiewicz of the Office of Naval Research, Dr. Geoffery Hollinger of Oregon State University, Rafael Rodriguez of the Naval Surface Warfare Center, Panama City Division, and Clayton Jones of Teledyne Webb Research. The panelists come from key stakeholders within the maritime autonomy domain: academia, government, and industry. These differing points of view will give unique insights into the history and future of long-duration maritime autonomy.},
keywords={electronic warfare;marine systems;remotely operated vehicles;Clayton Jones of Teledyne Webb Research;DC;Geoffery Hollinger;IEEE OCEANS 2015;Jason Stack;LDMA;Naval Surface Warfare Center;Office of Naval Research;Oregon State University;Panama City Division;Rafael Rodriguez;Theresa Paluszkiewicz;Washington;key stakeholders;long duration maritime autonomy;Cities and towns;Government;Robot kinematics;Robot sensing systems;Sea surface},
doi={10.23919/OCEANS.2015.7401850},
month={Oct},}
@mastersthesis{Becker2013Control,
title={Control strategy for autonomous remediation of marine oil spills},
author={Becker, Christopher J},
year={2013},
school={Boston University}
}
@mastersthesis{Alvaro2018,
title={N-Boat: Design and Development of an Autonomous Robotic Sailboat (in Portuguese)},
author={Negreiros, Alvaro P F},
year={2018},
school={Federal University of Rio Grande do Norte}
}
@article{Beerens2016Scoping,
title="Scoping the field of disaster exercise evaluation - A literature overview and analysis ",
journal="International Journal of Disaster Risk Reduction ",
volume="19",
number="",
pages="413 - 446",
year="2016",
note="",
issn="2212-4209",
doi="https://doi.org/10.1016/j.ijdrr.2016.09.001",
url="http://www.sciencedirect.com/science/article/pii/S2212420916302072",
author="Ralf Josef Johanna Beerens and Henrik Tehler",
keywords="Disaster",
keywords="Crisis",
keywords="Emergency",
keywords="Exercise",
keywords="Drill",
keywords="Evaluation",
keywords="Assessment",
keywords="Analysis",
keywords="Valuation",
keywords="Review",
keywords="Scoping study",
keywords="Literature overview ",
abstract="Abstract The evaluation of emergency, disaster and crisis management exercises supports both individual and organizational learning, facilitates the development of response capabilities, and helps to determine whether the current level of preparedness is good enough. Nevertheless, despite its importance in the field of disaster risk management, there is a lack of a comprehensive overview of research in the area. The aim of the paper is to provide such an overview. A scoping study identified the key contributions on the topic of disaster exercise evaluation, provides an overview of research in the area, and analyses opportunities for future work. The purpose, function and form of the evaluation provided the framework for the analysis, which was applied to the scoping study results. The results indicate a lack of academic interest. Although exercises take place on a regular basis and are often used for research purposes, their evaluations are seldom the focus of attention per se. Moreover, contributions that do focus on evaluations are spread over several disciplines. Nevertheless, the results indicate that recent contributions are becoming more coherent as they build on each other (or at least refer to each other), even if they are produced within different disciplines. Despite encouraging signs of a more cohesive scientific corpus on the evaluation of disaster exercises, there is still room for improvement. The scientific discourse would benefit from greater clarity regarding: (1) the purpose and context in which a specific evaluation method is designed to be used; (2) what the method needs to do (or produce) in order for it to fulfill the purpose; and (3) how the method achieves its goal and thereby fulfills its purpose. Moreover, in order to help researchers to build on each other's work and suggest improvements to evaluation methods, it is urgent that the supporting evidence (for example, empirical data or logical reasoning) for claims regarding the usefulness of a specific method is clearly presented. This is likely to lead to a more vigorous scientific discourse, which will result in increasingly relevant and robust arguments related to how to approach the problem of evaluating disaster exercises in practice. "
}
@phdthesis{Behymer2017Interface,
title={Interface Design for the Supervisory Control of Multiple Heterogeneous Unmanned Vehicles},
author={Behymer, Kyle Joseph},
year={2017},
school={Wright State University}
}
@article {Bellingham2007Robotics,
author={Bellingham, James G. and Rajan, Kanna},
title={Robotics in Remote and Hostile Environments},
volume={318},
number={5853},
pages={1098--1102},
year={2007},
doi={10.1126/science.1146230},
publisher={American Association for the Advancement of Science},
abstract={In our continuing quest for knowledge, robots are powerful tools for accessing environments too dangerous or too remote for human exploration. Early systems functioned under close human supervision, effectively limited to executing preprogrammed tasks. However, as exploration moves to regions where communication is ineffective or unviable, robots will need to carry out complex tasks without human supervision. To enable such capabilities, robots are being enhanced by advances ranging from new sensor development to automated mission planning software, distributed robotic control, and more efficient power systems. As robotics technology becomes simultaneously more capable and economically viable, individual robots operated at large expense by teams of experts are increasingly supplemented by teams of robots used cooperatively under minimal human supervision.},
issn={0036-8075},
URL={http://science.sciencemag.org/content/318/5853/1098},
eprint={http://science.sciencemag.org/content/318/5853/1098.full.pdf},
journal={Science}
}
@article{Bello2014Satellite,
title="Satellite Remote Sensing as a Tool in Disaster Management and Sustainable Development: Towards a Synergistic Approach",
journal="Procedia - Social and Behavioral Sciences",
volume="120",
pages="365 - 373",
year="2014",
note="3rd International Geography Symposium, GEOMED2013, 10-13 June 2013, Antalya, Turkey",
issn="1877-0428",
doi="https://doi.org/10.1016/j.sbspro.2014.02.114",
url="http://www.sciencedirect.com/science/article/pii/S1877042814016449",
author="Olalekan Mumin Bello and Yusuf Adedoyin Aina",
keywords="Disaster management, Geospatial data, Natural hazard, Satellite imagery, Sustainable development",
abstract="Disasters have become an issue of growing concern throughout the world, whether it is natural hazards or through human factors. The frequency, as well as magnitude, of disasters threatening large population living in diverse environments is increasing in recent years across the world. These disasters also have far-reaching implications on sustainable development through social, economic and environmental impacts. It is highly imperative to develop effective tools for disaster management. Remote sensing systems have been playing a great role in disaster management in such areas as flooding, cyclones, drought, earthquake and tsunami. Satellite remote sensing is largely adopted due to its cost effectiveness, short temporal orbiting and large area of coverage. Remote sensing technologies have been used in disaster management especially during the preparedness/warning and response/monitoring stages. Despite the capabilities of remote sensing technologies in natural and human disaster management, there are still some limitations in its deployment due to the divide between developed and developing countries, data accessibility (especially high resolution imagery) and technological limitations. This paper examines the recent developments in the application of remote sensing in disaster management such as the proliferation of data through unprecedented sources (Google Earth, crowdsourcing, Global Land Cover) and improvement in data resolutions and integration of technologies. It examines how recent developments can help in overcoming the limitations of using remotely sensed data in disaster management. There is a need for more collaborative and interdisciplinary frameworks to fully utilize the capabilities of remote sensing in hazard and disaster management."
}
@article{Benjamin2006Method,
author={Benjamin, Michael R. and Leonard, John J. and Curcio, Joseph A. and Newman, Paul M.},
title={A method for protocol-based collision avoidance between autonomous marine surface craft},
journal={Journal of Field Robotics},
volume={23},
number={5},
publisher={Wiley Subscription Services, Inc., A Wiley Company},
issn={1556-4967},
url={http://dx.doi.org/10.1002/rob.20121},
doi={10.1002/rob.20121},
pages={333--346},
year={2006},
}
@INPROCEEDINGS{Benjamin2006Navigation,
author={M. R. Benjamin and J. A. Curcio and J. J. Leonard and P. M. Newman},
booktitle={Proceedings 2006 IEEE International Conference on Robotics and Automation, 2006. ICRA 2006.},
title={Navigation of unmanned marine vehicles in accordance with the rules of the road},
year={2006},
pages={3581-3587},
abstract={This paper is concerned with the in-field autonomous operation of unmanned marine vehicles in accordance with convention for safe and proper collision avoidance as prescribed by the coast guard collision regulations (COLREGS). These rules are written to train and guide safe human operation of marine vehicles and are heavily dependent on human common sense in determining rule applicability as well as rule execution, especially when multiple rules apply simultaneously. To capture the flexibility exploited by humans, this work applies a novel method of multi-objective optimization, interval programming, in a behavior-based control framework for representing the navigation rules, as well as task behaviors, in a way that achieves simultaneous optimal satisfaction. We present experimental validation of this approach using multiple autonomous surface craft. This work represents the first in-field demonstration of multiobjective optimization applied to autonomous COLREGS-based marine vehicle navigation},
keywords={collision avoidance;remotely operated vehicles;telerobotics;underwater vehicles;coast guard collision regulations;collision avoidance;interval programming;marine vehicle navigation;multi-objective optimization;multiple autonomous surface craft;simultaneous optimal satisfaction;unmanned marine vehicles;Automotive engineering;Control systems;Humans;Law;Legal factors;Marine vehicles;Mobile robots;Navigation;Oceans;Remotely operated vehicles},
doi={10.1109/ROBOT.2006.1642249},
ISSN={1050-4729},
month={May},}
@article {Berger2016Ocean,
author={Berger, J. and Laske, G. and Babcock, J. and Orcutt, J.},
title={An ocean bottom seismic observatory with near real-time telemetry},
journal={Earth and Space Science},
volume={3},
number={2},
issn={2333-5084},
url={http://dx.doi.org/10.1002/2015EA000137},
doi={10.1002/2015EA000137},
pages={68--77},
keywords={Instruments and techniques, ocean bottom observatory},
year={2016},
note={2015EA000137},
abstract={We describe a new technology that can provide near real-time telemetry of sensor data from the ocean bottom without a moored buoy or a cable to shore. The breakthrough technology that makes this system possible is an autonomous surface vehicle called a Wave Glider developed by Liquid Robotics, Inc. of Sunnyvale, CA, which harvests wave and solar energy for motive and electrical power. We present results from several deployments of a prototype system that demonstrate the feasibility of this concept. We also demonstrated that a wave glider could tow a suitably designed ocean bottom package with acceptable loss of speed. With further development such a system could be deployed autonomously and provide real-time telemetry of data from seafloor sensors.},
}
@INPROCEEDINGS{Berger2016RIO,
author={J. Berger and J. Orcutt and G. Laske and J. Babcock},
booktitle={OCEANS 2016 MTS/IEEE Monterey},
title={RIO ROSO a Robotically Installed and Online Remote Ocean Seafloor Observatory},
year={2016},
volume={},
number={},
pages={1-5},
abstract={We describe a system for ocean observatories which streams data from the seafloor to shore in near real-time without a cable or moored surface buoy. The system utilizes a Wave Glider® (Liquid Robotics, Inc.); an autonomous surfboard-sized maritime vehicle that harvests wave energy for propulsion and solar energy for electrical power. The Wave Glider acts as a communications gateway as it hovers on the surface above the observatory connecting the acoustic telemetry through the ocean column and satellite telemetry to the shore. Several deployments of a prototype system demonstrated the feasibility of this concept. We also demonstrated that a wave glider could tow a suitably designed ocean bottom package with acceptable loss of speed. In this paper, we describe such a system that can be deployed autonomously and provide real-time telemetry of data from seafloor sensors.},
keywords={energy harvesting;marine propulsion;marine telemetry;marine vehicles;mobile robots;sensors;Liquid Robotics Inc;RIO ROSO;Wave Glider®;acoustic telemetry;autonomous surfboard-sized maritime vehicle;electrical power;propulsion;robotically installed and online remote ocean seafloor observatory;seafloor sensors;solar energy;wave energy harvesting;Acoustics;Logic gates;Robots;Sea surface;Sensors;Telemetry;acoustic;communications;concept;data;glider;remote;seafloor;seismic;sensor instruments},
doi={10.1109/OCEANS.2016.7761049},
ISSN={},
month={Sept},}
@article{Bertaska2015Experimental,
title="Experimental evaluation of automatically-generated behaviors for USV operations",
journal="Ocean Engineering",
volume="106",
number="",
pages="496 - 514",
year="2015",
note="",
issn="0029-8018",
doi="http://dx.doi.org/10.1016/j.oceaneng.2015.07.002",
url="http://www.sciencedirect.com/science/article/pii/S0029801815003066",
author="Ivan R. Bertaska and Brual Shah and Karl von Ellenrieder and Petr \v{S}vec and Wilhelm Klinger and Armando J. Sinisterra and Manhar Dhanak and Satyandra K. Gupta",
keywords="Marine vehicles",
keywords="Unmanned surface vehicles",
keywords="COLREGs",
keywords="Guidance, navigation and control",
keywords="Lattice-based trajectory planning",
keywords="Nonlinear control",
abstract="The performance of four automatically-generated path planning behaviors is evaluated through field-testing. Experiments were conducted using a model-referenced trajectory planner, which was implemented on unmanned surface vehicles (USVs) of different size, thrust, and maneuverability characteristics. The planner combines a local search based on the Velocity Obstacles (VO) concept with a global, lattice-based search for a dynamically feasible trajectory (determined using models of the nonlinear dynamics, nonholonomic constraints, and low-level control of each system). Multiple low-level USV heading and speed controllers, varying in complexity from proportional control to nonlinear backstepping control, were tested with the planner. High planning performance is achieved by searching within a resolution-adaptive space of the USV׳s candidate motion goals. Sampling is constrained to ensure that the International Regulations for the Prevention of Collisions at Sea (COLREGs) are followed. Prior to on-water implementation, the system was fine-tuned in simulation. Four automatically-generated USV behaviors were demonstrated in on-water tests within a complex, static obstacle field: 1) Approach (USV approaches a fixed target); 2) Follow (USV approaches a moving target); 3) Single COLREGs-Compliant Crossing (USV approaches a fixed target while avoiding another vessel); and 4) Multiple COLREGs-Compliant Crossings (USV approaches a fixed target while avoiding an interference vessel multiple times)."
}
@article{Bertram2008Unmanned,
title={Unmanned surface vehicles-a survey},
author={Bertram, Volker},
journal={Skibsteknisk Selskab, Copenhagen, Denmark},
volume={1},
pages={1--14},
year={2008},
publisher={Citeseer}
}
@INPROCEEDINGS{Bhadauria2010Robotic,
author={D. Bhadauria and V. Isler and A. Studenski and P. Tokekar},
booktitle={2010 IEEE International Conference on Robotics and Automation},
title={A Robotic Sensor Network for monitoring carp in Minnesota lakes},
year={2010},
pages={3837-3842},
abstract={Robotic Sensor Networks (RSNs) find increasing use in environmental monitoring as RSNs can collect data from obscure, hard-to-reach places over long periods of time. This work reports progress in building a network of small, light-weight robotic rafts which will be used to monitor common carp tagged with radio transmitters across Minnesota lakes. We describe the design and architecture of the robotic raft, and demonstrate the robustness of our waypoint navigation algorithm through field tests conducted in various lakes. We also present results from experiments aimed towards localizing tagged fish.},
keywords={robots;wireless sensor networks;Minnesota lakes;carp monitoring;radio transmitters;robotic raft;robotic sensor network;Algorithm design and analysis;Buildings;Lakes;Marine animals;Monitoring;Radio navigation;Radio transmitters;Robot sensing systems;Robustness;Testing},
doi={10.1109/ROBOT.2010.5509499},
ISSN={1050-4729},
month={May},}
@article{Bibuli2009Path,
TITLE={{Path-Following Algorithms and Experiments for an Unmanned Surface Vehicle}},
AUTHOR={Bibuli, Marco and Bruzzone, Gabriele and Caccia, Massimo and Lapierre, Lionel},
URL={https://hal.archives-ouvertes.fr/hal-00733789},
JOURNAL={{Journal of Field Robotics}},
PUBLISHER={{Wiley}},
VOLUME={26},
PAGES={669-688},
YEAR={2009},
DOI={10.1002/rob.20303},
PDF={https://hal.archives-ouvertes.fr/hal-00733789/file/jfr_paper.pdf},
HAL_ID={hal-00733789},
HAL_VERSION={v1},
}
@ARTICLE{Bibuli2012Guidance,
author={M. Bibuli and M. Caccia and L. Lapierre and G. Bruzzone},
journal={IEEE Robotics Automation Magazine},
title={Guidance of Unmanned Surface Vehicles: Experiments in Vehicle Following},
year={2012},
volume={19},
number={3},
pages={92-102},
abstract={Virtual target-based path-following techniques are extended to execute the task of vehicle following in the case of unmanned surface vehicles (USVs). Indeed, vehicle following is reduced to the problem of tracking a virtual target moving at a desired range from a master vessel, while separating the spatial and temporal constraints, giving priority to the former one. The proposed approach is validated experimentally in a harbor area with the help of the prototype USVs ALANIS and Charlie, developed by Consiglio Nazionale delle Ricerche-Istituto di Studi sui Sistemi Intelligenti per lAutomazione (CNR-ISSIA).},
keywords={marine vehicles;mobile robots;motion control;multi-robot systems;position control;remotely operated vehicles;ALANIS USV;Charlie USV;master vessel;path following techniques;spatial constraints;temporal constraints;unmanned surface vehicle guidance;vehicle following;virtual moving target tracking;Aircraft navigation;Position measurement;Remotely operated vehicles;Robots;Target tracking;Unmanned aerial vehicles},
doi={10.1109/MRA.2011.2181784},
ISSN={1070-9932},
month={Sept},}
@article {Bingham2011Development,
author="Bingham, Brian S. and Walls, Jeffrey M. and Eustice, Ryan M.",
title="Development of a Flexible Command and Control Software Architecture for Marine Robotic Applications",
journal="Marine Technology Society Journal",
volume="45",
number="3",
year="2011",
abstract="This paper reports the implementation of a supervisory control framework and modular software architecture built around the lightweight communication and marshalling (LCM) publish/subscribe message passing system. In particular, we examine two diverse marine robotics applications using this modular system: (i) the development of an unmanned port security vehicle, a robotic surface platform to support first responders reacting to transportation security incidents in harbor environments, and (ii) the adaptation of a commercial off-the-shelf autonomous underwater vehicle (the Ocean-Server Iver2) for visual feature-based navigation. In both cases, the modular vehicle software infrastructures are based around the open-source LCM software library for low-latency, real-time message passing. To elucidate the real-world application of LCM in marine robotic systems, we present the software architecture of these two successful marine robotic applications and illustrate the capabilities and flexibilities of this approach to real-time marine robotics. We present benchmarking test results comparing the throughput of LCM with the Mission-Oriented Operating Suite, another robot software system popular in marine robotics. Experimental results demonstrate the capacity of the LCM framework to make large amounts of actionable information available to the operator and to allow for distributed supervisory control. We also provide a discussion of the qualitative tradeoffs involved in selecting software infrastructure for supervisory control.",
pages="25-36",
itemtype="ARTICLE",
parent_itemid="infobike://mts/mtsj",
issn="0025-3324",
publishercode ="mts",
url="http://www.ingentaconnect.com/content/mts/mtsj/2011/00000045/00000003/art00005",
doi="doi:10.4031/MTSJ.45.3.4",
keyword="interprocess control, maritime domain awareness, supervisory control, autonomous vehicles"
}
@article{Bio2015Methods,
author={Bio, A. and Bastos, L. and Granja, H. and Pinho, J.L.S. and Gonçalves, J.A. and Henriques, R. and Madeira, S. and Magalhães, A. and Rodrigues, D.},
title={Methods for coastal monitoring and erosion risk assessment: two Portuguese case studies},
Journal={Revista de Gestão Costeira Integrada - Journal of Integrated Coastal Zone Management},
year={2015},
doi={10.5894/rgci490},
number={1},
publisher={Editorial Associação Portuguesa dos Recursos Hídricos},
pages={47-63},
volume={15},
keywords={monitoring techniques;Digital Elevation Models;morphodynamics;coastal erosion;risk assessment;Douro Estuary;Vila Nova de Gaia;Portugal},
}
@INPROCEEDINGS{Birk2012Advances,
author={A. Birk and M. Pfingsthorn and H. Bülow},
booktitle={2012 IEEE International Symposium on Safety, Security, and Rescue Robotics (SSRR)},
title={Advances in underwater mapping and their application potential for Safety, Security, and Rescue Robotics (SSRR)},
year={2012},
pages={1-3},
abstract={We give here a short overview of recent contributions of the Jacobs Robotics group in underwater mapping. This work reaches up to 3D mapping of complex structures, which is of particular interest for Safety, Security, and Rescue Robotics (SSRR) missions with AUV, which tend to occur not in plain open waters but in complex environments. Examples of potential use cases include harbor security, infrastructure inspection after disasters, or military reconnaissance.},
keywords={SLAM (robots);autonomous underwater vehicles;marine safety;security;service robots;3D complex structure mapping;AUV;Jacobs robotics group;SSRR;complex environments;safety security and rescue robot;underwater mapping},
doi={10.1109/SSRR.2012.6523907},
month={Nov},}
@ARTICLE{Biswas2017Visual,
author={{Biswas}, Aritra and {Karnan}, Haresh and and {Vaidik Dhulipala}, Pranav and {Dufek}, Jan and {Murphy}, Robin},
title="{Visual Servoing of Unmanned Surface Vehicle from Small Tethered Unmanned Aerial Vehicle}",
journal={arXiv e-prints},
keywords={Computer Science - Computer Vision and Pattern Recognition, Computer Science - Robotics},
year={2017},
month={October},
eid={arXiv:1710.02932},
pages={arXiv:1710.02932},
abstract={This paper presents an algorithm and the implementation of a motor schema to aid the visual localization subsystem of the ongoing EMILY project at Texas A and M University. The EMILY project aims to team an Unmanned Surface Vehicle (USV) with an Unmanned Aerial Vehicle (UAV) to augment the search and rescue of marine casualties during an emergency response phase. The USV is designed to serve as a flotation device once it reaches the victims. A live video feed from the UAV is provided to the casuality responders giving them a visual estimate of the USVs orientation and position to help with its navigation. One of the challenges involved with casualty response using a USV UAV team is to simultaneously control the USV and track it. In this paper, we present an implemented solution to automate the UAV camera movements to keep the USV in view at all times. The motor schema proposed, uses the USVs coordinates from the visual localization subsystem to control the UAVs camera movements and track the USV with minimal camera movements such that the USV is always in the cameras field of view.},
archivePrefix={arXiv},
eprint={1710.02932},
primaryClass={cs.CV},
adsurl={https://ui.adsabs.harvard.edu/\#abs/2017arXiv171002932K},
adsnote={Provided by the SAO/NASA Astrophysics Data System}
}
@article{Blaich2012Extended,
title="Extended Grid Based Collision Avoidance Considering COLREGs for Vessels",
journal="IFAC Proceedings Volumes",
volume="45",
number="27",
pages="416 - 421",
year="2012",
note="9th IFAC Conference on Manoeuvring and Control of Marine Craft",
issn="1474-6670",
doi="http://dx.doi.org/10.3182/20120919-3-IT-2046.00071",
url="http://www.sciencedirect.com/science/article/pii/S1474667016312654",
author="Michael Blaich and Michael Rosenfelder and Michael Schuster and Oliver Bittel and Johannes Reuter",
keywords="Collision avoidance",
keywords="Ship navigation",
keywords="Path planning",
keywords="Lee's algorithm",
keywords="COLREGs",
keywords="Optimal route",
keywords="Raster grid",
abstract="In this work a grid based collision avoidance algorithm which considers the physical constrains of a vessel is presented. For this purpose a new geometry neighbourhood is introduced and explained in detail. The collision avoidance algorithm pays attention to the COLREGs and provides a collision-free path. To find this path, Lee's algorithm is used."
}
@article{Bogue2015Search,
author={Robert Bogue},
title={Search and rescue and disaster relief robots: has their time finally come?},
journal={Industrial Robot: the international journal of robotics research and application},
volume={43},
number={2},
pages={138-143},
year={2016},
doi={10.1108/IR-12-2015-0228},
URL={https://doi.org/10.1108/IR-12-2015-0228},
eprint={https://doi.org/10.1108/IR-12-2015-0228},
abstract={ Purpose – This paper aims to discuss search and rescue (SAR) and disaster relief robot developments, trials and applications and to answer the question posed in the title. Design/methodology/approach – Following a short introduction, this first describes Integrated Components for Assisted Rescue and Unmanned Search operations, a recent, collaborative, European research project, and euRathlon, a major robotics competition. It then highlights the role of the centre for robot-assisted search and rescue, and provides examples of the deployment of terrestrial, marine and airborne robots in real SAR and disaster relief situations. It concludes with a brief discussion. Findings – This shows that SAR and disaster relief robots are the topic of an extensive development effort, and many have performed well in simulated disaster scenarios. Terrestrial, marine and airborne robots have been used in many real disaster relief situations since 2001, and the use of unmanned aerial vehicles has proliferated due to recent technological developments. Robots now play an important role in supporting SAR teams, and this will certainly increase as the technologies are developed further. Originality/value – In an era characterized by extreme weather events and continuing military conflicts, robots play an increasingly important role in supporting human disaster response teams. This article provides details of developments, trials and real-world deployments of such robots.}
}
@inproceedings{Bonsignorio2009Defining,
title={Defining the requisites of a replicable robotics experiment},
author={Bonsignorio, F and Hallam, John and Del Pobil, A},
booktitle={RSS2009 Workshop on Good Experimental Methodologies in Robotics},
year={2009}
}
@inproceedings{Bordetsky2007TNT,
author={Bordetsky, Alex and Dougan, Arden and Chiann, Foo Y. and Kilberg, Andres},
title={TNT Maritime Interdiction Operation Experiments: Enabling Radiation Awareness and Geographically Distributed Collaboration for Network-Centric Maritime Interdiction Operations},
booktitle={12th International Command and Control Research and Technology Symposium (ICCRTS)},
month={June},
year={2007},
abstract={The paper addresses technological and operational challenges of developing a global plug-and-play Maritime Domain Security testbed. This joint Naval Postgraduate School (NPS)-Lawrence Livermore National Laboratory (LLNL) project, supported by partners from Sweden, Austria, and Singapore is based on the NPS Tactical Network Topology (TNT) comprised of long-haul OFDM networks combined with self-forming wireless mesh links to radiation detection sensors, and real-time radiation awareness collaboration with geographically distributed partners. In the center of our discussion are networking, sensor, and collaborative solutions for the Maritime Interdiction Operation (MIO) Experiments in which geographically distributed command centers and subject matter experts collaborate with the Boarding Party in real time to facilitate situational understanding and course of action selection. The most recent experiment conducted in the San Francisco Bay jointly with partners from Sweden, Singapore, and Austria proved feasibility and good potential of the proposed key technologies aimed at improving MIO.},
}
@inproceedings{Borg2016Design,
title={DESIGN, DEVELOPMENT, AND PRELIMINARY TESTING OF AN AUTONOMOUS AMPHIBIOUS ROBOT},
booktitle={Proceedings of The Canadian Society for Mechanical Engineering International Congress 2016
2016 CCToMM M3 Symposium},
author={Borg, Mark and Nokleby, Scott and Puccini, Luke and Mezil, Addel and Lau, Brian and Dobrescu, Omer and Idris, Joseph and Chan, Alvin and Cain, Carla and Kelly Long and Keval Thaker and Kevin Lam},
year={2016},
institution={Faculty of Engineering and Applied Science},
month={June},
publisher={Canadian Society for Mechanical Engineering (CSME)},
}
@INPROCEEDINGS{Bowker2016Experimental,
author={J. A. Bowker and N. C. Townsend and M. Tan and R. A. Shenoi},
booktitle={OCEANS 2016 MTS/IEEE Monterey},
title={Experimental analysis of submerged flapping foils; implications for autonomous surface vehicles (ASVs)},
year={2016},
pages={1-10},
abstract={Autonomous surface vehicles (ASVs) have proven effective as ocean observing platforms for maritime operations. In most cases it is advantageous to operate ASVs for extensive missions in order to maximize their cost effectiveness. Such long endurance missions require ASVs to be capable of scavenging ambient energy from the surrounding ocean environment.},
keywords={energy harvesting;marine propulsion;marine vehicles;remotely operated vehicles;wave power generation;ASV;PTO system;ambient energy scavenging;autonomous surface vehicles;design parameters;maritime operations;ocean observing platforms;ocean wave energy conversion;power generation;power take off system;propulsion;seakeeping characteristics;submerged flapping foils;Energy harvesting;Force;Generators;Propulsion;Sea surface;Surface waves;Vehicles},
doi={10.1109/OCEANS.2016.7761324},
month={Sept},}
@article{Brereton2007Lessons,
title="Lessons from applying the systematic literature review process within the software engineering domain ",
journal="Journal of Systems and Software ",
volume="80",
number="4",
pages="571 - 583",
year="2007",
note="Software Performance5th International Workshop on Software and Performance ",
issn="0164-1212",
doi="https://doi.org/10.1016/j.jss.2006.07.009",
url="http://www.sciencedirect.com/science/article/pii/S016412120600197X",
author="Pearl Brereton and Barbara A. Kitchenham and David Budgen and Mark Turner and Mohamed Khalil",
keywords="Systematic literature review",
keywords="Empirical software engineering ",
abstract="A consequence of the growing number of empirical studies in software engineering is the need to adopt systematic approaches to assessing and aggregating research outcomes in order to provide a balanced and objective summary of research evidence for a particular topic. The paper reports experiences with applying one such approach, the practice of systematic literature review, to the published studies relevant to topics within the software engineering domain. The systematic literature review process is summarised, a number of reviews being undertaken by the authors and others are described and some lessons about the applicability of this practice to software engineering are extracted. The basic systematic literature review process seems appropriate to software engineering and the preparation and validation of a review protocol in advance of a review activity is especially valuable. The paper highlights areas where some adaptation of the process to accommodate the domain-specific characteristics of software engineering is needed as well as areas where improvements to current software engineering infrastructure and practices would enhance its applicability. In particular, infrastructure support provided by software engineering indexing databases is inadequate. Also, the quality of abstracts is poor; it is usually not possible to judge the relevance of a study from a review of the abstract alone. "
}
@inproceedings{Bruemmer2004Call,
title={" I call shotgun!": an evaluation of mixed-initiative control for novice users of a search and rescue robot},
author={Bruemmer, David J and Boring, Ronald L and Few, Douglas A and Marble, Julie L and Walton, Miles C},
booktitle={Systems, Man and Cybernetics, 2004 IEEE International Conference on},
volume={3},
pages={2847--2852},
year={2004},
organization={IEEE}
}
@INPROCEEDINGS{Bruzzone2013Cooperative,
author={G. Bruzzone and M. Bibuli and M. Caccia and E. Zereik},
booktitle={2013 MTS/IEEE OCEANS - Bergen},
title={Cooperative robotic maneuvers for emergency ship towing operations},
year={2013},
pages={1-7},
abstract={This paper proposes the employment of marine robotic platforms for emergency ship towing operations. Automatic guidance algorithms are developed with the aim of providing cooperation and coordination of robots' motion. In particular a line-following technique is proposed as well as an improvement to a virtual target based path-following technique in order to take into account the modeling of a moving reference path. To prove the validity of the proposed concept, a set of experimental results is also reported.},
keywords={motion control;path planning;service robots;ships;automatic guidance algorithms;cooperative robotic maneuvers;emergency ship towing operations;line-following technique;marine robotic platforms;path-following technique;robot motion cooperation;robot motion coordination;virtual target;Marine vehicles;Navigation;Robot kinematics;Subspace constraints;Tracking;Vehicles},
doi={10.1109/OCEANS-Bergen.2013.6608012},
month={June},}
@article {Bruzzone2017Cooperative,
author={Bruzzone, G. and Bibuli, M. and Zereik, E. and Ranieri, A. and Caccia, M.},
title={Cooperative adaptive guidance and control paradigm for marine robots in an emergency ship towing scenario},
journal={International Journal of Adaptive Control and Signal Processing},
volume={31},
number={4},
issn={1099-1115},
url={http://dx.doi.org/10.1002/acs.2667},
doi={10.1002/acs.2667},
pages={562--580},
keywords={robots cooperation, autonomous guidance, marine vehicles},
year={2017},
note={acs.2667},
abstract={This paper focuses on the control strategy needed by marine robots to be able to follow moving paths within a cooperative framework. This control aspect is essential in order to effectively perform emergency ship towing operations. In particular, these robots coordinate their motion, with the aim of performing an autonomous tying operation, linking the messenger line of a distressed ship to a salvage tugboat. Automatic guidance algorithms are developed in order to provide cooperation and coordination of robots' motion, in such a way to perform the knotting maneuver between the two employed vehicles. In particular, the major contribution of the present work in terms of adaptive control methodology consists in extending a well-known path following strategy for multi-vehicle cooperation to cope with moving reference paths. Extensive experimental testing validates the proposed concept, also pointing out the feasibility and effectiveness of the developed system in real-case scenarios.},
}
@INPROCEEDINGS{Burke2004Human,
author={J. L. Burke and R. R. Murphy},
booktitle={RO-MAN 2004. 13th IEEE International Workshop on Robot and Human Interactive Communication (IEEE Catalog No.04TH8759)},
title={Human-robot interaction in USAR technical search: two heads are better than one},
year={2004},
pages={307-312},
abstract={Effective human-robot interaction in urban search and rescue robotics currently requires a minimum 2:1 human-to-robot ratio. The demands are not just physical (though the task at present is facilitated by having a second person assist with physical robot operations); cognitive challenges are presented by the key-hole effect, teleproprioception and telekinesthesis. In studies with 2:1 robot teams, operators who talked more with their teammates about the search environment, the robot's situatedness in that environment, and search strategies seemed to develop a shared mental model of both the search environment and the task at hand. Moreover, operators who talked more about goal-directed aspects of the search task with their teammates were rated as having better situation awareness and task performance. Effective teams were nine times more likely to find victims in search exercises. This suggests that robot-assisted search and rescue is a team task and good human-robot interaction is critical to performance.},
keywords={cognitive systems;man-machine systems;mobile robots;multi-robot systems;telerobotics;USAR technical search;cognitive challenges;human-robot interaction;robot assisted rescue;robot assisted search;robot teams;telekinesthesis;teleproprioception;urban search and rescue robotics;Cognitive robotics;Cognitive science;Electronic mail;Human robot interaction;Mars;Medical robotics;Mobile robots;Navigation;Robot sensing systems;Unmanned aerial vehicles},
doi={10.1109/ROMAN.2004.1374778},
month={Sept},}
@article{Burke2004Moonlight,
author={ Jennifer L. Burke and Robin R. Murphy and Michael D. Coovert and Dawn L. Riddle },
title={Moonlight in Miami: Field Study of Human-Robot Interaction in the Context of an Urban Search and Rescue Disaster Response Training Exercise},
journal={Human–Computer Interaction},
volume={19},
number={1-2},
pages={85-116},
year={2004},
doi={10.1080/07370024.2004.9667341},
URL={http://www.tandfonline.com/doi/abs/10.1080/07370024.2004.9667341},
eprint={http://www.tandfonline.com/doi/pdf/10.1080/07370024.2004.9667341},
abstract={ This article explores human-robot interaction during a 16-hr, high-fidelity urban search and rescue disaster response drill with teleoperated robots. This article examines operator situation awareness and technical search team interaction using communication analysis. It analyzes situation awareness, team communication, and the interaction of these constructs using a systematic coding scheme designed for this research. The findings indicate that operators spent significantly more time gathering information about the state of the robot and the state of the environment than they did navigating the robot. Operators had difficulty integrating the robot's view into their understanding of the search and rescue site. They compensated for this lack of situation awareness by communicating with team members at the site, attempting to gather information that would provide a more complete mental model of the site. They also worked with team members to develop search strategies. The article concludes with suggestions for design and future research. }
}
@article{Buxton2016Autonomous,
author={Buxton, Bridget and Jacob Sharvit and Dror Planer and Nikola Mi\v{s}kovi\'{c} and John Hale.},
title={“An ASV (Autonomous Surface Vehicle) for Archaeology: The Pladypos at Caesarea Maritima, Israel.},
booktitle={In Mobilizing the Past for a Digital Future: The Potential of Digital Archaeology},
editor={Erin Walcek Averett and Jody Michael Gordon and Derek B. Counts},
pages={279-315},
publisher={Grand Forks, ND: The Digital Press at the University of North Dakota},
year={2016},
}
@inproceedings{caccia2005design,
title={Design and exploitation of an autonomous surface vessel for the study of sea-air interactions},
author={Caccia, Massimo and Bono, Riccardo and Bruzzone, Ga and Bruzzone, Gi and Spirandelli, Edoardo and Veruggio, Gianmarco and Stortini, Angela Maria},
booktitle={Robotics and Automation, 2005. ICRA 2005. Proceedings of the 2005 IEEE International Conference on},
pages={3582--3587},
year={2005},
organization={IEEE}
}
@INPROCEEDINGS{Caccia2006Autonomous,
author={M. Caccia},
booktitle={2006 14th Mediterranean Conference on Control and Automation},
title={Autonomous Surface Craft: prototypes and basic research issues},
year={2006},
pages={1-6},
abstract={An overview of the prototypes of autonomous surface craft (ASC) developed in the last years is presented in this paper, together with a discussion of main research issues, design trends and technological developments},
keywords={mobile robots;reviews;underwater vehicles;autonomous surface craft;autonomous vehicle;marine robotics;Application software;Marine vehicles;Mobile robots;Propulsion;Prototypes;Radio navigation;Remotely operated vehicles;Sea measurements;Sea surface;System testing;autonomous vehicles;marine robotics},
doi={10.1109/MED.2006.328786},
month={June},}
@article {Caccia2007Unmanned,
author="Caccia, M. and Bibuli, M. and Bono, R. and Bruzzone, Ga. and Bruzzone, Gi. and Spirandelli, E.",
title="Unmanned Surface Vehicle for Coastal and Protected Waters Applications: the Charlie Project",
journal="Marine Technology Society Journal",
volume="41",
number="2",
year="2007",
abstract="The paper deals with the design, development, test and exploitation of an unmanned surface vehicle (USV) for coastal and protected waters applications, such as sampling of the sea surface microlayer and harbor survey. The unmanned catamaran Charlie, which is fully autonomous from the point of view of both power supply and computing capabilities and is supervised by a portable human operator station, is characterized by a state-of-the-art hardware, software and control architecture. A PC-compatible computing platform and a GNU/Linux-based embedded real-time system support an intelligent control architecture, while advanced modeling and identification techniques, based on on-board sensors, allow the implementation of accurate navigation, guidance and control model-based algorithms. Results of experiments carried out on motion estimation and maneuvering control in the Genoa-Pr{\‘a} harbor are presented and discussed as well as the vessel exploitation in scientific applications and research projects.",
pages="62-71",
itemtype="ARTICLE",
parent_itemid="infobike://mts/mtsj",
issn="0025-3324",
publishercode ="mts",
url="http://www.ingentaconnect.com/content/mts/mtsj/2007/00000041/00000002/art00009",
doi="doi:10.4031/002533207787442259"
}
@Inbook{Caccia2013Towards,
author="Caccia, Massimo
and Saggini, Eleonora
and Bibuli, Marco
and Bruzzone, Gabriele
and Zereik, Enrica
and Riccomagno, Eva",
editor="Moreno-D{\'i}az, Roberto
and Pichler, Franz
and Quesada-Arencibia, Alexis",
title="Towards Good Experimental Methodologies for Unmanned Marine Vehicles",
bookTitle="Computer Aided Systems Theory - EUROCAST 2013: 14th International Conference, Las Palmas de Gran Canaria, Spain, February 10-15, 2013. Revised Selected Papers, Part II",
year="2013",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="365--372",
isbn="978-3-642-53862-9",
doi="10.1007/978-3-642-53862-9_47",
url="http://dx.doi.org/10.1007/978-3-642-53862-9_47"
}
@article{Caharija2015Comparison,
title="A Comparison Between the ILOS Guidance and the Vector Field Guidance",
journal="IFAC-PapersOnLine",
volume="48",
number="16",
pages="89 - 94",
year="2015",
note="",
issn="2405-8963",
doi="http://dx.doi.org/10.1016/j.ifacol.2015.10.263",
url="http://www.sciencedirect.com/science/article/pii/S2405896315021540",
author="Walter Caharija and Kristin Y. Pettersen and Pedro Calado and José Braga",
keywords="Path following",
keywords="Autonomous underwater vehicle",
keywords="Nonlinear control",
keywords="LOS guidance",
keywords="Experiments",
keywords="Signal processing",
abstract="This paper presents a quantitative comparison between two popular guidance laws for straight line path-following purposes of autonomous marine vehicles: the integral line-of-sight (ILOS) guidance law and the vector field (VF) guidance law. The comparison is based on experimental results and the cross track error measurements as well as the servo command signals are considered in the analysis. Both the guidance schemes are applied to the underactuated LAUV vehicle in the same environmental conditions with the same speed and heading controllers. The comparison separates between transient and steady-state behaviour, with focus on the latter. In particular, the cross-track error transfer functions for small time varying disturbances are derived for the two guidance schemes at equilibrium and similarities are found with the experimental results. The analysis concludes good path following performance for both the VF and the ILOS guidance laws, with the VF controller performing slightly better. However, the VF guidance scheme suffers from significant chattering on the horizontal rudders while the ILOS guidance law gives very smooth servo commands."
}
@ARTICLE{Caharija2016Integral,
author={W. Caharija and K. Y. Pettersen and M. Bibuli and P. Calado and E. Zereik and J. Braga and J. T. Gravdahl and A. J. Sørensen and M. Milovanović and G. Bruzzone},
journal={IEEE Transactions on Control Systems Technology},
title={Integral Line-of-Sight Guidance and Control of Underactuated Marine Vehicles: Theory, Simulations, and Experiments},
year={2016},
volume={24},
number={5},
pages={1623-1642},
abstract={This paper presents an extensive analysis of the integral line-of-sight (ILOS) guidance method for path-following tasks of underactuated marine vehicles, operating on and below the sea surface. It is shown that due to the embedded integral action, the guidance law makes the vessels follow straight lines by compensating for the drift effect of environmental disturbances, such as currents, wind, and waves. The ILOS guidance is first applied to a 2-D model of surface vessels that includes the underactauted sway dynamics of the vehicle as well as disturbances in the form of constant irrotational ocean currents and constant dynamic, attitude dependent, and forces. The actuated dynamics are not considered at this point. A Lyapunov closed-loop analysis yields explicit bounds on the guidance law gains to guarantee uniform global asymptotic stability (UGAS) and uniform local exponential stability (ULES). The complete kinematic and dynamic closed-loop system of the 3-D ILOS guidance law is analyzed in the following and hence extending the analysis to underactuated autonomous underwater vehicles (AUVs) for the 3-D straight-line path-following applications in the presence of constant irrotational ocean currents. The actuated surge, pitch, and yaw dynamics are included in the analysis where the closed-loop system forms a cascade, and the properties of UGAS and ULES are shown. The 3-D ILOS control system is a generalization of the 2-D ILOS guidance. Finally, results from simulations and experiments are presented to validate and illustrate the theoretical results, where the 2-D ILOS guidance is applied to the cooperative autonomous robotics towing system vehicle and light AUV.},
keywords={Lyapunov methods;asymptotic stability;attitude control;autonomous underwater vehicles;closed loop systems;mobile robots;motion control;multi-robot systems;path planning;robot dynamics;robot kinematics;vehicle dynamics;2D surface vessel model;3D ILOS guidance law;3D straight-line path-following applications;AUV;ILOS guidance method;Lyapunov closed-loop analysis;UGAS;ULES;actuated pitch dynamics;actuated surge dynamics;actuated yaw dynamics;attitude dependent;constant dynamic;constant irrotational ocean currents;cooperative autonomous robotics;drift effect compensation;dynamic closed-loop system;environmental disturbances;integral line-of-sight guidance method;kinematic closed-loop system;underactuated autonomous underwater vehicles;underactuated marine vehicles;uniform global asymptotic stability;uniform local exponential stability;Dynamics;Sea surface;Stability analysis;Underwater vehicles;Vehicle dynamics;Vehicles;Cooperative autonomous robotics towing system (CART);experiments;light autonomous underwater vehicle (LAUV);line-of-sight (LOS) guidance;nonlinear control;path following;underactuated vessels;unmanned semisubmersible vehicle (USSV)},
doi={10.1109/TCST.2015.2504838},
ISSN={1063-6536},
month={Sept},}
@INPROCEEDINGS{Caiti2011Lagrangian,
author={A. Caiti and V. Calabrò and S. Grammatico and A. Munafò and M. Stifani},
booktitle={OCEANS 2011 IEEE - Spain},
title={Lagrangian modeling of the Underwater Wave Glider},
year={2011},
pages={1-6},
abstract={This paper introduces a control-oriented modeling approach for a hybrid autonomous underwater vehicle: the Underwater Wave Glider. Thanks to a non-conventional design, the vehicle can accomplish both surface and underwater tasks, by changing its shape. The vehicle can operate as a wave glider at the sea surface, where the potential energy of the waves and the solar radiation can be exploited to recharge the onboard batteries, while moving at low speeds. Moreover, the Underwater Wave Glider can switch to the typical torpedo-shaped configuration in order to operate both as a Glider and as a self-propelled Autonomous Underwater Vehicle. The vehicle dynamics are modeled via a non-standard Lagrangian approach and some simulations are provided.},
keywords={remotely operated vehicles;solar radiation;underwater vehicles;vehicle dynamics;nonstandard Lagrangian approach;onboard batteries;self-propelled autonomous underwater vehicle;solar radiation;surface tasks;typical torpedo-shaped configuration;underwater tasks;underwater wave glider;vehicle dynamics;Hydrodynamics;Joints;Mathematical model;Potential energy;Sea surface;Vehicle dynamics;Vehicles},
doi={10.1109/Oceans-Spain.2011.6003429},
month={June},}
@ARTICLE{Calisi2009Improving,
author={Calisi, D. and Iocchi, L. and Nardi, D. and Randelli, G. and Ziparo, V.A.},
title={Improving search and rescue using contextual information},
journal={Advanced Robotics},
year={2009},
volume={23},
number={9},
pages={1199-1216},
doi={10.1163/156855309X452539},
note={cited By 0},
url={https://www.scopus.com/inward/record.uri?eid=2-s2.0-69649096958&doi=10.1163%2f156855309X452539&partnerID=40&md5=1a94c242534d0a1110423ae093cc3808},
affiliation={Dipartimento di Informatica e Sistemistica, 'Sapienza' University of Rome, Via Ariosto 25, 00185 Rome, Italy},
abstract={Search and rescue (SAR) is a challenging application for autonomous robotics research. The requirements of this kind of application are very demanding and are still far from being met. One of the most compelling requirements is the capability of robots to adapt their functionalities to harsh and heterogeneous environments. In order to meet this requirement, it is common to embed contextual knowledge into robotic modules. We have previously developed a context-based architecture that decouples contextual knowledge, and its use, from typical robotic functionalities. In this paper, we show how it is possible to use this approach to enhance the performance of a robotic system involved in SAR missions. In particular, we provide a case study on exploration and victim detection tasks, specifically tailored to a given SAR mission. Moreover, we extend our contextual knowledge formalism in order to manage complex rules that deal with spatial and temporal aspects that are needed to model mission requirements. The approach has been validated through several experiments that show the effectiveness of the presented methodology for SAR. © 2009 VSP.},
author_keywords={Context; Exploration; Search and rescue robots; Victim detection},
document_type={Article},
source={Scopus},
}
@INPROCEEDINGS{Camilli2015Designing,
author={Luis Camilli},
booktitle={Marine Technology Society and IEEE Oceanic Engineering Society OCEANS 2015 Environmental Intelligence},
title={Designing Ocean Drones for Maritime Security: The use of integrated sensing modalities to enhance situational awareness},
month={October},
year={2015},
pages={8},
abstract={Routine operations at sea such as environmental monitoring and security patrols involve substantial long-term
costs in terms of equipment and labor. Moreover, operating in hazardous conditions or during severe weather increases the probability of mission failure and in some cases endangers human lives. Recent advances in unmanned surface vehicle (USV) technologies show considerable promise in alleviating some of the dirty, dull and dangerous work required in maritime industry, ocean research, and law enforcement. In particular, aquatic surface drones like the Wave Adaptive Modular-Vessel (WAM-V) have the potential to serve as robust and highly scalable operational support vessels to rapidly characterize offshore threats from oil spills, hazardous chemical leaks and radioactive outfall. This manuscript describes the integration of a Chemical, Biological, Radiological, Nuclear and Explosives (CBRNE) sensor system with a remotely operated USV capable of transmitting real-time contamination measurements, video streams, and ancillary data to off-site incident commanders. Results from sea trials, simulations, and tactical operations guide discussion of the navigation, control and telemetry design elements applicable for configuring USV – environmental monitoring platforms capable of enhancing situational awareness for high-risk response and recovery efforts in the marine domain.},
}
@article{Campbell2012Review,
title="A review on improving the autonomy of unmanned surface vehicles through intelligent collision avoidance manoeuvres ",
journal="Annual Reviews in Control ",
volume="36",
number="2",
pages="267 - 283",
year="2012",
note="",
issn="1367-5788",
doi="https://doi.org/10.1016/j.arcontrol.2012.09.008",
url="http://www.sciencedirect.com/science/article/pii/S1367578812000430",
author="S. Campbell and W. Naeem and G.W. Irwin",
keywords="USVs",
keywords="COLREGs",
keywords="Autonomy",
keywords="Collision avoidance",
keywords="Guidance",
keywords="Motion planning ",
abstract="In recent years unmanned vehicles have grown in popularity, with an ever increasing number of applications in industry, the military and research within air, ground and marine domains. In particular, the challenges posed by unmanned marine vehicles in order to increase the level of autonomy include automatic obstacle avoidance and conformance with the Rules of the Road when navigating in the presence of other maritime traffic. The \{USV\} Master Plan which has been established for the \{US\} Navy outlines a list of objectives for improving autonomy in order to increase mission diversity and reduce the amount of supervisory intervention. This paper addresses the specific development needs based on notable research carried out to date, primarily with regard to navigation, guidance, control and motion planning. The integration of the International Regulations for Avoiding Collisions at Sea within the obstacle avoidance protocols seeks to prevent maritime accidents attributed to human error. The addition of these critical safety measures may be key to a future growth in demand for USVs, as they serve to pave the way for establishing legal policies for unmanned vessels. "
}
@article{Campbell2012Rule,
title="A Rule-based Heuristic Method for COLREGS-compliant Collision Avoidance for an Unmanned Surface Vehicle",