-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefsRobotics.bib
More file actions
4552 lines (4078 loc) · 199 KB
/
refsRobotics.bib
File metadata and controls
4552 lines (4078 loc) · 199 KB
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{MMX2020Sedlmayr,
author = {Sedlmayr, Hans-Juergen and Barthelmes, Stefan and Bayer, Ralph and Bertleff, Wieland and Bihler, Markus and Buse, Fabian and Chalon, Maxime and Franke, Dennis and Ginner, Florian and Langofer, Viktor and Lichtenheldt, Roy and Obermeier, Thomas and Pignède, Antoine and Reill, Josef and Skibbe, Juliane and Tardivel, Simon},
booktitle = {2020 IEEE Aerospace Conference},
title = {MMX - Development of a Rover Locomotion System for Phobos},
year = {2020},
volume = {},
number = {},
pages = {1-10},
keywords = {Legged locomotion;Earth;Mars;Rockets;Moon;Wheels;Land surface;Space exploration;Reliability;Robots},
doi = {10.1109/AERO47225.2020.9172659}
}
@article{negrut2021PhysicsSimulators,
author = {Liu, C. Karen and Negrut, Dan},
title = {The Role of Physics-Based Simulators in Robotics},
journal = {Annual Review of Control, Robotics, and Autonomous Systems},
year = {2021},
volume = {4},
number = {Volume 4, 2021},
pages = {35-58},
doi = {https://doi.org/10.1146/annurev-control-072220-093055},
url = {https://www.annualreviews.org/content/journals/10.1146/annurev-control-072220-093055},
publisher = {Annual Reviews},
issn = {2573-5144},
type = {Journal Article},
keywords = {robot simulation},
keywords = {testing through simulation},
keywords = {virtual prototyping of robots}
}
@inproceedings{DLR2021RoverWheelDesign,
author = {Stubbig, Leon and Lichtenheldt, Roy},
year = {2021},
title = {Optimizing the Shape of Planetary Rover Wheels using the Discrete Element Method and Bayesian Optimization},
booktitle = {Proceedings of the VII International Conference on Particle-Based Methods (PARTICLES 2021)},
publisher = {CIMNE},
doi = {10.23967/particles.2021.024},
url = {https://elib.dlr.de/148275/1/particles2021_Stubbig.pdf}
}
@misc{Huzaifa2025CRM,
title = {A Physics-Based Continuum Model for Versatile, Scalable, and Fast Terramechanics Simulation},
author = {Huzaifa Unjhawala and Luning Bakke and Harry Zhang and Michael Taylor and Ganesh Arivoli and Radu Serban and Dan Negrut},
year = {2025},
note = {arXiv:2507.05643, \url{https://arxiv.org/abs/2507.05643}},
archiveprefix = {arXiv},
primaryclass = {cs.RO},
url = {https://arxiv.org/abs/2507.05643}
}
@article{Harry2025leveling,
title = {Data-Driven Bulldozer Blade Control for Autonomous Terrain Leveling},
author = {Zhang, Harry and Arivoli, Ganesh and Unjhawala, Huzaifa and Bakke, Luning and Serban, Radu and Negrut, Dan},
journal = {IEEE Robotics and Automation Letters},
volume = {submitted},
year = {2025}
}
@inproceedings{nakatani2018autonomousgrading,
author = {Nakatani, Masayuki and Sun, Zeyuan and Uchimura, Yutaka},
booktitle = {IECON 2018 - 44th Annual Conference of the IEEE Industrial Electronics Society},
title = {Autonomous Grading Work Using Deep Reinforcement Learning Based Control},
year = {2018},
volume = {},
number = {},
pages = {5068-5073},
keywords = {Land vehicles;Approximation algorithms;Neural networks;Games;Task analysis;Sediments},
doi = {10.1109/IECON.2018.8591189}
}
@inproceedings{ozaki2024bladecontrolrl,
author = {Ozaki, Ryota and Motomura, Takuto and Nakayama, Yutaka and Mori, Shouta},
booktitle = {IECON 2024 - 50th Annual Conference of the IEEE Industrial Electronics Society},
title = {Blade Control for Bulk Dozer Push by Bulldozer using Reinforcement Learning},
year = {2024},
volume = {},
number = {},
pages = {1-6},
keywords = {Training;Productivity;Industrial electronics;Blades;Ores;Mechanical power transmission;Soil;Excavation;Land vehicles;Physics;Bulldozer;Bulk dozer push;Blade control;Reinforcement learning},
doi = {10.1109/IECON55916.2024.10905075}
}
@article{kochkov2021mlfluid,
title = {Machine learning--accelerated computational fluid dynamics},
author = {Kochkov, Dmitrii and Smith, Jamie A and Alieva, Ayya and Wang, Qing and Brenner, Michael P and Hoyer, Stephan},
journal = {Proceedings of the National Academy of Sciences},
volume = {118},
number = {21},
pages = {e2101784118},
year = {2021},
publisher = {National Academy of Sciences}
}
@article{coscia2024generativemodeling,
title = {Generative adversarial reduced order modelling},
author = {Coscia, Dario and Demo, Nicola and Rozza, Gianluigi},
journal = {Scientific Reports},
volume = {14},
number = {1},
pages = {3826},
year = {2024},
publisher = {Nature Publishing Group UK London}
}
@inproceedings{sun2024bladedesign,
author = {Sun, Ping and Xiang, Xingyu and Chen, Zhikai and Yi, Hongwei and Hou, Jie and Li, Bei},
booktitle = {2024 8th International Conference on Electrical, Mechanical and Computer Engineering (ICEMCE)},
title = {Research on optimization of bulldozer blade based on joint simulation technology},
year = {2024},
volume = {},
number = {},
pages = {1201-1206},
keywords = {Resistance;Solid modeling;Power demand;Blades;Reliability engineering;Land vehicles;Energy efficiency;Software;Machinery;Optimization;bulldozer;bulldozer blade;RecurDyn-EDEM co-simulation;optimization},
doi = {10.1109/ICEMCE64157.2024.10862139}
}
@article{liu2025diffhopperdesign,
title = {A differentiable deep learning approach for inverse optimization of hopper flows in particulate manufacturing},
author = {Liu, Chengbo and Liu, Tingting and Jiang, Yu and Zhou, Yuanye and Li, Yanjiao and Hong, Kun and Chen, Xizhong},
journal = {AIChE Journal},
pages = {e18825},
year = {2025},
publisher = {Wiley Online Library}
}
@inproceedings{sanchez2020GNN,
title = {Learning to simulate complex physics with graph networks},
author = {Sanchez-Gonzalez, Alvaro and Godwin, Jonathan and Pfaff, Tobias and Ying, Rex and Leskovec, Jure and Battaglia, Peter},
booktitle = {International conference on machine learning},
pages = {8459--8468},
year = {2020},
organization = {PMLR}
}
@article{lee2020blade,
title = {Blade control in Cartesian space for leveling work by bulldozer},
author = {Lee, Yong-Seok and Kim, Sang-Ho and Seo, Jongwon and Han, Jeakweon and Han, Chang-Soo},
journal = {Automation in Construction},
volume = {118},
pages = {103264},
year = {2020},
publisher = {Elsevier}
}
@inproceedings{mononen2021blade,
title = {Blade control for surface profile tracking by heavy-duty bulldozers},
author = {Mononen, Teemu and Mattila, Jouni and Kolu, Antti},
booktitle = {Fluid Power Systems Technology},
volume = {85239},
pages = {V001T01A017},
year = {2021},
organization = {American Society of Mechanical Engineers}
}
@article{liu2025differentiable,
title = {Differentiable simulation and optimization of particle-fluid flows using graph neural networks},
author = {Liu, Chengbo and Liu, Tingting and Yang, Kaiyuan and Hong, Kun and Chen, Xizhong},
journal = {Powder Technology},
pages = {121143},
year = {2025},
publisher = {Elsevier}
}
@article{hirayama2019path,
title = {Path planning for autonomous bulldozers},
author = {Hirayama, Masami and Guivant, Jose and Katupitiya, Jayantha and Whitty, Mark},
journal = {Mechatronics},
volume = {58},
pages = {20--38},
year = {2019},
publisher = {Elsevier},
doi = {10.1016/j.mechatronics.2019.01.001}
}
@inproceedings{pla2008espm,
title = {Physically-Based Interactive Sand Simulation.},
author = {Pla-Castells, Marta and Garc{\'\i}a-Fernandez, Ignacio and Martinez-Dura, Rafael J and others},
booktitle = {Eurographics (Short Papers)},
pages = {21--24},
year = {2008}
}
@inproceedings{pla2003espm,
title = {Visual representation of enhanced sand pile models},
author = {Pla-Castells, M and Garcia, I and Martinez, RJ},
booktitle = {Industrial Simulation Conference. Universidad Polit{\'e}cnica de Valencia, Valencia, Spain},
pages = {141--146},
year = {2003}
}
@article{ross2021agpnet,
title = {AGPNet--Autonomous Grading Policy Network},
author = {Ross, Chana and Miron, Yakov and Goldfracht, Yuval and Di Castro, Dotan},
journal = {arXiv preprint arXiv:2112.10877},
year = {2021}
}
@inproceedings{wagner2022mpcleveling,
author = {Wagner, W. Jacob and Driggs-Campbell, Katherine and Soylemezoglu, Ahmet},
booktitle = {2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
title = {Model Learning and Predictive Control for Autonomous Obstacle Reduction via Bulldozing},
year = {2022},
volume = {},
number = {},
pages = {6531-6538},
keywords = {Learning systems;Predictive models;Aerospace electronics;Data models;Trajectory;Task analysis;Vehicle dynamics},
doi = {10.1109/IROS47612.2022.9981911}
}
@inproceedings{Sukhija2023,
title = {Gradient-Based Trajectory Optimization With Learned Dynamics},
author = {Bhavya Sukhija and Nathanael K{\"o}hler and Miguel Zamora and Simon Zimmermann and Sebastian Curi and Andreas Krause and Stelian Coros},
booktitle = {2023 IEEE International Conference on Robotics and Automation (ICRA)},
year = {2023},
note = {Final version available at \url{https://crl.ethz.ch/papers/Gradient_Based_Trajectory_Optimization_With_Learned_Dynamics_final.pdf}}
}
@misc{chen2023traindragontrainingfreeembodied,
title = {How To Not Train Your Dragon: Training-free Embodied Object Goal Navigation with Semantic Frontiers},
author = {Junting Chen and Guohao Li and Suryansh Kumar and Bernard Ghanem and Fisher Yu},
year = {2023},
eprint = {2305.16925},
archiveprefix = {arXiv},
primaryclass = {cs.CV},
url = {https://arxiv.org/abs/2305.16925}
}
@misc{zhou2023escexplorationsoftcommonsense,
title = {ESC: Exploration with Soft Commonsense Constraints for Zero-shot Object Navigation},
author = {Kaiwen Zhou and Kaizhi Zheng and Connor Pryor and Yilin Shen and Hongxia Jin and Lise Getoor and Xin Eric Wang},
year = {2023},
eprint = {2301.13166},
archiveprefix = {arXiv},
primaryclass = {cs.AI},
url = {https://arxiv.org/abs/2301.13166}
}
@article{Dorbala_2024,
title = {Can an Embodied Agent Find Your “Cat-shaped Mug”? LLM-Based Zero-Shot Object Navigation},
volume = {9},
issn = {2377-3774},
url = {http://dx.doi.org/10.1109/LRA.2023.3346800},
doi = {10.1109/lra.2023.3346800},
number = {5},
journal = {IEEE Robotics and Automation Letters},
publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
author = {Dorbala, Vishnu Sashank and Mullen, James F. and Manocha, Dinesh},
year = {2024},
month = may,
pages = {4083–4090}
}
@misc{gadre2022cowspasturebaselinesbenchmarks,
title = {CoWs on Pasture: Baselines and Benchmarks for Language-Driven Zero-Shot Object Navigation},
author = {Samir Yitzhak Gadre and Mitchell Wortsman and Gabriel Ilharco and Ludwig Schmidt and Shuran Song},
year = {2022},
eprint = {2203.10421},
archiveprefix = {arXiv},
primaryclass = {cs.CV},
url = {https://arxiv.org/abs/2203.10421}
}
@inproceedings{frontierBasedExploration,
author = {Yamauchi, B.},
booktitle = {Proceedings 1997 IEEE International Symposium on Computational Intelligence in Robotics and Automation CIRA'97. 'Towards New Computational Principles for Robotics and Automation'},
title = {A frontier-based approach for autonomous exploration},
year = {1997},
volume = {},
number = {},
pages = {146-151},
keywords = {Mobile robots;Orbital robotics;Sonar navigation;Artificial intelligence;Laboratories;Testing;Humans;Indoor environments;Space exploration},
doi = {10.1109/CIRA.1997.613851}
}
@online{softserve2024synthetic,
title = {Gen AI-Powered Synthetic Data Generation in Robotics},
author = {{SoftServe Inc.}},
year = {2024},
url = {https://www.softserveinc.com/en-us/blog/ai-powered-synthetic-data-for-robotics},
note = {Accessed: 2025-04-15}
}
@article{Andersson2019casadi,
author = {Joel A E Andersson and Joris Gillis and Greg Horn
and James B Rawlings and Moritz Diehl},
title = {{CasADi} -- {A} software framework for nonlinear optimization
and optimal control},
journal = {Mathematical Programming Computation},
volume = {11},
number = {1},
pages = {1--36},
year = {2019},
publisher = {Springer},
doi = {10.1007/s12532-018-0139-4}
}
@inproceedings{he2016resnet,
title = {Deep residual learning for image recognition},
author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
booktitle = {Proceedings of the IEEE conference on computer vision and pattern recognition},
pages = {770--778},
year = {2016}
}
@article{luna2023europeanEMRS,
title = {The european moon rover system: A modular multipurpose rover for future complex lunar missions},
author = {Luna, Cristina and Esquer, Manuel and Barrientos-D{\'\i}ez, Jorge and Guerra, Alba and Seoane, Marina L and Colmenarejo, I{\~n}aki and Kay, Steven and Cameron, Angus and Cama{\~n}es, Carmen and Sard, {\'I}{\~n}igo and others},
journal = {arXiv preprint arXiv:2311.03136},
year = {2023}
}
@article{li2025llmMAsurvey,
title = {Large Language Models for Multi-Robot Systems: A Survey},
author = {Li, Peihan and An, Zijian and Abrar, Shams and Zhou, Lifeng},
journal = {arXiv preprint arXiv:2502.03814},
year = {2025}
}
@inproceedings{chen2024llmplanner,
title = {Scalable multi-robot collaboration with large language models: Centralized or decentralized systems?},
author = {Chen, Yongchao and Arkin, Jacob and Zhang, Yang and Roy, Nicholas and Fan, Chuchu},
booktitle = {2024 IEEE International Conference on Robotics and Automation (ICRA)},
pages = {4311--4317},
year = {2024},
organization = {IEEE}
}
@inproceedings{kannan2024multiagentsLLM,
title = {Smart-llm: Smart multi-agent robot task planning using large language models},
author = {Kannan, Shyam Sundar and Venkatesh, Vishnunandan LN and Min, Byung-Cheol},
booktitle = {2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
pages = {12140--12147},
year = {2024},
organization = {IEEE}
}
@inproceedings{arul2021vrvo,
title = {V-rvo: Decentralized multi-agent collision avoidance using voronoi diagrams and reciprocal velocity obstacles},
author = {Arul, Senthil Hariharan and Manocha, Dinesh},
booktitle = {2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
pages = {8097--8104},
year = {2021},
organization = {IEEE}
}
@article{feng2024multiagentsCA,
title = {Safe and efficient multi-agent collision avoidance with physics-informed reinforcement learning},
author = {Feng, Pu and Shi, Rongye and Wang, Size and Liang, Junkang and Yu, Xin and Li, Simin and Wu, Wenjun},
journal = {IEEE Robotics and Automation Letters},
year = {2024},
publisher = {IEEE}
}
@article{de2023multicentralOA,
title = {Multi-agent collision avoidance system based on centralization and decentralization control for UAV applications},
author = {De S{\'a}, Denis Fabr{\'\i}cio Sousa and Neto, Jo{\~a}o Viana Da Fonseca},
journal = {IEEE Access},
volume = {11},
pages = {7031--7042},
year = {2023},
publisher = {IEEE}
}
@online{bennink2020_5g,
author = {C. Bennink},
title = {5G Enables Advances in Machine Connectivity},
year = {2020},
date = {2020-02-10},
url = {https://www.forconstructionpros.com/construction-technology/article/21111112/5g-enables-advances-in-machine-connectivity},
note = {Accessed: 2021-03-22}
}
@online{nvidia2017_komatsu,
author = {{NVIDIA}},
title = {Japan’s Komatsu Selects NVIDIA as Partner for Deploying AI to Create Safer, More Efficient Construction Sites},
year = {2017},
date = {2017-12-12},
url = {https://nvidianews.nvidia.com/news/japans-komatsuselects-nvidia-as-partner-for-deploying-ai-to-create-safer-more-efficient},
note = {Accessed: 2021-03-22}
}
@article{nguyen2023constructionroboticssurvey,
title = {Robotic autonomous systems for earthmoving equipment operating in volatile conditions and teaming capacity: a survey},
author = {Nguyen, Huynh AD and Ha, Quang P},
journal = {Robotica},
volume = {41},
number = {2},
pages = {486--510},
year = {2023},
publisher = {Cambridge University Press}
}
@article{chen2020romsformpc,
title = {Implementation of MPC-based path tracking for autonomous vehicles considering three vehicle dynamics models with different fidelities},
author = {Chen, Shuping and Chen, Huiyan and Negrut, Dan},
journal = {Automotive Innovation},
volume = {3},
number = {4},
pages = {386--399},
year = {2020},
publisher = {Springer}
}
@article{kalmari2015ROMtoolkit,
title = {A toolkit for nonlinear model predictive control using gradient projection and code generation},
author = {Kalmari, Jouko and Backman, Juha and Visala, Arto},
journal = {Control Engineering Practice},
volume = {39},
pages = {56--66},
year = {2015},
publisher = {Elsevier}
}
@article{moavenzadeh1978construction,
title = {Construction industry in developing countries},
author = {Moavenzadeh, Fred},
journal = {World Development},
volume = {6},
number = {1},
pages = {97--116},
year = {1978},
publisher = {Elsevier}
}
@article{liu2024autoconstruction,
title = {Robotics in the construction sector: Trends, advances, and challenges},
author = {Liu, Yuming and AH, Alias and Haron, Nuzul Azam and NA, Bakar and Wang, Hao},
journal = {Journal of Intelligent \& Robotic Systems},
volume = {110},
number = {2},
pages = {72},
year = {2024},
publisher = {Springer}
}
@article{raisim,
title = {Per-contact iteration method for solving contact dynamics},
author = {Hwangbo, Jemin and Lee, Joonho and Hutter, Marco},
journal = {IEEE Robotics and Automation Letters},
url = {www.raisim.com},
volume = {3},
number = {2},
pages = {895--902},
year = {2018},
publisher = {IEEE}
}
@article{Le2024ContactModels,
author = {Le Lidec, Quentin and Jallet, Wilson and Montaut, Louis and Laptev, Ivan and Schmid, Cordelia and Carpentier, Justin},
journal = {IEEE Transactions on Robotics},
title = {Contact Models in Robotics: A Comparative Analysis},
year = {2024},
volume = {40},
number = {},
pages = {3716-3733},
keywords = {Robots;Heuristic algorithms;Numerical models;Computational modeling;Physics;Mathematical models;Friction;Numerical optimization;physical simulation},
doi = {10.1109/TRO.2024.3434208}
}
@inproceedings{mees2023vlmaffordance,
title = {Grounding language with visual affordances over unstructured data},
author = {Mees, Oier and Borja-Diaz, Jessica and Burgard, Wolfram},
booktitle = {2023 IEEE International Conference on Robotics and Automation (ICRA)},
pages = {11576--11582},
year = {2023},
organization = {IEEE}
}
@inproceedings{yokoyama2024vlfm,
title = {Vlfm: Vision-language frontier maps for zero-shot semantic navigation},
author = {Yokoyama, Naoki and Ha, Sehoon and Batra, Dhruv and Wang, Jiuguang and Bucher, Bernadette},
booktitle = {2024 IEEE International Conference on Robotics and Automation (ICRA)},
pages = {42--48},
year = {2024},
organization = {IEEE}
}
@article{brohan2023rt2,
title = {Rt-2: Vision-language-action models transfer web knowledge to robotic control},
author = {Brohan, Anthony and Brown, Noah and Carbajal, Justice and Chebotar, Yevgen and Chen, Xi and Choromanski, Krzysztof and Ding, Tianli and Driess, Danny and Dubey, Avinava and Finn, Chelsea and others},
journal = {arXiv preprint arXiv:2307.15818},
year = {2023}
}
@article{vemprala2024chatgptrobot,
title = {Chatgpt for robotics: Design principles and model abilities},
author = {Vemprala, Sai H and Bonatti, Rogerio and Bucker, Arthur and Kapoor, Ashish},
journal = {Ieee Access},
year = {2024},
publisher = {IEEE}
}
@inproceedings{brohan2023saycan,
title = {Do as i can, not as i say: Grounding language in robotic affordances},
author = {Brohan, Anthony and Chebotar, Yevgen and Finn, Chelsea and Hausman, Karol and Herzog, Alexander and Ho, Daniel and Ibarz, Julian and Irpan, Alex and Jang, Eric and Julian, Ryan and others},
booktitle = {Conference on robot learning},
pages = {287--318},
year = {2023},
organization = {PMLR}
}
@inproceedings{Mondal2024UAVUGVPathPlanning,
author = {Mondal, Md Safwan and Ramasamy, Subramanian and Humann, James D. and Dotterweich, James M. and Reddinger, Jean-Paul F. and Childers, Marshal A. and Bhounsule, Pranav},
booktitle = {2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
title = {An Attention-aware Deep Reinforcement Learning Framework for UAV-UGV Collaborative Route Planning},
year = {2024},
volume = {},
number = {},
pages = {13687-13694},
keywords = {Surveys;Learning systems;Runtime;Deep reinforcement learning;Autonomous aerial vehicles;Routing;Land vehicles;Planning;Vehicle dynamics;Intelligent robots},
doi = {10.1109/IROS58592.2024.10801704}
}
@article{bROTEE2024UAVUGVPathPlanning,
title = {Optimizing UAV-UGV coalition operations: A hybrid clustering and multi-agent reinforcement learning approach for path planning in obstructed environment},
journal = {Ad Hoc Networks},
volume = {160},
pages = {103519},
year = {2024},
issn = {1570-8705},
doi = {https://doi.org/10.1016/j.adhoc.2024.103519},
url = {https://www.sciencedirect.com/science/article/pii/S1570870524001306},
author = {Shamyo Brotee and Farhan Kabir and Md. Abdur Razzaque and Palash Roy and Md. Mamun-Or-Rashid and Md. Rafiul Hassan and Mohammad Mehedi Hassan},
keywords = {UAV-UGV coalition, Path planning, Multi-agent deep reinforcement learning, Mean-shift clustering, Obstructed environment}
}
@article{Mondal2025UAVUGVDisasterManagement,
author = {Mondal, Md Safwan and Ramasamy, Subramanian and Bhounsule, Pranav},
year = {2025},
month = {02},
title = {Deep Reinforcement Learning Enabled Persistent Surveillance with Energy-Aware UAV-UGV Systems for Disaster Management Applications},
doi = {10.48550/arXiv.2502.02666}
}
@article{Niu202UAVUGVPathPlanning,
author = {Niu, Guanchong and Wu, Lan and Gao, Yunfan and Pun, Man-On},
journal = {IEEE Transactions on Vehicular Technology},
title = {Unmanned Aerial Vehicle (UAV)-Assisted Path Planning for Unmanned Ground Vehicles (UGVs) via Disciplined Convex-Concave Programming},
year = {2022},
volume = {71},
number = {7},
pages = {6996-7007},
keywords = {Semantics;Image segmentation;Cooperative systems;Cameras;Heuristic algorithms;Autonomous aerial vehicles;Trajectory;Disciplined convex-concave programming;path planning;semantic segmentation;UAV-UGV cooperative system},
doi = {10.1109/TVT.2022.3168574}
}
@article{EKF2004,
title = {{Kalman and Extended Kalman Filters: Concept, derivation and properties}},
author = {Ribeiro, Maria Isabel},
journal = {Institute for Systems and Robotics},
volume = {43},
number = {46},
pages = {3736--3741},
year = {2004},
publisher = {Lisboa, Portugal:}
}
@article{Elmakis2022UAVUGVBulldozer,
author = {Elmakis, Oren and Shaked, Tom and Degani, Amir},
journal = {IEEE Access},
title = {Vision-Based UAV-UGV Collaboration for Autonomous Construction Site Preparation},
year = {2022},
volume = {10},
number = {},
pages = {51209-51220},
keywords = {Location awareness;Task analysis;Robots;Collaboration;Robot kinematics;Autonomous aerial vehicles;State estimation;Autonomous systems;multi-robot systems;pose estimation;robotics and automation;system implementation},
doi = {10.1109/ACCESS.2022.3170408}
}
@inproceedings{Zhao2022ExcavationTrajGen,
author = {Zhao, Jiangying and Tan, Peng and Hu, Yongbiao and Tian, Mingrui and Xia, Xiaohua},
booktitle = {2022 International Conference on Mechanical and Electronics Engineering (ICMEE)},
title = {Autonomous Excavation Trajectory Generation for Trenching Tasks Based on Skills of Skillful Operator},
year = {2022},
volume = {},
number = {},
pages = {134-138},
keywords = {Trajectory planning;Education;Soil;Excavation;Search problems;Trajectory;Topology;autonomous excavation;trajectory generation;manual excavation modeling;teach and plan},
doi = {10.1109/ICMEE56406.2022.10093336}
}
@article{Kim2025ExcavationTrajGen,
author = {Kim, ChangU and Son, Bukun and Lee, Minhyeong and Choi, Hyelim and Hong, Seokhyun and Kang, Minsung and Moon, Jihyun and Kim, Dongmok and Lee, Dongjun},
journal = {IEEE Robotics and Automation Letters},
title = {Real-Time Excavation Trajectory Modulation for Slip and Rollover Prevention},
year = {2025},
volume = {10},
number = {4},
pages = {3094-3101},
keywords = {Excavation;Force;Trajectory;Modulation;Rollover;Kinematics;Real-time systems;Prevention and mitigation;Robots;Predictive models;Excavation trajectory modulation;force difference prediction;machine learning;robust optimization;rollover;slip},
doi = {10.1109/LRA.2025.3540389}
}
@article{Ilya2020ExcavatorRL,
author = {Kurinov, Ilya and Orzechowski, Grzegorz and Hämäläinen, Perttu and Mikkola, Aki},
journal = {IEEE Access},
title = {Automated Excavator Based on Reinforcement Learning and Multibody System Dynamics},
year = {2020},
volume = {8},
number = {},
pages = {213998-214006},
keywords = {Reinforcement learning;Adaptation models;Automation;Computational modeling;Training;Task analysis;Load modeling;Autonomous agents;discrete event dynamic automation systems;learning and adaptive systems;real-time simulation;multibody system dynamics;reinforcement learning;PPO-CMA},
doi = {10.1109/ACCESS.2020.3040246}
}
@article{Egli2022SoilAdaptiveExcavation,
author = {Egli, Pascal and Gaschen, Dominique and Kerscher, Simon and Jud, Dominic and Hutter, Marco},
journal = {IEEE Robotics and Automation Letters},
title = {Soil-Adaptive Excavation Using Reinforcement Learning},
year = {2022},
volume = {7},
number = {4},
pages = {9778-9785},
keywords = {Soil;Excavation;Trajectory;Solid modeling;Hydraulic systems;Force;Kinematics;Autonomous excavation;reinforcement learning;sim-to-real},
doi = {10.1109/LRA.2022.3189834}
}
@article{Egli2024BucketFilling,
author = {Egli, Pascal and Terenzi, Lorenzo and Hutter, Marco},
journal = {IEEE Transactions on Field Robotics},
title = {Reinforcement Learning-Based Bucket Filling for Autonomous Excavation},
year = {2024},
volume = {1},
number = {},
pages = {170-191},
keywords = {Excavation;Soil measurement;Trajectory;Soil properties;Autonomous systems;Excavation;Actuators;Hydraulic actuators;Reinforcement learning;Autonomous robots;Autonomous excavation;hydraulic actuators;reinforcement learning (RL)},
doi = {10.1109/TFR.2024.3432508}
}
@article{hirayama2018materialDistribution,
title = {An optimized approach for automatic material distribution operations of bulldozers},
author = {Hirayama, Masami and Whitty, Mark and Katupitiya, Jayantha and Guivant, Jose},
journal = {International Journal of Advanced Robotic Systems},
volume = {15},
number = {2},
pages = {1729881418764716},
year = {2018},
publisher = {SAGE Publications Sage UK: London, England},
doi = {10.1177/1729881418764716}
}
@article{Miron2024multiAgentConstruction,
author = {Miron, Yakov and Navon, Dan and Goldfracht, Yuval and Castro, Dotan Di and Klein, Itzik},
journal = {IEEE Open Journal of Vehicular Technology},
title = {Decentralized and Asymmetric Multi-Agent Learning in Construction Sites},
year = {2024},
volume = {5},
number = {},
pages = {1587-1599},
keywords = {Training;Robots;Collaboration;Automation;Location awareness;Visualization;Robot kinematics;Navigation;Multi-agent systems;Decentralized control;Deep learning;Construction industry;Multi-agents;deep learning;decentralized decision making;construction-sites automation;localization uncertainties},
doi = {10.1109/OJVT.2024.3479927}
}
@inproceedings{Li2024StateEstimationMiningSite,
author = {Li, Yuchong and Wang, Aoze and Xiao, Li and Peng, Gang and Sun, Zhigang},
booktitle = {2024 43rd Chinese Control Conference (CCC)},
title = {A Multi-Sensor Fusion Localization Mapping Algorithm for Mining Environment},
year = {2024},
volume = {},
number = {},
pages = {3785-3790},
keywords = {Point cloud compression;Location awareness;Degradation;Simultaneous localization and mapping;Surface emitting lasers;Search problems;Feature extraction;Point cloud intensity;breadth-first search;multi-sensor fusion},
doi = {10.23919/CCC63176.2024.10662009}
}
@inproceedings{nathalie2019stockpilemixing,
author = {Risso, Nathalie and Park, Junhyeok and Lundin, Jack O. and Duran-Faundez, Cristian and Melin, Pedro},
booktitle = {2019 IEEE CHILEAN Conference on Electrical, Electronics Engineering, Information and Communication Technologies (CHILECON)},
title = {A Path-planning strategy for an Autonomous dozer},
year = {2019},
volume = {},
number = {},
pages = {1-6},
keywords = {Automation;Autonomous systems;Mineral processing},
doi = {10.1109/CHILECON47746.2019.8988087}
}
@inproceedings{Yasuhiro2021RLBulldozer,
author = {Osaka, Yasuhiro and Odajima, Naoya and Uchimura, Yutaka},
booktitle = {2021 IEEE International Conference on Mechatronics (ICM)},
title = {Route optimization for autonomous bulldozer by distributed deep reinforcement learning},
year = {2021},
volume = {},
number = {},
pages = {1-6},
keywords = {Mechatronics;Conferences;Reinforcement learning;Games;Land vehicles;Sediments;Optimization;Artificial intelligence;Machine Learning;Deep Reinforcement Learning;Machine Automation},
doi = {10.1109/ICM46511.2021.9385686}
}
@inproceedings{Teemu2022BladeControl,
author = {Mononen, Teemu and Kolu, Antti and Mattila, Jouni},
booktitle = {2022 IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM)},
title = {Semi-Autonomous Bulldozer Blade Control Using Real-Time Terrain Mapping},
year = {2022},
volume = {},
number = {},
pages = {775-782},
keywords = {Mechatronics;Laser radar;Shape;Blades;Terrain mapping;Hydraulic systems;Soil},
doi = {10.1109/AIM52237.2022.9863337}
}
@article{kim2019bladeestimation,
title = {Development of bulldozer sensor system for estimating the position of blade cutting edge},
author = {Kim, Sang-Ho and Lee, Yong-Seok and Sun, Dong-Ik and Lee, Sang-Keun and Yu, Bo-Hyun and Jang, Sung-Hoon and Kim, Wansoo and Han, Chang-Soo},
journal = {Automation in construction},
volume = {106},
pages = {102890},
year = {2019},
publisher = {Elsevier}
}
@article{khan2021bulldozerdebris,
title = {Nonlinear model predictive path-following controller for a small-scale autonomous bulldozer for accurate placement of materials and debris of masonry in construction contexts},
author = {Khan, Subhan and Guivant, Jose},
journal = {IEEE Access},
volume = {9},
pages = {102069--102080},
year = {2021},
publisher = {IEEE}
}
@article{khan2022bulldozertracking,
title = {Design and experimental validation of a robust model predictive control for the optimal trajectory tracking of a small-scale autonomous bulldozer},
author = {Khan, Subhan and Guivant, Jose and Li, Xuesong},
journal = {Robotics and Autonomous Systems},
volume = {147},
pages = {103903},
year = {2022},
publisher = {Elsevier}
}
@inproceedings{Miron2022autoGrading,
author = {Miron, Yakov and Ross, Chana and Goldfracht, Yuval and Tessler, Chen and Di Castro, Dotan},
booktitle = {2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
title = {Towards Autonomous Grading In The Real World},
year = {2022},
volume = {},
number = {},
pages = {11940-11946},
keywords = {Pipelines;Prototypes;Data collection;Robot sensing systems;Land vehicles;Behavioral sciences;Planning},
doi = {10.1109/IROS47612.2022.9982114}
}
@article{Miron2023DozerGrading,
author = {Miron, Yakov and Goldfracht, Yuval and Ross, Chana and Castro, Dotan Di and Klein, Itzik},
journal = {IEEE Robotics and Automation Letters},
title = {Autonomous Dozer Sand Grading Under Localization Uncertainties},
year = {2023},
volume = {8},
number = {1},
pages = {65-72},
keywords = {Uncertainty;Location awareness;Task analysis;Autonomous vehicles;Training;Land vehicles;Decision making;Deep learning;decisions under uncertainties;inertial sensors;extended Kalman filter;autonomous driving},
doi = {10.1109/LRA.2022.3222990}
}
@article{melenbrink2020site,
title = {On-site autonomous construction robots: Towards unsupervised building},
author = {Melenbrink, Nathan and Werfel, Justin and Menges, Achim},
journal = {Automation in construction},
volume = {119},
pages = {103312},
year = {2020},
publisher = {Elsevier}
}
@article{MP3DDataset,
author = {Angel X. Chang and
Angela Dai and
Thomas A. Funkhouser and
Maciej Halber and
Matthias Nie{\ss}ner and
Manolis Savva and
Shuran Song and
Andy Zeng and
Yinda Zhang},
title = {Matterport3D: Learning from {RGB-D} Data in Indoor Environments},
journal = {CoRR},
volume = {abs/1709.06158},
year = {2017},
url = {http://arxiv.org/abs/1709.06158},
eprinttype = {arXiv},
eprint = {1709.06158},
timestamp = {Tue, 29 Oct 2024 08:50:24 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-1709-06158.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{HM3DDataset,
author = {Santhosh K. Ramakrishnan and
Aaron Gokaslan and
Erik Wijmans and
Oleksandr Maksymets and
Alexander Clegg and
John M. Turner and
Eric Undersander and
Wojciech Galuba and
Andrew Westbury and
Angel X. Chang and
Manolis Savva and
Yili Zhao and
Dhruv Batra},
title = {Habitat-Matterport 3D Dataset {(HM3D):} 1000 Large-scale 3D Environments
for Embodied {AI}},
journal = {CoRR},
volume = {abs/2109.08238},
year = {2021},
url = {https://arxiv.org/abs/2109.08238},
eprinttype = {arXiv},
eprint = {2109.08238},
timestamp = {Mon, 30 Oct 2023 09:00:57 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2109-08238.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{GibsonDataset,
author = {Fei Xia and
Amir R. Zamir and
Zhi{-}Yang He and
Alexander Sax and
Jitendra Malik and
Silvio Savarese},
title = {Gibson Env: Real-World Perception for Embodied Agents},
journal = {CoRR},
volume = {abs/1808.10654},
year = {2018},
url = {http://arxiv.org/abs/1808.10654},
eprinttype = {arXiv},
eprint = {1808.10654},
timestamp = {Tue, 12 Nov 2024 16:50:49 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-1808-10654.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{li2024evaluating,
title = {Evaluating Real-World Robot Manipulation Policies in Simulation},
author = {Xuanlin Li and Kyle Hsu and Jiayuan Gu and Karl Pertsch and Oier Mees and Homer Rich Walke and Chuyuan Fu and Ishikaa Lunawat and Isabel Sieh and Sean Kirmani and Sergey Levine and Jiajun Wu and Chelsea Finn and Hao Su and Quan Vuong and Ted Xiao},
year = {2024},
eprint = {2405.05941},
archiveprefix = {arXiv},
primaryclass = {cs.RO}
}
@article{yan2022mapless,
title = {Mapless navigation with safety-enhanced imitation learning},
author = {Yan, Chengzhen and Qin, Jiahu and Liu, Qingchen and Ma, Qichao and Kang, Yu},
journal = {IEEE Transactions on Industrial Electronics},
volume = {70},
number = {7},
pages = {7073--7081},
year = {2022},
publisher = {IEEE}
}
@article{pabla2009cfscheduler,
title = {Completely fair scheduler},
author = {Pabla, Chandandeep Singh},
journal = {Linux Journal},
volume = {2009},
number = {184},
pages = {4},
year = {2009},
publisher = {Belltown Media Houston, TX}
}
@article{de2016preemptrt,
title = {Timing analysis of the PREEMPT RT Linux kernel},
author = {De Oliveira, Daniel Bristot and De Oliveira, Romulo Silva},
journal = {Software: Practice and Experience},
volume = {46},
number = {6},
pages = {789--819},
year = {2016},
publisher = {Wiley Online Library}
}
@book{krten1999QNXNeutrino,
title = {Getting started with QNX Neutrino 2: a guide for realtime programmers},
author = {Krten, Rob},
year = {1999},
publisher = {PARSE Software Devices Kanata}
}
@article{barry2008freertos,
title = {FreeRTOS},
author = {Barry, Richard and others},
journal = {Internet, Oct},
volume = {4},
pages = {18},
year = {2008}
}
@inproceedings{millard2023granulargym,
title = {GranularGym: High Performance Simulation for Robotic Tasks with Granular Materials},
author = {Millard, David and Pastor, Daniel and Bowkett, Joseph and Backes, Paul and Sukhatme, Gaurav S},
eventtitle = {Robotics: Science and Systems},
venue = {Daegu, Korea},
year = {2023},
month = jul
}
@article{harryPathFollowingControlPolicyComparison2024,
title = {A Study on the Use of Simulation in Synthesizing Path-Following Control Policies for Autonomous Ground Robots},
author = {Zhang, Harry and Caldararu, Stefan and Young, Aaron and Ruiz, Alexis and Unjhawala, Huzaifa and Mahajan, Ishaan and Ashokkumar, Sriram and Batagoda, Nevindu and Zhou, Zhenhao and Bakke, Luning and others},
journal = {arXiv preprint arXiv:2403.18021},
year = {2024}
}
@article{le2022surveyIL,
title = {A survey on imitation learning techniques for end-to-end autonomous vehicles},
author = {Le Mero, Luc and Yi, Dewei and Dianati, Mehrdad and Mouzakitis, Alexandros},
journal = {IEEE Transactions on Intelligent Transportation Systems},
volume = {23},
number = {9},
pages = {14128--14147},
year = {2022},
publisher = {IEEE}
}
@article{afzal2020simUsages,
title = {A study on the challenges of using robotics simulators for testing},
author = {Afzal, Afsoon and Katz, Deborah S and Goues, Claire Le and Timperley, Christopher S},
journal = {arXiv preprint arXiv:2004.07368},
year = {2020}
}
@article{ishaanGPSsim2realGap2024,
title = {Quantifying the Sim2real Gap for {GPS} and {IMU} Sensors},
author = {Mahajan, Ishaan and Unjhawala, Huzaifa and Zhang, Harry and Zhou, Zhenhao and Young, Aaron and Ruiz, Alexis and Caldararu, Stefan and Batagoda, Nevindu and Ashokkumar, Sriram and Negrut, Dan},
journal = {arXiv preprint arXiv:2403.11000},
year = {2024},
eprint = {2403.11000},
archiveprefix = {arXiv},
url = {https://arxiv.org/abs/2403.11000}
}
@book{reatTime-Kopetz2022,
title = {Real-time systems: design principles for distributed embedded applications},
author = {Kopetz, Hermann and Steiner, Wilfried},
year = {2022},
publisher = {Springer Nature}
}
@inproceedings{gomez2022Astack,
title = {How to build and validate a safe and reliable Autonomous Driving stack? A ROS based software modular architecture baseline},
author = {G{\'o}mez-Hu{\'e}lamo, Carlos and Diaz-Diaz, Alejandro and Araluce, Javier and Ortiz, Miguel E and Guti{\'e}rrez, Rodrigo and Arango, Felipe and Llamazares, {\'A}ngel and Bergasa, Luis M},
booktitle = {2022 IEEE Intelligent Vehicles Symposium (IV)},
pages = {1282--1289},
year = {2022},
organization = {IEEE}
}
@article{barbalace2008RTperformance,
title = {Performance comparison of VxWorks, Linux, RTAI, and Xenomai in a hard real-time application},
author = {Barbalace, Antonio and Luchetta, Adriano and Manduchi, Gabriele and Moro, Michele and Soppelsa, Anton and Taliercio, Cesare},
journal = {IEEE Transactions on Nuclear Science},
volume = {55},
number = {1},
pages = {435--439},
year = {2008},
publisher = {IEEE}
}
@misc{schenck2017learning,
title = {Learning Robotic Manipulation of Granular Media},
author = {Connor Schenck and Jonathan Tompson and Dieter Fox and Sergey Levine},
year = {2017},
eprint = {1709.02833},
archiveprefix = {arXiv},
primaryclass = {cs.RO}
}
@inproceedings{1998StentzRoboticExcavator,
author = {Stentz, A. and Bares, J. and Singh, S. and Rowe, P.},
booktitle = {Proceedings. 1998 IEEE/RSJ International Conference on Intelligent Robots and Systems. Innovations in Theory, Practice and Applications (Cat. No.98CH36190)},
title = {A robotic excavator for autonomous truck loading},
year = {1998},
volume = {3},
number = {},
pages = {1885-1893 vol.3},
keywords = {Robots;Face detection;Robotics and automation;Humans;Safety;Face recognition;Soil measurements;Material storage;Force feedback;Building materials},
doi = {10.1109/IROS.1998.724871}
}
@inproceedings{1995BradleyLUCIE,
author = {Bradley, D.A. and Seward, D.W.},
booktitle = {Proceedings of 1995 34th IEEE Conference on Decision and Control},
title = {Developing real-time autonomous excavation-the LUCIE story},
year = {1995},
volume = {3},
number = {},
pages = {3028-3033 vol.3},
keywords = {Robotics and automation;Earth;Intelligent robots;Artificial intelligence;Motion control;Control systems;Throughput;Machine intelligence;Competitive intelligence;Real time systems},
doi = {10.1109/CDC.1995.478607}
}
@article{2016DadhichAutonomousConstruction,
title = {Key challenges in automation of earth-moving machines},
journal = {Automation in Construction},
volume = {68},