forked from mengchaoheng/SCUT_thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyLibrary.bib
15411 lines (14037 loc) · 556 KB
/
MyLibrary.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
@online{_,
title = {Alwintsui - {{Overview}}},
url = {https://github.com/alwintsui},
langid = {english},
organization = {{GitHub}}
}
@online{_a,
title = {Yecfly - {{Overview}}},
url = {https://github.com/yecfly},
langid = {english},
organization = {{GitHub}}
}
@online{_c,
title = {一份其实很短的 LaTeX 入门文档},
url = {https://liam.page/2014/09/08/latex-introduction/index.html},
langid = {zh-CN},
organization = {{始终}}
}
@online{_d,
title = {莲枝专栏--关于 Hyperref 的二三事 - {{LaTeX科技排版工作室}}},
url = {https://www.latexstudio.net/archives/4800.html},
}
@online{_e,
title = {[转载]{{LaTeX技巧心得246}}:latex目录标题常用宏包说明与示例\_天外天\_新浪博客},
url = {http://blog.sina.com.cn/s/blog_46e9834e0100hzio.html},
}
@online{_f,
title = {Piloted {{Evaluation}} of a {{Control Allocation Technique}} to {{Recover}} from {{Pilot-Induced Oscillations}} | {{Journal}} of {{Aircraft}}},
url = {https://arc.aiaa.org/doi/abs/10.2514/1.C032576},
}
@online{_g,
title = {{{CTAN}}: {{Package}} Lshort-Zh-Cn},
url = {https://ctan.org/pkg/lshort-zh-cn},
}
@online{_h,
title = {Mathpix {{Snip}}},
url = {https://mathpix.com/},
}
@online{_i,
title = {Overleaf, 在线LaTeX编辑器},
url = {https://www.overleaf.com},
langid = {zh-CN}
}
@online{_j,
title = {Overleaf, {{在线LaTeX编辑器}}},
url = {https://cn.overleaf.com/},
}
@online{_k,
title = {Struggle\_with\_me的个人空间 - 哔哩哔哩 ( ゜- ゜)つロ 乾杯\textasciitilde{} {{Bilibili}}},
url = {https://space.bilibili.com/452736484?from=search&seid=12208069428001748893},
}
@online{_l,
title = {{{xeCJK宏包指南}}~- 百度文库},
url = {https://wenku.baidu.com/view/0b3e53abdd3383c4bb4cd267.html},
}
@online{_m,
title = {Zotero | {{Downloads}}},
url = {https://www.zotero.org/download/},
}
@online{_n,
title = {The Grand Challenges of {{Science Robotics}}},
url = {https://www.science.org/doi/10.1126/scirobotics.aar7650},
urldate = {2021-09-28}
}
@online{_o,
title = {Optimization Based Non-Linear Observers Revisited: {{International Journal}} of {{Control}}: {{Vol}} 72, {{No}} 13},
url = {https://www.tandfonline.com/doi/abs/10.1080/002071799220353},
urldate = {2021-11-09}
}
@online{_p,
title = {Robust Adaptive Fault-Tolerant Control of a Tandem Coaxial Ducted Fan Aircraft with Actuator Saturation - {{ScienceDirect}}},
url = {https://www.sciencedirect.com/science/article/pii/S1000936118301109},
urldate = {2021-11-23}
}
@online{_q,
title = {Autonomous Aerial Navigation Using Monocular Visual‐inertial Fusion - {{Lin}} - 2018 - {{Journal}} of {{Field Robotics}} - {{Wiley Online Library}}},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/rob.21732},
urldate = {2021-12-27}
}
@online{_r,
title = {柔性铰链的有限元法设计与分析 - 中国知网},
url = {https://chn.oversea.cnki.net/KCMS/detail/detail.aspx?dbcode=CJFD&dbname=CJFD2010&filename=ZGGA201002007&uniplatform=OVERSEAS_CHS&v=cCIrH3YndD0qfUeFFVM9ggfv05mV9UYhQxqnSfasgJvnVIwI9t0EYM2ZQh0UbWbF},
urldate = {2021-11-29}
}
@online{_t,
title = {Real-Time Motion Planning with a Fixed-Wing {{UAV}} Using an Agile Maneuver Space | {{SpringerLink}}},
url = {https://link.springer.com/article/10.1007/s10514-019-09863-2},
urldate = {2021-12-10}
}
@inproceedings{10.1007/978-981-15-8155-7_462,
title = {Dynamic Control Allocation for a Twin Ducted Fan {{UAV}}},
booktitle = {Advances in Guidance, Navigation and Control},
author = {Meng, Chaoheng and Pei, Hailong and Cheng, Zihuan},
editor = {Yan, Liang and Duan, Haibin and Yu, Xiang},
date = {2022},
pages = {5571--5584},
publisher = {{Springer Singapore}},
location = {{Singapore}},
isbn = {978-981-15-8155-7}
}
@article{10.1115/1.4033631,
title = {On Relationship between Time-Domain and Frequency-Domain Disturbance Observers and Its Applications},
author = {Su, Jinya and Chen, Wen-Hua and Yang, Jun},
date = {2016-06},
journaltitle = {Journal of Dynamic Systems, Measurement, and Control},
volume = {138},
number = {9},
eprint = {https://asmedigitalcollection.asme.org/dynamicsystems/article-pdf/138/9/091013/6123067/ds\\_138\\_09\\_091013.pdf},
issn = {0022-0434},
url = {https://doi.org/10.1115/1.4033631}
}
@inproceedings{10.1145/3352593.3352629,
title = {Flatness-Based Model Predictive Control of Six Degree of Freedom Fixed-Wing {{UAV}}},
booktitle = {Proceedings of the {{Advances}} in {{Robotics}} 2019},
author = {Sandeepkumar, R. and Mohan, Ranjith},
date = {2019},
series = {{{AIR}} 2019},
publisher = {{Association for Computing Machinery}},
location = {{New York, NY, USA}},
url = {https://doi.org/10.1145/3352593.3352629},
articleno = {35},
isbn = {978-1-4503-6650-2},
pagetotal = {6}
}
@thesis{11be69d244ae429c97467e3ced35f464,
title = {Fault Diagnosis and Fault-Tolerant Control for Aircraft Subjected to Sensor and Actuator Faults},
author = {Lu, Peng},
date = {2016},
institution = {{Delft University of Technology}},
isbn = {978-94-6186-701-8},
langid = {english}
}
@article{1985Structural,
title = {Structural Properties and Limit Behaviour of Linear Stochastic Systems in {{Hilbert}} Spaces},
author = {Zabczyk, J.},
date = {1985},
journaltitle = {Math Control Theory Banach Center Publ},
volume = {14},
number = {1},
pages = {591--609}
}
@book{1990Linear,
title = {Linear Controller Design:Limits of Performance},
author = {Boyd, S. P.},
date = {1990},
publisher = {{Linear controller design:limits of performance}}
}
@inproceedings{1995Defferential,
title = {Differential Flatness of Mechanical Control Systems:{{A}} Catalog of Prototype Systems},
booktitle = {1995 {{ASME}} International Mechanical Engineering Congress and Exposition},
author = {Murray, R. M.},
date = {1995}
}
@article{1996Dynamic,
title = {Dynamic Programming and Optimal Control. {{Volume}} 1},
date = {1996},
journaltitle = {Journal of the Operational Research Society},
volume = {47},
number = {6},
pages = {833--834}
}
@thesis{2000Limited,
title = {Limited Authority Adaptive Flight Control.},
author = {Johnson, E. N.},
date = {2000},
institution = {{Georgia Institute of Technology.}}
}
@article{2007Hierarchical,
title = {Hierarchical Path Planning and Control of a Small Fixed-Wing {{UAV}}: {{Theory}} and Experimental Validation},
author = {Jung, Dongwon Jung},
date = {2007},
journaltitle = {Dissertation Abstracts International}
}
@thesis{2008Computational,
title = {Computational Geometric Mechanics and Control of Rigid Bodies.},
author = {Lee, T. and Leok, M. and Mcclamroch, N. H.},
date = {2008}
}
@inproceedings{2011Collision,
title = {Collision-Free and Curvature-Continuous Path Smoothing in Cluttered Environments},
booktitle = {Robotics: {{Science}} \& Systems Vii, University of Southern California, Los Angeles, ca, Usa, June},
author = {Jia, P. and Zhang, L. and Manocha, D.},
date = {2011}
}
@inproceedings{2011Construction,
title = {Construction of Cubic Structures with Quadrotor Teams},
booktitle = {Robotics: {{Science}} and Systems {{VII}}, University of Southern California, Los Angeles, {{CA}}, {{USA}}, June 27-30, 2011},
author = {Lindsey, Q. and Mellinger, D. and Kumar, V.},
date = {2011}
}
@inproceedings{2011Motion,
title = {Motion Planning under Uncertainty in Highly Deformable Environments},
booktitle = {Robotics: {{Science}} and Systems {{VII}}, University of Southern California, Los Angeles, {{CA}}, {{USA}}, June 27-30, 2011},
author = {Patil, S. and Berg, Jvd and Alterovitz, R.},
date = {2011}
}
@inproceedings{2011Quadrocopter,
title = {Quadrocopter Performance Benchmarking Using Optimal Control},
booktitle = {{{IEEE}}/{{RSJ}} International Conference on Intelligent Robots \& Systems},
author = {Ritz, R. and Hehn, M. and Lupashin, S. and D'Andrea, R.},
date = {2011}
}
@inproceedings{2012Actuator,
title = {Actuator Constrained Trajectory Generation and Control for Variable-Pitch Quadrotors},
booktitle = {{{AIAA}} Guidance, Navigation, and Control Conference ({{GNC}})},
author = {Cutler, M. J. and How, J. P.},
date = {2012}
}
@inproceedings{2013Towards,
title = {Towards a Swarm of Agile Micro Quadrotors},
booktitle = {Robotics: {{Science}} \& Systems {{VIII}}},
author = {Kushleyev, A. and Mellinger, D. and Powers, C. and Kumar, V.},
date = {2013},
pages = {287--300}
}
@article{2016Kinodynamic,
title = {Kinodynamic Motion Planning on Vector Fields Using {{RRT}}*},
author = {Pereira, Gas and Choudhury, S. and Scherer, S.},
date = {2016}
}
@article{2017Sparse,
title = {Sparse Identification of Nonlinear Dynamics for Model Predictive Control in the Low-Data Limit},
author = {Kaiser, E. and Kutz, J. N. and Brunton, Steven L},
date = {2017},
journaltitle = {Proceedings of The Royal Society A Mathematical Physical and Engineering Sciences}
}
@inproceedings{2018Trajectory,
title = {Trajectory Optimization on Manifolds with Applications to {{SO}}(3) and {{R3XS2}}},
booktitle = {Robotics: {{Science}} and Systems 2018},
author = {Watterson, Michael and Liu, Sikang and Sun, Ke and Smith, Trey and Kumar, Vijay},
date = {2018}
}
@inproceedings{2018Trajectory,
title = {Trajectory Optimization on Manifolds with Applications to {{SO}}(3) and {{R3XS2}}},
booktitle = {Robotics: {{Science}} and Systems 2018},
author = {Watterson, Michael and Liu, Sikang and Sun, Ke and Smith, Trey and Kumar, Vijay},
date = {2018}
}
@article{程洪玮1999多目标跟踪关联中的多特征数据融合方法,
title = {多目标跟踪关联中的多特征数据融合方法},
author = {{程洪玮} and {周一宇} and {孙仲康}},
date = {1999},
journaltitle = {电子学报},
number = {03},
pages = {136--139}
}
@article{王帅2016基于边缘提取的局部对比红外弱小目标检测改进算法,
title = {基于边缘提取的局部对比红外弱小目标检测改进算法},
author = {{王帅} and {程洪玮} and {莫邵文} and {曾剑} and {江丹}},
date = {2016},
journaltitle = {数字技术与应用},
number = {8},
pages = {146--148}
}
@inproceedings{A.Lasota_2019,
title = {Bayesian {{Estimator}} for {{Partial Trajectory Alignment}}},
booktitle = {Robotics: {{Science}} and {{Systems XV}}},
author = {A. Lasota, Przemyslaw and A. Shah, Julie},
date = {2019-06-22},
publisher = {{Robotics: Science and Systems Foundation}},
url = {http://www.roboticsproceedings.org/rss15/p80.pdf},
urldate = {2021-10-08},
eventtitle = {Robotics: {{Science}} and {{Systems}} 2019},
isbn = {978-0-9923747-5-4},
langid = {english}
}
@article{Abbaspour_2017,
title = {Neural Adaptive Observer-Based Sensor and Actuator Fault Detection in Nonlinear Systems: {{Application}} in {{UAV}}},
shorttitle = {Neural Adaptive Observer-Based Sensor and Actuator Fault Detection in Nonlinear Systems},
author = {Abbaspour, Alireza and Aboutalebi, Payam and Yen, Kang K. and Sargolzaei, Arman},
date = {2017-03-01},
journaltitle = {ISA Transactions},
shortjournal = {ISA Transactions},
volume = {67},
pages = {317--329},
issn = {0019-0578},
url = {https://www.sciencedirect.com/science/article/pii/S0019057816306656},
urldate = {2021-11-04},
langid = {english}
}
@article{Abdessameud_2010,
title = {Global Trajectory Tracking Control of {{VTOL-UAVs}} without Linear Velocity Measurements},
author = {Abdessameud, Abdelkader and Tayebi, Abdelhamid},
date = {2010},
journaltitle = {Automatica},
volume = {46},
number = {6},
pages = {1053--1059},
publisher = {{Elsevier}}
}
@online{Abdul-Adheem_,
title = {On {{The Active Input Output Feedback Linearization}} of {{Single Link Flexible Joint Manipulator}}, {{An Extended State Observer Approach}}. {{arXiv}} 2018},
author = {Abdul-Adheem, W. R. and Ibraheem, I. K.},
eprint = {1805.00222},
eprinttype = {arxiv},
archiveprefix = {arXiv}
}
@article{Aboudonia_2018,
title = {Composite Hierarchical Anti-Disturbance Control of a Quadrotor {{UAV}} in the Presence of Matched and Mismatched Disturbances},
author = {Aboudonia, Ahmed and Rashad, Ramy and El-Badawy, Ayman},
date = {2018},
journaltitle = {Journal of Intelligent \& Robotic Systems},
volume = {90},
number = {1-2},
pages = {201--216},
publisher = {{Springer}}
}
@book{Absil_2009,
title = {Optimization {{Algorithms}} on {{Matrix Manifolds}}},
author = {Absil, P.-A. and Mahony, R. and Sepulchre, Rodolphe},
date = {2009},
publisher = {{Princeton University Press}},
url = {https://doi.org/10.1515/9781400830244},
isbn = {978-1-4008-3024-4}
}
@article{Aceituno-Cabezas_,
title = {A {{Global Quasi-Dynamic Model}} for {{Contact-Trajectory Optimization}}},
author = {Aceituno-Cabezas, Bernardo and Rodriguez, Alberto},
pages = {10},
langid = {english}
}
@inproceedings{Achtelik_2013,
title = {Inversion Based Direct Position Control and Trajectory Following for Micro Aerial Vehicles},
booktitle = {2013 {{IEEE}}/{{RSJ International Conference}} on {{Intelligent Robots}} and {{Systems}}},
author = {Achtelik, Markus W. and Lynen, Simon and Chli, Margarita and Siegwart, Roland},
date = {2013-11},
pages = {2933--2939},
issn = {2153-0866},
eventtitle = {2013 {{IEEE}}/{{RSJ International Conference}} on {{Intelligent Robots}} and {{Systems}}}
}
@inproceedings{Achtelik_2013a,
title = {Path Planning for Motion Dependent State Estimation on Micro Aerial Vehicles},
booktitle = {2013 {{IEEE International Conference}} on {{Robotics}} and {{Automation}}},
author = {Achtelik, Markus W. and Weiss, Stephan and Chli, Margarita and Siegwart, Roland},
date = {2013-05},
pages = {3926--3932},
issn = {1050-4729},
eventtitle = {2013 {{IEEE International Conference}} on {{Robotics}} and {{Automation}}}
}
@inproceedings{Acquatella_2012,
title = {Robust {{Nonlinear Spacecraft Attitude Control}} Using {{Incremental Nonlinear Dynamic Inversion}}},
author = {Acquatella, Paul and Falkena, Wouter and van Kampen, Erik-Jan and Chu, Q. Ping},
options = {useprefix=true},
date = {2012},
eventtitle = {{{AIAA Guidance}}, {{Navigation}}, and {{Control Conference}}}
}
@article{Acquatella_2017,
title = {Pi (d) Tuning for Flight Control Systems via Incremental Nonlinear Dynamic Inversion},
author = {Acquatella, Paul and van Ekeren, Wim and Chu, Qi Ping},
options = {useprefix=true},
date = {2017},
journaltitle = {IFAC-PapersOnLine},
volume = {50},
number = {1},
pages = {8175--8180},
publisher = {{Elsevier}}
}
@article{acquatella2020agile,
title = {Agile Spacecraft Attitude Control: {{An}} Incremental Nonlinear Dynamic Inversion Approach},
author = {Acquatella B, Paul},
date = {2020},
journaltitle = {IFAC-PapersOnLine},
volume = {53},
number = {2},
publisher = {{IFAC Secretariat}}
}
@article{acquatella2020guidance,
title = {Guidance Command Generation and Nonlinear Dynamic Inversion Control for Reusable Launch Vehicles},
author = {Acquatella, Paul and Briese, Lâle Evrim and Schnepper, Klaus},
date = {2020},
journaltitle = {Acta Astronautica},
volume = {174},
pages = {334--346},
publisher = {{Elsevier}}
}
@article{AcquatellaB_2020,
title = {Guidance Command Generation and Nonlinear Dynamic Inversion Control for Reusable Launch Vehicles},
author = {Acquatella B, Paul and Briese, Lâle Evrim and Schnepper, Klaus},
date = {2020},
journaltitle = {Acta Astronautica},
shortjournal = {Acta Astronautica},
volume = {174},
pages = {334--346},
issn = {0094-5765},
url = {https://www.sciencedirect.com/science/article/pii/S0094576520301843},
urldate = {2021-03-11},
langid = {english}
}
@article{Adhyaru_2012,
title = {State Observer Design for Nonlinear Systems Using Neural Network},
author = {Adhyaru, Dipak M.},
date = {2012-08-01},
journaltitle = {Applied Soft Computing},
shortjournal = {Applied Soft Computing},
volume = {12},
number = {8},
pages = {2530--2537},
issn = {1568-4946},
url = {https://www.sciencedirect.com/science/article/pii/S1568494612000968},
urldate = {2021-11-05},
langid = {english}
}
@article{Aein_2019,
title = {Library of Actions: {{Implementing}} a Generic Robot Execution Framework by Using Manipulation Action Semantics},
shorttitle = {Library of Actions},
author = {Aein, Mohamad Javad and Aksoy, Eren Erdal and Wörgötter, Florentin},
date = {2019-07-01},
journaltitle = {The International Journal of Robotics Research},
shortjournal = {The International Journal of Robotics Research},
volume = {38},
number = {8},
pages = {910--934},
publisher = {{SAGE Publications Ltd STM}},
issn = {0278-3649},
url = {https://doi.org/10.1177/0278364919850295},
urldate = {2021-10-08},
langid = {english}
}
@incollection{Agarwal_2013,
title = {On {{Stochastic Optimal Control}} and {{Reinforcement Learning}} by {{Approximate Inference}}},
booktitle = {Robotics: {{Science}} and {{Systems VIII}}},
author = {Agarwal, Priyanshu and Kumar, Suren and Ryde, Julian and Corso, Jason and Krovi, Venkat and Ahmed, Nisar and Schoenberg, Jonathan and Campbell, Mark and Bloesch, Michael and Hutter, Marco and Hoepflinger, Mark and Leutenegger, Stefan and Gehring, Christian and Remy, C. David and Siegwart, Roland and Brookshire, Jonathan and Teller, Seth and Bryson, Mitch and Johnson-Roberson, Matthew and Pizzaro, Oscar and Williams, Stefan and Colonnese, Nick and Okamura, Allison and Dey, Debadeepta and Liu, Tian Yu and Hebert, Martial and Bagnell, J. Andrew and Dogar, Mehmet R. and Hsiao, Kaijen and Ciocarlie, Matei and Srinivasa, Siddhartha and Douillard, Bertrand and Nourani-Vatani, Navid and Roman, Chris and Vaughn, Ian and Inglis, Gabrielle and Dragan, Anca and Gillula, Jeremy and Tomlin, Claire and Gilpin, Kyle and Rus, Daniela and Gioioso, Guido and Salvietti, Gionata and Malvezzi, Monica and Prattichizzo, Domenico and Goodrich, Michael and Kerman, Sean and Pendleton, Brian and Sujit, P. B. and Hartmann, Christoph and Boedecker, Joschka and Obst, Oliver and Ikemoto, Shuhei and Asada, Minoru and Hauser, Kris and Kanda, Takayuki and Jaillet, Léonard and Porta, Josep M. and Jain, Abhinandan and Crean, Cory and Kuo, Calvin and Bremen, Hubertus Von and Myint, Steven and Joho, Dominik and Tipaldi, Gian Diego and Engelhard, Nikolas and Stachniss, Cyrill and Burgard, Wolfram and Julian, Brian and Smith, Stephen L. and Kazemi, Moslem and Valois, Jean-Sebastien and Pollard, Nancy and Kovac, Mirko and Bendana, Maria and Krishnan, Rohit and Burton, Jessica and Smith, Michael and Wood, Robert and Kuderer, Markus and Kretzschmar, Henrik and Sprunk, Christoph and Kuindersma, Scott and Grupen, Roderic A. and Barto, Andrew G. and Kunz, Tobias and Stilman, Mike and Kushleyev, Aleksandr and Kumar, Vijay and Mellinger, Daniel and Laffranchi, Matteo and Tsagarakis, Nikos and Caldwell, Darwin and Latif, Yasir and Lerma, Cesar Cadena and Neira, José and Li, Mingyang and Mourikis, Anastasios and Lim, Sejoon and Sommer, Christian and Nikolova, Evdokia and Liu, Lantao and Shell, Dylan and Long, Andrew and Wolfe, Kevin and Mashner, Michael and Chirikjian, Greg and Lysenkov, Ilya and Eruhimov, Victor and Bradski, Gary and Maddern, William and Milford, Michael and Wyeth, Gordon and Marthi, Bhaskara and Nakanishi, Jun and Vijayakumar, Sethu and Olson, Edwin and Agarwal, Pratik and Paprotny, Igor and Levey, Christopher and Wright, Paul and Donald, Bruce R. and Pham, Quang-Cuong and Nakamura, Yoshihiko and Phillips, Michael and Cohen, Benjamin and Chitta, Sachin and Likhachev, Maxim and Qian, Feifei and Zhang, Tingham and Li, Chen and Hoover, Aaron and Masarati, Pierangelo and Birkmeyer, Paul and Pullin, Andrew and Fearing, Ronald and Goldman, Daniel and Rawlik, Konrad and Toussaint, Marc and Robin, Cyril and Lacroix, Simon and Rombokas, Eric and Malhotra, Mark and Theodorou, Evangelos and Matsuoka, Yoky and Todorov, Emo and Sarid, Shahar and Xu, Bingxin and Kress-Gazit, Hadas and Schepelmann, Alexander and Geyer, Hartmut and Taylor, Michael and Sentis, Luis and Petersen, Josh and Philippsen, Roland and Taylor, Camillo and Cowley, Anthony and Tellex, Stefanie and Thaker, Pratiksha and Deits, Robin and Simeonov, Dimitar and Kollar, Thomas and Roy, Nicholas and Vernaza, Paul and Narayanan, Venkatraman and Wang, Heng and Hu, Gibson and Huang, Shoudong and Dissanayake, Gamini and Wang, Zhikun and Deisenroth, Marc Peter and Amor, Heni Ben and Vogt, David and Schölkopf, Bernhard and Peters, Jan and Wilcox, Ronald and Nikolaidis, Stefanos and Shah, Julie and Wolff, Eric and Topcu, Ufuk and Murray, Richard and Yoo, Chanyeol and Fitch, Robert and Sukkarieh, Salah and Zarubin, Dmitry and Ivan, Vladimir and Komura, Taku and Zelazo, Daniel and Franchi, Antonio and Allgöwer, Frank and Bülthoff, Heinrich and Giordano, Paolo Robuffo},
date = {2013},
pages = {353--360},
publisher = {{MIT Press}},
url = {https://ieeexplore.ieee.org/document/6577934},
urldate = {2021-10-08},
eventtitle = {Robotics: {{Science}} and {{Systems VIII}}},
isbn = {978-0-262-31572-2}
}
@article{Agrawal_1999,
title = {Feasible Trajectories of Linear Dynamic Systems with Inequality Constraints Using Higher-Order Representations},
author = {Agrawal, Sunil K. and Faiz, Nadeem and Murray, Richard M.},
date = {1999-07-01},
journaltitle = {IFAC Proceedings Volumes},
shortjournal = {IFAC Proceedings Volumes},
series = {14th {{IFAC World Congress}} 1999, {{Beijing}}, {{Chia}}, 5-9 {{July}}},
volume = {32},
number = {2},
pages = {1154--1159},
issn = {1474-6670},
url = {https://www.sciencedirect.com/science/article/pii/S1474667017561959},
urldate = {2021-09-24},
langid = {english}
}
@article{Ahmadi_2011,
ids = {ahmadiHoveringForwardFlight2011},
title = {Hovering and {{Forward Flight Control}} of a {{Ducted Fan Unmanned Aerial Vehicle Based}} on {{PID Control}}},
author = {Ahmadi, Mohammad Saleh and Manouchehri, Afshin},
date = {2011}
}
@article{Ajanic_2020,
title = {Bioinspired Wing and Tail Morphing Extends Drone Flight Capabilities},
author = {Ajanic, Enrico and Feroskhan, Mir and Mintchev, Stefano and Noca, Flavio and Floreano, Dario},
date = {2020},
journaltitle = {Science Robotics},
volume = {5},
number = {47},
pages = {eabc2897},
url = {https://www.science.org/doi/abs/10.1126/scirobotics.abc2897},
annotation = {\_eprint: https://www.science.org/doi/pdf/10.1126/scirobotics.abc2897}
}
@incollection{Akkinapalli_2018,
title = {Incremental {{Dynamic Inversion}} Based {{Velocity Tracking Controller}} for a {{Multicopter System}}},
booktitle = {2018 {{AIAA Guidance}}, {{Navigation}}, and {{Control Conference}}},
author = {Akkinapalli, Venkata Sravan and Holzapfel, Florian},
date = {2018},
publisher = {{American Institute of Aeronautics and Astronautics}},
url = {https://arc.aiaa.org/doi/abs/10.2514/6.2018-1345},
urldate = {2021-03-11},
annotation = {\_eprint: https://arc.aiaa.org/doi/pdf/10.2514/6.2018-1345}
}
@inproceedings{Al-Mutib_2011,
title = {D* {{Lite Based Real-Time Multi-Agent Path Planning}} in {{Dynamic Environments}}},
booktitle = {Modelling {{Simulation}} 2011 {{Third International Conference}} on {{Computational Intelligence}}},
author = {Al-Mutib, Khalid and AlSulaiman, Mansour and Emaduddin, Muhammad and Ramdane, Hedjar and Mattar, Ebrahim},
date = {2011-09},
pages = {170--174},
issn = {2166-8531},
eventtitle = {Modelling {{Simulation}} 2011 {{Third International Conference}} on {{Computational Intelligence}}}
}
@article{Alamir_1999,
title = {Optimization Based Non-Linear Observers Revisited},
author = {Alamir, Mazen},
date = {1999-01-01},
journaltitle = {International Journal of Control},
volume = {72},
number = {13},
pages = {1204--1217},
publisher = {{Taylor \& Francis}},
issn = {0020-7179},
url = {https://doi.org/10.1080/002071799220353},
urldate = {2021-11-09},
annotation = {\_eprint: https://doi.org/10.1080/002071799220353}
}
@article{Alamir_2002,
title = {Further Results on Nonlinear Receding-Horizon Observers},
author = {Alamir, M. and Calvillo-Corona, L.A.},
date = {2002-07},
journaltitle = {IEEE Transactions on Automatic Control},
volume = {47},
number = {7},
pages = {1184--1188},
issn = {1558-2523},
eventtitle = {{{IEEE Transactions}} on {{Automatic Control}}}
}
@incollection{Alamir_2007,
title = {Nonlinear {{Moving Horizon Observers}}: {{Theory}} and {{Real-Time Implementation}}},
shorttitle = {Nonlinear {{Moving Horizon Observers}}},
booktitle = {Nonlinear {{Observers}} and {{Applications}}},
author = {Alamir, Mazen},
editor = {Besançon, Gildas},
date = {2007},
series = {Lecture {{Notes}} in {{Control}} and {{Information Sciences}}},
pages = {139--179},
publisher = {{Springer}},
location = {{Berlin, Heidelberg}},
url = {https://doi.org/10.1007/978-3-540-73503-8_5},
urldate = {2021-11-05},
isbn = {978-3-540-73503-8},
langid = {english}
}
@incollection{Alamir_2007a,
title = {Nonlinear {{Moving Horizon Observers}}: {{Theory}} and {{Real-Time Implementation}}},
shorttitle = {Nonlinear {{Moving Horizon Observers}}},
booktitle = {Nonlinear {{Observers}} and {{Applications}}},
author = {Alamir, Mazen},
editor = {Besançon, Gildas},
date = {2007},
series = {Lecture {{Notes}} in {{Control}} and {{Information Sciences}}},
pages = {139--179},
publisher = {{Springer}},
location = {{Berlin, Heidelberg}},
url = {https://doi.org/10.1007/978-3-540-73503-8_5},
urldate = {2021-11-09},
isbn = {978-3-540-73503-8},
langid = {english}
}
@article{Alamir_2021,
title = {Partial {{Extended Observability Certification}} and {{Optimal Design}} of {{Moving Horizon Estimators}}},
author = {Alamir, Mazen},
date = {2021},
journaltitle = {IEEE Transactions on Automatic Control},
pages = {1--1},
issn = {1558-2523},
eventtitle = {{{IEEE Transactions}} on {{Automatic Control}}}
}
@inproceedings{Alfehaid_2019,
title = {Sensorless {{Speed Control}} of {{PMSM Using Extended High-Gain Observers}}},
booktitle = {2019 {{American Control Conference}} ({{ACC}})},
author = {Alfehaid, Abdullah A. and Strangas, Elias G. and Khalil, Hassan K.},
date = {2019-07},
pages = {2576--2581},
issn = {2378-5861},
eventtitle = {2019 {{American Control Conference}} ({{ACC}})}
}
@article{alfi2020controlling,
title = {Controlling the {{Euler}} Angles of Aircraft Using Incremental Nonlinear Dynamic Inversion},
author = {Alfi, Alireza and Tamaskani, Reza and others},
date = {2020},
journaltitle = {نشریه پژوهشی مهندسی مکانیک ایران},
publisher = {{ISME}}
}
@inproceedings{Allen_2020,
title = {Nonlinear {{Model Predictive Control Using Output Feedback}}},
booktitle = {2020 {{American Control Conference}} ({{ACC}})},
author = {Allen, Mathis and Khalil, Hassan},
date = {2020-07},
pages = {1919--1924},
issn = {2378-5861},
eventtitle = {2020 {{American Control Conference}} ({{ACC}})}
}
@article{Allenspach_2020,
title = {Design and Optimal Control of a Tiltrotor Micro-Aerial Vehicle for Efficient Omnidirectional Flight},
author = {Allenspach, Mike and Bodie, Karen and Brunner, Maximilian and Rinsoz, Luca and Taylor, Zachary and Kamel, Mina and Siegwart, Roland and Nieto, Juan},
date = {2020-09-01},
journaltitle = {The International Journal of Robotics Research},
shortjournal = {The International Journal of Robotics Research},
volume = {39},
number = {10-11},
pages = {1305--1325},
publisher = {{SAGE Publications Ltd STM}},
issn = {0278-3649},
url = {https://doi.org/10.1177/0278364920943654},
urldate = {2021-10-08},
langid = {english}
}
@article{Almeida_,
title = {Incremental {{Nonlinear Dynamic Inversion}} Applied to {{Quadrotor UAV Control}}},
author = {Almeida, Ricardo Filipe Encarnação},
pages = {120},
langid = {english}
}
@inproceedings{Altug_2002,
title = {Control of a Quadrotor Helicopter Using Visual Feedback},
booktitle = {Proceedings 2002 {{IEEE International Conference}} on {{Robotics}} and {{Automation}} ({{Cat}}. {{No}}. {{02CH37292}})},
author = {Altug, Erdinc and Ostrowski, James P. and Mahony, Robert},
date = {2002},
volume = {1},
pages = {72--77},
publisher = {{IEEE}}
}
@online{Aminzailagunawang_,
title = {在Xelatex使用 CJKnumber @ Amin's Note :: 痞客邦 ::},
shorttitle = {在Xelatex使用 CJKnumber @ Amin's Note},
author = {Aminzai (lagunawang)},
url = {http://lagunawang.pixnet.net/blog/post/27892698},
urldate = {2020-06-20},
langid = {zh-TW},
organization = {{Amin's Note}}
}
@article{Andrievsky_2020,
title = {Disturbance {{Observers}}: {{Methods}} and {{Applications}}. {{II}}. {{Applications}}},
shorttitle = {Disturbance {{Observers}}},
author = {Andrievsky, B. R. and Furtat, I. B.},
date = {2020-10-01},
journaltitle = {Automation and Remote Control},
shortjournal = {Autom Remote Control},
volume = {81},
number = {10},
pages = {1775--1818},
issn = {1608-3032},
url = {https://doi.org/10.1134/S0005117920100021},
urldate = {2021-11-04},
langid = {english}
}
@article{Anton_,
title = {{{MANUSCRIPT-BASED THESIS PRESENTED TO ÉCOLE DE TECHNOLOGIE SUPÉRIEURE}}},
author = {Anton, Nicoleta},
pages = {263},
langid = {english}
}
@article{Anton_a,
title = {{{MANUSCRIPT-BASED THESIS PRESENTED TO ÉCOLE DE TECHNOLOGIE SUPÉRIEURE}}},
author = {Anton, Nicoleta},
pages = {263},
langid = {english}
}
@article{Antonini_2020,
title = {The {{Blackbird UAV}} Dataset},
author = {Antonini, Amado and Guerra, Winter and Murali, Varun and Sayre-McCord, Thomas and Karaman, Sertac},
date = {2020-09-01},
journaltitle = {The International Journal of Robotics Research},
shortjournal = {The International Journal of Robotics Research},
volume = {39},
number = {10-11},
pages = {1346--1364},
publisher = {{SAGE Publications Ltd STM}},
issn = {0278-3649},
url = {https://doi.org/10.1177/0278364920908331},
urldate = {2021-10-08},
langid = {english}
}
@article{Aradi_2020,
title = {Survey of {{Deep Reinforcement Learning}} for {{Motion Planning}} of {{Autonomous Vehicles}}},
author = {Aradi, Szilárd},
date = {2020},
journaltitle = {IEEE Transactions on Intelligent Transportation Systems},
pages = {1--20},
issn = {1558-0016},
eventtitle = {{{IEEE Transactions}} on {{Intelligent Transportation Systems}}}
}
@article{Argha_2019,
ids = {arghaControlAllocationbasedFault2019},
title = {Control Allocation-Based Fault Tolerant Control},
author = {Argha, Ahmadreza and Su, Steven W. and Celler, Branko G.},
date = {2019},
journaltitle = {Automatica},
volume = {103},
pages = {408--417},
issn = {00051098}
}
@article{Argha_2019a,
ids = {arghaStaticOutputFeedback2019},
title = {Static Output Feedback Fault Tolerant Control Using Control Allocation Scheme},
author = {Argha, Ahmadreza and Su, Steven W. and Celler, Branko G. \%J International Journal of Robust and Nonlinear Control},
date = {2019},
volume = {29},
number = {1},
pages = {98--116},
issn = {1049-8923}
}
@inproceedings{Argyle_2013,
title = {The Vertical Bat Tail-Sitter: Dynamic Model and Control Architecture},
shorttitle = {The Vertical Bat Tail-Sitter},
booktitle = {2013 {{American Control Conference}}},
author = {Argyle, Matthew E. and Beard, Randal W. and Morris, Stephen},
date = {2013},
pages = {806--811},
publisher = {{IEEE}}
}
@online{Arrizabalaga_2021,
title = {Towards {{Time-Optimal Tunnel-Following}} for {{Quadrotors}}},
author = {Arrizabalaga, Jon and Ryll, Markus},
date = {2021-10-07},
eprint = {2110.01351},
eprinttype = {arxiv},
primaryclass = {cs, eess},
url = {http://arxiv.org/abs/2110.01351},
urldate = {2021-12-06},
archiveprefix = {arXiv}
}
@article{article,
title = {Constrained Control and Estimation-an Optimisation Approach},
author = {Goodwin, Graham and Seron, M.M. and A, J.},
date = {2004-01},
journaltitle = {Verlag},
isbn = {978-1-85233-548-9}
}
@article{article,
title = {Rapidly-Exploring Random Trees: {{Progress}} and Prospects},
author = {Lavalle, Steven and Kuffner, James},
date = {2000-01},
journaltitle = {Algorithmic and computational robotics: New directions}
}
@article{Artunedo_2020,
title = {Motion {{Planning Approach Considering Localization Uncertainty}}},
author = {Artuñedo, Antonio and Villagra, Jorge and Godoy, Jorge and del Castillo, Maria Dolores},
date = {2020-06},
journaltitle = {IEEE Transactions on Vehicular Technology},
volume = {69},
number = {6},
pages = {5983--5994},
issn = {1939-9359},
eventtitle = {{{IEEE Transactions}} on {{Vehicular Technology}}}
}
@inproceedings{Aruneshwaran_2013,
title = {Neural Adaptive Flight Controller for Ducted-Fan {{UAV}} Performing Nonlinear Maneuver},
booktitle = {2013 {{IEEE Symposium}} on {{Computational Intelligence}} for {{Security}} and {{Defense Applications}} ({{CISDA}})},
author = {Aruneshwaran, R. and Suresh, S. and Wang, Jianliang and Venugopalan, T. K.},
date = {2013},
pages = {51--56},
publisher = {{IEEE}},
location = {{Singapore}}
}
@inproceedings{ArunSrivatsan_2016,
title = {Estimating {{SE}}(3) Elements Using a Dual Quaternion Based Linear {{Kalman}} Filter},
booktitle = {Robotics: {{Science}} and {{Systems XII}}},
author = {Arun Srivatsan, Rangaprasad and T. Rosen, Gillian and Feroze Naina Mohamed, D. and Choset, Howie},
date = {2016},
publisher = {{Robotics: Science and Systems Foundation}},
url = {http://www.roboticsproceedings.org/rss12/p13.pdf},
urldate = {2021-10-08},
eventtitle = {Robotics: {{Science}} and {{Systems}} 2016},
isbn = {978-0-9923747-2-3},
langid = {english}
}
@article{Aryadoust_,
title = {Application of Evolutionary Algorithm- Based Symbolic Regression to Language Assessment: {{Toward}} Nonlinear Modeling},
author = {Aryadoust, Vahid},
pages = {37},
langid = {english}
}
@article{Atias_2018,
title = {Effective Metrics for Multi-Robot Motion-Planning},
author = {Atias, Aviel and Solovey, Kiril and Salzman, Oren and Halperin, Dan},
date = {2018-12-01},
journaltitle = {The International Journal of Robotics Research},
shortjournal = {The International Journal of Robotics Research},
volume = {37},
number = {13-14},
pages = {1741--1759},
publisher = {{SAGE Publications Ltd STM}},
issn = {0278-3649},
url = {https://doi.org/10.1177/0278364918784660},
urldate = {2021-10-08},
langid = {english}
}
@inproceedings{Ayusawa_2017,
title = {Comprehensive {{Theory}} of {{Differential Kinematics}} and {{Dynamics}} for {{Motion Optimization}}},
booktitle = {Robotics: {{Science}} and {{Systems XIII}}},
author = {Ayusawa, Ko and Yoshida, Eiichi},
date = {2017-07-12},
publisher = {{Robotics: Science and Systems Foundation}},
url = {http://www.roboticsproceedings.org/rss13/p63.pdf},
urldate = {2021-10-08},
eventtitle = {Robotics: {{Science}} and {{Systems}} 2017},
isbn = {978-0-9923747-3-0},
langid = {english}
}
@article{Azinheira_2015,
title = {Lateral {{Control}} of {{Airship}} with {{Uncertain Dynamics}} Using {{Incremental Nonlinear Dynamics Inversion}}},
author = {Azinheira, J. R. and Moutinho, A. and Carvalho, J. R.},
date = {2015},
journaltitle = {IFAC-PapersOnLine},
shortjournal = {IFAC-PapersOnLine},
series = {11th {{IFAC Symposium}} on {{Robot Control SYROCO}} 2015},
volume = {48},
number = {19},
pages = {69--74},
issn = {2405-8963},
url = {https://www.sciencedirect.com/science/article/pii/S2405896315026361},
urldate = {2021-03-11},
langid = {english}
}
@inproceedings{Baca_2018,
title = {Model {{Predictive Trajectory Tracking}} and {{Collision Avoidance}} for {{Reliable Outdoor Deployment}} of {{Unmanned Aerial Vehicles}}},
booktitle = {2018 {{IEEE}}/{{RSJ International Conference}} on {{Intelligent Robots}} and {{Systems}} ({{IROS}})},
author = {Baca, Tomas and Hert, Daniel and Loianno, Giuseppe and Saska, Martin and Kumar, Vijay},
date = {2018-10},
pages = {6753--6760},
issn = {2153-0866},
eventtitle = {2018 {{IEEE}}/{{RSJ International Conference}} on {{Intelligent Robots}} and {{Systems}} ({{IROS}})}
}
@thesis{bachler2020comparison,
title = {Comparison of Nominal and Incremental Dynamic Inversion for Helicopter Flight Control},
author = {Bachler, Jakob},
date = {2020},
institution = {{TU München}}
}
@inproceedings{Bacon_2000,
title = {Reconfigurable Flight Control Using Nonlinear Dynamic Inversion with a Special Accelerometer Implementation},
booktitle = {{{AIAA Guidance}}, {{Navigation}}, and {{Control Conference}} and {{Exhibit}}},
author = {Bacon, Barton and Ostroff, Aaron},
date = {2000},
publisher = {{American Institute of Aeronautics and Astronautics}},
location = {{Dever,CO,U.S.A.}},
url = {https://arc.aiaa.org/doi/10.2514/6.2000-4565},
urldate = {2021-03-10},
eventtitle = {{{AIAA Guidance}}, {{Navigation}}, and {{Control Conference}} and {{Exhibit}}},
isbn = {978-1-62410-301-8},
langid = {english}
}
@inproceedings{Baggi_2020,
title = {Dynamic {{Control Allocation}} for a {{Class}} of {{Over-actuated Aircraft}}},
booktitle = {{{AIAA Scitech}} 2020 {{Forum}}},
author = {Baggi, Raffaele and Franco, Elisa and Serrani, Andrea},
date = {2020},
publisher = {{AIAA}},
location = {{Orlando}}
}
@book{Baillieul_1990,
title = {Robotics},
author = {Baillieul, John},
date = {1990},
volume = {41},
publisher = {{American Mathematical Soc.}}
}
@inproceedings{Banazadeh_2014,
title = {Control Effectiveness Investigation of a Ducted-Fan Aerial Vehicle Using Model Predictive Controller},
booktitle = {Proceedings of the 2014 {{International Conference}} on {{Advanced Mechatronic Systems}}},
author = {Banazadeh, Afshin and Emami, Seyyed Ali},
date = {2014},
pages = {532--537},
publisher = {{IEEE}},
location = {{Kumamoto, Japan}}
}
@inproceedings{Bapst_2015,
title = {Design and Implementation of an Unmanned Tail-Sitter},
booktitle = {2015 {{IEEE}}/{{RSJ International Conference}} on {{Intelligent Robots}} and {{Systems}} ({{IROS}})},
author = {Bapst, Roman and Ritz, Robin and Meier, Lorenz and Pollefeys, Marc},
date = {2015-09},
pages = {1885--1890},
publisher = {{IEEE}},
location = {{Hamburg, Germany}},
url = {http://ieeexplore.ieee.org/document/7353624/},
urldate = {2021-02-27},
eventtitle = {2015 {{IEEE}}/{{RSJ International Conference}} on {{Intelligent Robots}} and {{Systems}} ({{IROS}})},
isbn = {978-1-4799-9994-1},
langid = {english}
}
@inproceedings{Barcelos_2021,
title = {Dual {{Online Stein Variational Inference}} for {{Control}} and {{Dynamics}}},
booktitle = {Robotics: {{Science}} and {{Systems XVII}}},
author = {Barcelos, Lucas and Lambert, Alexander and Oliveira, Rafael and Borges, Paulo and Boots, Byron and Ramos, Fabio},
date = {2021-07-12},
publisher = {{Robotics: Science and Systems Foundation}},
url = {http://www.roboticsproceedings.org/rss17/p068.pdf},
urldate = {2021-10-08},
eventtitle = {Robotics: {{Science}} and {{Systems}} 2021},
isbn = {978-0-9923747-7-8},
langid = {english}
}
@book{barfoot2017state,
title = {State Estimation for Robotics},
author = {Barfoot, Timothy D},
date = {2017},
publisher = {{Cambridge University Press}}
}
@article{Barrau_2017,
title = {The {{Invariant Extended Kalman Filter}} as a {{Stable Observer}}},
author = {Barrau, Axel and Bonnabel, Silvère},
date = {2017-04},
journaltitle = {IEEE Transactions on Automatic Control},
volume = {62},
number = {4},
pages = {1797--1812},
issn = {1558-2523},
eventtitle = {{{IEEE Transactions}} on {{Automatic Control}}}
}
@inproceedings{Barthelmes_2017,
ids = {Barthelmes_2017a},
title = {An All-Terrain-Controller for over-Actuated Wheeled Mobile Robots with Feedforward and Optimization-Based Control Allocation},
booktitle = {2017 {{IEEE}} 56th {{Annual Conference}} on {{Decision}} and {{Control}} ({{CDC}})},
author = {Barthelmes, Stefan and Zehnter, Sebastian},