-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathACL_Publications.bib
More file actions
9436 lines (8631 loc) · 366 KB
/
ACL_Publications.bib
File metadata and controls
9436 lines (8631 loc) · 366 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
@string{aaai = {Association for the Advancement of Artificial Intelligence (AAAI)}}
@string{aamas = {International Joint Conference on Autonomous Agents and Multiagent Systems (AAMAS)}}
@string{acc = {American Control Conference (ACC)}}
@string{aiaa_info = {AIAA Infotech@Aerospace Conference}}
@string{aiaa_jacic = {Journal of Aerospace Computing, Information, and Communication}}
@string{aiaa_jais = {Journal of Aerospace Information Systems}}
@string{allerton = {Allerton Conference on Communication, Control, and Compution}}
@string{cdc = {IEEE Conference on Decision and Control (CDC)}}
@string{corl = {Conference on Robot Learning (CoRL)}}
@string{dars = {International Symposium on Distributed Autonomous Robotic Systems (DARS)}}
@string{ecml = {European Conference on Machine Learning (ECML)}}
@string{gnc = {AIAA Guidance, Navigation, and Control Conference (GNC)}}
@string{icml = {International Conference on Machine Learning (ICML)}}
@string{icmla = {International Conference on Machine Learning and Applications (ICMLA)}}
@string{icra = {IEEE International Conference on Robotics and Automation (ICRA)}}
@string{ieee_csm = {IEEE Control Systems Magazine}}
@string{ieee_j_ac = {IEEE Transactions on Automatic Control}}
@string{ieeeaero = {IEEE Aerospace Conference}}
@string{ieeecst = {IEEE Transactions on Control Systems Technology}}
@string{ieeetac = {IEEE Transactions on Automatic Control}}
@string{ieeetsp = {IEEE Transactions on Signal Processing}}
@string{ijcai = {International Joint Conference on Artificial Intelligence (IJCAI)}}
@string{ijrr = {International Journal of Robotics Research (IJRR)}}
@string{iros = {IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}}
@string{isrr = {International Symposium on Robotics Research (ISRR)}}
@string{itsc = {IEEE Conference on Intelligent Transportation Systems (ITSC)}}
@string{jair = {Journal of Artificial Intelligence and Research (JAIR)}}
@string{jgcd = {AIAA Journal on Guidance, Control, and Dynamics}}
@string{jmlr = {Journal of Machine Learning}}
@string{jota = {Journal of Optimization Theory and Applications}}
@string{lcss = {IEEE Control Systems Letters (L-CSS)}}
@string{mit = {Massachusetts Institute of Technology}}
@string{mitaa = {Massachusetts Institute of Technology, Department of Aeronautics and Astronautics}}
@string{mitee = {Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science}}
@string{mitme = {Massachusetts Institute of Technology, Department of Mechanical Engineering}}
@string{mor = {Mathematics of Operations Research}}
@string{nips = {Advances in Neural Information Processing Systems (NeurIPS)}}
@string{or = {Operations Research}}
@string{ral = {IEEE Robotics and Automation Letters (RA-L)}}
@string{rss = {Robotics: Science and Systems (RSS)}}
@string{suaa = {Stanford University, Department of Aeronautics and Astronautics}}
@string{suee = {Stanford University, Department of Electrical Engineering}}
@string{sume = {Stanford University, Department of Mechanical Engineering}}
@string{tac = {IEEE Transactions on Automatic Control}}
@string{taes = {IEEE Transactions on Aerospace and Electronic Systems}}
@string{tnnls = {IEEE Transactions on Neural Networks and Learning Systems (TNNLS)}}
@string{tro = {IEEE Transactions on Robotics (TRO)}}
@string{ojcsys = {IEEE Open Journal of Control Systems (OJ-CSYS)}}
@inproceedings{08uai-ldyna,
author = {Sutton, R. S. and Szepesv{\'a}ri, Cs and Geramifard, A. and Bowling, M.},
bdsk-url-1 = {https://arxiv.org/abs/1206.3285},
bdsk-url-online-1 = {http://www.cs.ualberta.ca/~sutton/papers/SSGB-08.pdf},
booktitle = {Proceedings of the 24th Conference on Uncertainty in Artificial Intelligence},
citeulike-article-id = {3185864},
citeulike-linkout-0 = {http://www.cs.ualberta.ca/~sutton/papers/SSGB-08.pdf},
keywords = {learning, reenforcement},
pages = {528--536},
posted-at = {2008-09-03 13:09:41},
priority = {4},
title = {Dyna-Style Planning with Linear Function Approximation and Prioritized Sweeping},
url = {c},
url-online = {https://arxiv.org/abs/1206.3285},
year = {2008}
}
@inproceedings{Aaenz08,
author = {Saenz-Otero, A. and Aoude, G. and Jeffrey, MM and Mohan, S. and Fejzic, A. and Katz, J. and Edwards, CM and Miller, DW},
booktitle = {59th International Astronautical Congress},
date-added = {2012-06-22 10:57:13 -0400},
date-modified = {2012-06-22 10:57:49 -0400},
title = {{Distributed Satellite Systems Algorithm Maturation with SPHERES Aboard the ISS}},
year = {2008}
}
@article{Abbott02_LIGO,
author = {R.~Abbott and R.~Adhikari and G.~Allen and S.~Cowley and E.~Daw and D.~DeBra and J.~Giaime and G.~Hammond and M.~Hammond and C.~Hardham and J.~P.~How and W.~Hua and W.~Johnson and B.~Lantz and K.~Mason and R.~Mittleman and J.~Nichol and S.Richman and J.~Rollins and D.~Shoemaker and G.~Stapfer and R.~Stebbins},
date-added = {2011-07-08 11:00:36 -0400},
date-modified = {2011-07-08 11:03:23 -0400},
journal = {Classical and Quantum Gravity},
keywords = {robust control},
month = {April},
number = {7},
pages = {1591--1598},
title = {Seismic {Isolation for Advanced LIGO}},
volume = {19},
year = {2002}
}
@conference{Adams00_IEEEAERO,
author = {Adams, J. C. and Corazzini, T. and Busse, F. and How, J. P. and Capots, L.},
bdsk-url-1 = {http://acl.mit.edu/papers/IEEE00.pdf},
bdsk-url-online-1 = {10.1109/AERO.2000.879278},
booktitle = {IEEE Aerospace Conference},
date-added = {2011-04-02 08:36:26 -0400},
date-modified = {2011-04-02 08:36:26 -0400},
keywords = {GPS},
month = {March},
pages = {89-98 vol.7},
title = {Pseudolite augmented navigation for GEO communication satellite collocation},
url = {http://acl.mit.edu/papers/IEEE00.pdf},
volume = {7},
year = {2000}
}
@inproceedings{Adams96_ION,
address = {Kansas City, MO},
author = {J. C. Adams and A. Robertson and K. Zimmerman and J. P. How},
booktitle = {Proc. of the ION GPS-96 Conference},
date-added = {2011-07-09 17:08:31 -0400},
date-modified = {2011-07-09 17:09:01 -0400},
keywords = {GPS},
month = {September},
title = {Technologies for Spacecraft Formation Flying},
year = {1996}
}
@inproceedings{Adams98_ION,
author = {Adams, J. C. and How, J. P.},
booktitle = {Proceedings of the National Technical Meeting - INSTITUTE OF NAVIGATION},
date-added = {2011-07-09 17:10:03 -0400},
date-modified = {2011-07-09 20:38:58 -0400},
keywords = {GPS},
month = {January},
pages = {93-102},
title = {{GPS} Attitude Determination for Spinning Spacecraft with Non-aligned Antenna Arrays},
year = {1998}
}
@inproceedings{Adams98_IONa,
author = {Adams, J. C. and Olsen, E. and How, J. P.},
booktitle = {Proceedings of the Institute of Navigation-GPS Conference (ION GPS-98)},
date-added = {2011-07-09 20:32:40 -0400},
date-modified = {2011-07-09 20:36:14 -0400},
keywords = {GPS},
month = {September},
pages = {1743--1752},
title = {Experiments in GPS attitude determination for spinning spacecraft with non-aligned antenna arrays},
year = {1998}
}
@phdthesis{Adams99_PhD,
address = {Cambridge MA},
author = {John C. Adams},
bdsk-url-1 = {http://acl.mit.edu/papers/Adams_PhD.pdf},
keywords = {GPS},
month = {December},
school = {Stanford University, Department of Aeronautics and Astronautics},
title = {Robust GPS Attitude Determination for Spacecraft},
url = {http://acl.mit.edu/papers/Adams_PhD.pdf},
year = {1999}
}
@article{aggarwal2024sdp,
author = {Aggarwal, Naman and How, Jonathan P},
journal = {arXiv preprint arXiv:2403.14605},
title = {SDP Synthesis of Maximum Coverage Trees for Probabilistic Planning under Control Constraints},
year = {2024}
}
@article{aggarwal2025sdp,
author = {Aggarwal, Naman and How, Jonathan P},
journal = {IEEE Transactions on Automatic Control},
publisher = {IEEE},
title = {SDP Synthesis of Distributionally Robust Backward Reachable Trees for Probabilistic Planning},
year = {2025}
}
@inproceedings{Agha14_IROS,
author = {Ali-akbar Agha-mohammadi and N. Kemal Ure and Jonathan P. How and John Vian},
booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
date-modified = {2014-10-06 23:35:30 +0000},
title = {Health Aware Stochastic Planning For Persistent Package Delivery Missions using Quadrotors},
year = {2014}
}
@inproceedings{Agha14_RSS,
author = {A. Agha-mohammadi and Shayegan Omidshafiei and Christopher Amato and Jonathan P. How},
booktitle = {Robotics: Science and Systems 2014 Workshop on Distributed Control and Estimation for Robotic Vehicle Networks},
date-added = {2014-10-06 23:28:21 +0000},
date-modified = {2014-10-06 23:29:16 +0000},
title = {{Graph-based Planning to Solve Multi-agent POMDPs}},
year = {2014}
}
@mastersthesis{Ahrens08_Masters,
address = {Cambridge MA},
author = {Spencer G. Ahrens},
bdsk-url-1 = {http://acl.mit.edu/papers/sahrens_MechE_Masters_Thesis_MIT_2008.pdf},
keywords = {UAV, Vision, flight control},
month = {May},
school = {Massachusetts Institute of Technology, Department of Mechanical Engineering},
title = {Vision-Based Guidance and Control of a Hovering Vehicle in Unknown Environments},
url = {http://acl.mit.edu/papers/sahrens_MechE_Masters_Thesis_MIT_2008.pdf},
year = {2008}
}
@conference{Ahrens09_ICRA,
author = {Ahrens, S. and Levine, D. and Andrews, G. and How, J. P.},
bdsk-url-online-1 = {10.1109/ROBOT.2009.5152680},
booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
date-added = {2011-04-18 09:53:27 -0400},
date-modified = {2011-04-18 09:53:27 -0400},
isbn = {1050-4729},
keywords = {aircraft landing guidance; collision avoidance; computer vision; helicopters; image sensors; position control; video cameras; GPS-denied environment; MAV; drifting position estimation; dual-use sensor; hovering vehicle control; micro aerial vehicle; obstacle avoidance; quadrotor helicopter navigation; video camera; vision-based vehicle guidance; flight control; estimation and tracking},
month = {May},
pages = {2643-2648},
title = {Vision-based guidance and control of a hovering vehicle in unknown, {GPS}-denied environments},
year = {2009}
}
@book{Alfriend09_book,
author = {Alfriend, Kyle and Vadali, Srinivas Rao and Gurfil, Pini and How, Jonathan and Breger, Louis},
date-added = {2013-04-13 12:17:49 +0000},
date-modified = {2013-04-13 12:18:03 +0000},
publisher = {Butterworth-Heinemann},
title = {Spacecraft formation flying: dynamics, control, and navigation},
volume = {2},
year = {2009}
}
@article{Ali14-IJRR,
author = {Agha-mohammadi, Ali-akbar and Chakravorty, Suman and Amato, Nancy},
journal = {International Journal of Robotics Research (IJRR)},
number = {2},
pages = {268--304},
publisher = {SAGE journals},
title = {{FIRM}: Sampling-based Feedback Motion Planning Under Motion Uncertainty and Imperfect Measurements},
volume = {33},
year = {2014}
}
@conference{Alighanbari03_ACC,
author = {Alighanbari, M. and Kuwata, Y. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/FP13_41.pdf},
bdsk-url-online-1 = {10.1109/ACC.2003.1242572},
booktitle = {American Control Conference (ACC)},
date-added = {2011-04-18 10:06:53 -0400},
date-modified = {2011-04-18 10:06:53 -0400},
isbn = {0743-1619},
keywords = {aircraft control; linear programming; remotely operated vehicles; search problems; timing; MILP; Tabu search; approximate decomposition solution method; globally optimal solution; mission completion time; mixed-integer linear programming; multiple UAV control; multiple UAV coordination; timing constraints; unmanned aerial vehicles},
month = {4-6 June},
pages = {5311-5316 vol.6},
title = {Coordination and control of multiple {UAV}s with timing constraints and loitering},
ty = {CONF},
url = {http://acl.mit.edu/papers/FP13_41.pdf},
url-online = {10.1109/ACC.2003.1242572},
vo = {6},
volume = {6},
year = {2003}
}
@mastersthesis{Alighanbari04_Masters,
address = {Cambridge MA},
author = {Mehdi Alighanbari},
bdsk-url-1 = {http://www.mit.edu/people/jhow/papers/Alighanbari_SM.pdf},
keywords = {task allocation},
month = {June},
school = {Massachusetts Institute of Technology, Department of Aeronautics and Astronautics},
title = {{Task Assignment Algorithms for Teams of UAVs in Dynamic Environments}},
url = {http://www.mit.edu/people/jhow/papers/Alighanbari_SM.pdf},
year = {2004}
}
@inproceedings{Alighanbari04GNC,
address = {Providence, RI},
author = {M. Alighanbari and L. F. Bertuccelli and J. P. How},
bdsk-url-1 = {http://acl.mit.edu/papers/AIAA-2004-5251.pdf},
booktitle = {AIAA Guidance, Navigation, and Control Conference (GNC)},
date-added = {2011-04-02 08:44:34 -0400},
date-modified = {2011-04-02 08:44:34 -0400},
keywords = {task allocation},
month = {August},
number = {AIAA-2004-5251},
title = {{Filter-Embedded UAV Task Assignment Algorithms For Dynamic Environments}},
url = {http://acl.mit.edu/papers/AIAA-2004-5251.pdf},
year = {2004}
}
@conference{Alighanbari05_ACC,
address = {Portland, OR},
author = {M. Alighanbari and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/ACC05_ma.pdf},
bdsk-url-online-1 = {10.1109/ACC.2005.1470731},
booktitle = {American Control Conference (ACC)},
date-added = {2011-04-18 10:07:01 -0400},
date-modified = {2011-04-18 10:07:01 -0400},
isbn = {0743-1619},
keywords = {aerospace control; cooperative systems; dynamic programming; failure analysis; probability; remotely operated vehicles; stochastic processes; adversarial environments; cooperative task assignment; dynamic programming; failure probabilities; one-step look-ahead; real-world air operations planning; stochastic formulation; survival probabilities; two-step look-ahead; unmanned aerial vehicles; task allocation},
month = {8-10 June},
pages = {4661-4666 vol. 7},
title = {Cooperative task assignment of unmanned aerial vehicles in adversarial environments},
ty = {CONF},
url = {http://acl.mit.edu/papers/ACC05_ma.pdf},
url-online = {10.1109/ACC.2005.1470731},
year = {2005}
}
@inproceedings{Alighanbari05_CDC,
author = {Alighanbari, M. and How, J. P.},
booktitle = {IEEE Conference on Decision and Control (CDC)},
date-added = {2011-07-09 17:22:38 -0400},
date-modified = {2011-07-09 17:23:17 -0400},
keywords = {decision making},
month = {12--15 Dec.},
owner = {Jonathan P. How},
pages = {5668--5673},
timestamp = {2008.02.23},
title = {Decentralized Task Assignment for Unmanned Aerial Vehicles},
year = {2005}
}
@conference{Alighanbari06_ACC,
address = {Minneapolis, MN},
author = {Alighanbari, M. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/ACC06_AlighanbariHow.pdf},
bdsk-url-online-1 = {10.1109/ACC.2006.1657263},
booktitle = {American Control Conference (ACC)},
date-added = {2011-04-18 10:05:42 -0400},
date-modified = {2011-04-18 10:05:42 -0400},
keywords = {Kalman filters; Kalman filtering; distributed Kalman consensus algorithm; distributed planning; dynamic communication network; static communication network; unbiased Kalman consensus; consensus},
month = {14-16 June},
pages = {3519-3524},
title = {{An Unbiased Kalman Consensus Algorithm}},
ty = {CONF},
url = {http://acl.mit.edu/papers/ACC06_AlighanbariHow.pdf},
url-online = {10.1109/ACC.2006.1657263},
year = {2006}
}
@inproceedings{Alighanbari06_CDC,
author = {Alighanbari, M. and Bertuccelli, L. F. and How, J. P.},
bdsk-url-1 = {http://dx.doi.org/10.1109/CDC.2006.377012},
booktitle = {IEEE Conference on Decision and Control (CDC)},
date-added = {2011-07-09 17:21:18 -0400},
date-modified = {2011-08-24 16:16:47 -0400},
doi = {10.1109/CDC.2006.377012},
keywords = {decision making},
month = {13--15 Dec.},
owner = {Jonathan P. How},
pages = {5935--5940},
timestamp = {2008.02.23},
title = {{A Robust Approach to the UAV Task Assignment Problem}},
url = {http://dx.doi.org/10.1109/CDC.2006.377012},
year = {2006}
}
@inproceedings{Alighanbari06_GNC,
address = {Keystone, CO},
author = {Alighanbari, M. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/GNC06_AlighanbariHow.pdf},
booktitle = {AIAA Guidance, Navigation, and Control Conference (GNC)},
keywords = {task allocation},
month = {August},
title = {Robust decentralized task assignment for cooperative UAVs},
url = {http://acl.mit.edu/papers/GNC06_AlighanbariHow.pdf},
year = {2006}
}
@phdthesis{Alighanbari07_PhD,
address = {Cambridge MA},
author = {Mehdi Alighanbari},
bdsk-url-1 = {http://acl.mit.edu/papers/AlighanbariPhD.pdf},
bdsk-url-2 = {http://dspace.mit.edu/handle/1721.1/42177},
date-modified = {2012-03-30 10:54:41 -0400},
keywords = {task allocation},
month = {September},
school = {Massachusetts Institute of Technology, Department of Aeronautics and Astronautics},
title = {Robust and Decentralized Task Assignment Algorithms for {UAVs}},
url = {http://dspace.mit.edu/handle/1721.1/42177},
year = {2007}
}
@article{Alighanbari08,
author = {M. Alighanbari and J. P. How},
date-added = {2011-04-18 10:05:52 -0400},
date-modified = {2011-04-18 10:05:52 -0400},
journal = {AIAA Journal of Aerospace Computing, Information, and Communication},
keywords = {Kalman filters; Kalman filtering; distributed Kalman consensus algorithm; distributed planning; dynamic communication network; static communication network; unbiased Kalman consensus; consensus},
month = {Sept},
number = {9},
owner = {Jonathan P. How},
pages = {298-311},
timestamp = {2008.07.19},
title = {{An Unbiased Kalman Consensus Algorithm}},
volume = {5},
year = {2008}
}
@article{Alighanbari08_IJRNC,
author = {M. Alighanbari and J. P. How},
date-added = {2011-04-02 08:53:52 -0400},
date-modified = {2011-07-23 14:16:55 -0400},
journal = {International Journal of Robust and Nonlinear Control},
keywords = {task allocation},
month = {January},
number = {2},
owner = {Jonathan P. How},
pages = {118-134},
timestamp = {2008.07.19},
title = {A Robust Approach to the {UAV} Task Assignment Problem},
volume = {18},
year = {2008}
}
@article{Alighanbari08_JACIC,
author = {Alighanbari, Mehdi and How, Jonathan P},
date-added = {2016-07-31 13:41:54 +0000},
date-modified = {2016-07-31 13:42:06 +0000},
journal = {Journal of Aerospace Computing, Information, and Communication},
number = {9},
pages = {298--311},
title = {Unbiased Kalman consensus algorithm},
volume = {5},
year = {2008}
}
@inproceedings{Amato13_CDC,
author = {Christopher Amato and Girish Chowdhary and Alborz Geramifard and Nazim Kemal Ure and Mykel J. Kochenderfer},
booktitle = {Proceedings of the Fifty-Second IEEE Conference on Decision and Control},
optaddress = {Florence, Italy},
title = {Decentralized Control of Partially Observable {M}arkov Decision Processes},
year = {2013}
}
@techreport{Amato14_arxiv,
author = {Christopher Amato and George D. Konidaris and Gabriel Cruz and Christopher A. Maynor and Jonathan P. How and Leslie P. Kaelbling},
date-added = {2014-02-13 14:18:18 +0000},
date-modified = {2014-12-21 17:39:28 +0000},
note = {\url{http://arxiv.org/abs/1402.2871}},
title = {Planning for Decentralized Control of Multiple Robots Under Uncertainty},
year = {2014}
}
@inproceedings{Amato15_RSS_WS,
author = {Christopher Amato and Shayegan Omidshafiei and Ali-akbar Agha-mohammadi and George Konidaris and Jonathan P. How and Leslie P. Kaelbling},
booktitle = {Robotics: Science and Systems 2015 Workshop on Principles of Multi-Robot Systems},
title = {{Probabilistic Planning for Multi-Robot System}},
year = {2015}
}
@article{Amato16_IJRR,
author = {Christopher Amato and George Konidaris and Ariel Anders and Gabriel Cruz and Jonathan P. How and Leslie P. Kaelbling},
bdsk-url-1 = {https://doi.org/10.1177/0278364916679611},
date-added = {2016-08-22 00:40:46 +0000},
date-modified = {2018-04-01 18:05:01 +0000},
journal = {International Journal of Robotics Research (IJRR)},
month = {August},
number = {14},
pages = {1760--1778},
title = {Policy Search for Multi-Robot Coordination under Uncertainty},
url = {https://doi.org/10.1177/0278364916679611},
volume = {35},
year = {2016}
}
@conference{And91a,
author = {Anderson, Eric H. and How, Jonathan P.},
booktitle = {Proceedings of SPIE Conference on Active and Adaptive Optical Systems},
date-added = {2011-07-09 17:06:03 -0400},
date-modified = {2011-07-09 17:06:03 -0400},
location = {San Diego},
month = {July},
note = {SPIE Paper 1542--35},
title = {Implementation Issues in the Control of a Flexible Mirror Testbed},
year = {1991}
}
@conference{And91b,
author = {E. H. Anderson and G. H. Blackwood and J. P. How},
booktitle = {International Symposium on Active Materials and Adaptive Structures},
date-added = {2011-07-09 17:04:46 -0400},
date-modified = {2011-07-09 17:04:46 -0400},
location = {Alexandria, VA},
month = {November},
title = {Passive Damping in the {MIT} {SERC} Controlled Structures Testbed},
year = {1991}
}
@conference{Anderson97_ACC,
author = {Anderson, E. H. and How, J. P.},
bdsk-url-online-1 = {10.1109/ACC.1997.610892},
booktitle = {American Control Conference (ACC)},
date-added = {2011-04-02 09:23:15 -0400},
date-modified = {2011-07-08 06:35:54 -0400},
keywords = {adaptive control},
month = {4-6 June},
pages = {1783-1788},
title = {Active vibration isolation using adaptive feedforward control},
ty = {CONF},
url-online = {10.1109/ACC.1997.610892},
vo = {3},
volume = {3},
year = {1997}
}
@inproceedings{Anderson97_SDMC,
address = {Kissimmee, FL},
author = {Anderson, E. H. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/GNC97.pdf},
booktitle = {AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference and Exhibit},
date-modified = {2011-07-09 20:21:02 -0400},
keywords = {adaptive control},
month = {April},
title = {Adaptive feedforward control for actively isolated spacecraft platforms},
url = {http://acl.mit.edu/papers/GNC97.pdf},
year = {1997}
}
@inproceedings{ankenbauer2023global,
author = {Ankenbauer, Jacqueline and Lusk, Parker C and Thomas, Annika and How, Jonathan P},
booktitle = {2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
organization = {IEEE},
pages = {1358--1365},
title = {Global localization in unstructured environments using semantic object maps built from various viewpoints},
year = {2023}
}
@conference{Aoude07_ISSF,
author = {Aoude, G. S. and How, J. P. and Garcia, I. M.},
bdsk-url-1 = {http://acl.mit.edu/papers/Aoude_How_Garcia_ISSFD07.pdf},
booktitle = {20th International Symposium on Space Flight Dynamics},
date-added = {2011-04-18 10:07:21 -0400},
date-modified = {2011-04-18 10:07:21 -0400},
keywords = {path planning; spacecraft maneuvers},
title = {{Two-Stage Path Planning Approach for Designing Multiple Spacecraft Reconfiguration Maneuvers}},
url = {http://acl.mit.edu/papers/Aoude_How_Garcia_ISSFD07.pdf},
year = {2007}
}
@mastersthesis{Aoude07_Masters,
address = {Cambridge MA},
author = {Aoude, Georges S.},
bdsk-url-1 = {http://acl.mit.edu/papers/Aoude_SM.pdf},
keywords = {spacecraft maneuvers},
month = {September},
school = {Massachusetts Institute of Technology, Department of Aeronautics and Astronautics},
title = {{Two-Stage Path Planning Approach for Designing Multiple Spacecraft Reconfiguration Maneuvers and Application to SPHERES Onboard ISS}},
url = {http://acl.mit.edu/papers/Aoude_SM.pdf},
year = {2007}
}
@inproceedings{Aoude08_ISFFMT,
address = {Noordwijk, The Netherlands},
author = {Aoude, G. S. and How, J. P. and Miller, D. W.},
bdsk-url-1 = {http://acl.mit.edu/papers/Aoude_How_Miller_ESA2008.pdf},
booktitle = {3rd International Symposium on Formation Flying, Missions and Technologies},
keywords = {spacecraft maneuvers},
title = {{Reconfiguration Maneuver Experiments using the SPHERES tesbed onboard the ISS}},
url = {http://acl.mit.edu/papers/Aoude_How_Miller_ESA2008.pdf},
year = {2008}
}
@article{Aoude08_JAS,
author = {Aoude, G. S. and How, J. P. and Garcia, I. M.},
bdsk-url-1 = {http://acl.mit.edu/papers/JAS08_AoudeHowGarcia.pdf},
date-added = {2011-04-02 08:23:24 -0400},
date-modified = {2011-04-02 08:23:24 -0400},
journal = {Journal of the Astronautical Sciences},
keywords = {spacecraft maneuvers},
month = {Oct-Dec},
number = {4},
pages = {515-544},
title = {Two-Stage Path Planning Approach for Solving Multiple Spacecraft Reconfiguration Maneuvers},
url = {http://acl.mit.edu/papers/JAS08_AoudeHowGarcia.pdf},
volume = {56},
year = {2008}
}
@techreport{Aoude09_MITTR,
address = {Cambridge, MA},
author = {Aoude, G. S. and How, J. P.},
bdsk-url-1 = {http://dspace.mit.edu/handle/1721.1/46720},
institution = {Massachusetts Institute of Technology},
keywords = {decision making},
month = {September},
note = {{Aerospace Controls Lab}},
number = {ACL09-02},
title = {Using Support Vector Machines and {Bayesian} Filtering for Classifying Agent Intentions at Road Intersections},
url = {http://dspace.mit.edu/handle/1721.1/46720},
year = {2009}
}
@inproceedings{Aoude10_IAV,
address = {Lecce, Italy},
author = {Georges S. Aoude and Brandon D. Luders and Jonathan P. How},
bdsk-url-1 = {http://acl.mit.edu/papers/Aoude10_IAV.pdf},
booktitle = {Proceedings of the IFAC Symposium on Intelligent Autonomous Vehicles},
keywords = {decision making, path planning},
month = {September},
title = {Sampling-Based Threat Assessment Algorithms for Intersection Collisions Involving Errant Drivers},
url = {http://acl.mit.edu/papers/Aoude10_IAV.pdf},
year = {2010}
}
@inproceedings{Aoude10_IROS,
address = {Taipei, Taiwan},
author = {Georges S. Aoude and Brandon D. Luders and Daniel S. Levine and Jonathan P. How},
bdsk-url-1 = {http://acl.mit.edu/papers/AoudeIROS2010.pdf},
booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
keywords = {decision making, path planning},
month = {October},
pages = {6058--6063},
title = {Threat-aware Path Planning in Uncertain Urban Environments},
url = {http://acl.mit.edu/papers/AoudeIROS2010.pdf},
year = {2010}
}
@inproceedings{Aoude10_ITSC,
address = {Maderia, Portugal},
author = {Georges S. Aoude and Brandon D. Luders and Kenneth K. H. Lee and Daniel S. Levine and Jonathan P. How},
bdsk-url-1 = {http://acl.mit.edu/papers/Aoude10_ITSC.pdf},
booktitle = {Proceedings of the IEEE Conference on Intelligent Transportation Systems},
keywords = {decision making, path planning},
month = {September},
pages = {1855--1862},
title = {Threat Assessment Design for Driver Assistance System at Intersections},
url = {http://acl.mit.edu/papers/Aoude10_ITSC.pdf},
year = {2010}
}
@inproceedings{Aoude11_Info,
author = {Georges Aoude and Joshua Joseph and Nicholas Roy and Jonathan How},
booktitle = {AIAA Infotech@Aerospace Conference},
date-added = {2012-07-13 11:48:58 -0400},
date-modified = {2012-07-13 11:49:35 -0400},
publisher = {AIAA},
title = {{Mobile Agent Trajectory Prediction using Bayesian Nonparametric Reachability Trees}},
year = {2011}
}
@inproceedings{Aoude11_Infotech,
author = {G. S. Aoude, J. Joseph, N. Roy and J. P. How},
booktitle = {AIAA Infotech@Aerospace Conference},
month = {March},
note = {(AIAA-2011-1512)},
title = {{Mobile Agent Trajectory Prediction using Bayesian Nonparametric Reachability Trees}},
year = {2011}
}
@article{Aoude11_ITS,
abstract = {The ability to classify driver behavior lays the foundation for more
advanced driver assistance systems. In particular, improving safety
at intersections has been identified as a high priority due to the
large number of intersection related fatalities. This paper focuses
on developing algorithms for estimating driver behavior at road intersections
and validating them on real traffic data. It introduces two classes
of algorithms that can classify drivers as compliant or violating.
They are based on i) Support Vector Machines (SVM) and ii) Hidden
Markov Models (HMM), which are two very popular machine learning
approaches that have been used successfully for classification in
multiple disciplines. However, existing work has not explored the
benefits of applying these techniques to the problem of driver behavior
classification at intersections. The developed algorithms are successfully
validated using naturalistic intersection data collected in Christiansburg,
VA, through the US Department of Transportation Cooperative Intersection
Collision Avoidance System for Violations (CICAS-V) initiative. Their
performances are also compared to those of three traditional methods,
and the results show significant improvements with the new algorithms.},
author = {G. S. Aoude and V. R. Desaraju and L. H. Stephens and J. P. How},
journal = {IEEE Transactions on Intelligent Transportation Systems},
keywords = {decision making,driver behavior, intention prediction, driver warning systems},
title = {Driver Behavior Classification at Intersections and Validation on Large Naturalistic Dataset},
year = {2012}
}
@inproceedings{Aoude11_IV,
author = {G. S. Aoude and V. R. Desaraju and L. H. Stephens and J. P. How},
bdsk-url-1 = {http://acl.mit.edu/papers/IV11AoudeDesarajuLaurensHow.pdf},
booktitle = {Intelligent Vehicles Symposium},
date-added = {2011-05-29 08:48:35 -0400},
date-modified = {2011-05-29 08:51:12 -0400},
keywords = {decision making},
month = {June},
organization = {IEEE},
title = {Behavior Classification Algorithms at Intersections and Validation using Naturalistic Data},
url = {http://acl.mit.edu/papers/IV11AoudeDesarajuLaurensHow.pdf},
year = {2011}
}
@phdthesis{Aoude11_PHD,
address = {Cambridge, MA},
author = {G.~S.~Aoude},
bdsk-url-1 = {http://acl.mit.edu/papers/PhD_thesis_sub.pdf},
date-added = {2011-07-31 10:13:36 -0400},
date-modified = {2011-10-03 14:55:22 -0400},
month = {July},
owner = {Georges},
school = {Massachusetts Institute of Technology, Department of Aeronautics and Astronautics},
timestamp = {2011.07.18},
title = {{Threat Assessment for Safe Navigation in Environments with Uncertainty in Predictability}},
url = {http://acl.mit.edu/papers/PhD_thesis_sub.pdf},
year = {2011}
}
@article{Aoude13_AURO,
author = {Georges S. Aoude and Brandon D. Luders and Joshua M. Joseph and Nicholas Roy and Jonathan P. How},
bdsk-url-1 = {http://acl.mit.edu/papers/Aoude13_AURO.pdf},
journal = {Autonomous Robots},
keywords = {path planning, robust control},
number = {1},
pages = {51--76},
title = {Probabilistically Safe Motion Planning to Avoid Dynamic Obstacles with Uncertain Motion Patterns},
url = {http://acl.mit.edu/papers/Aoude13_AURO.pdf},
volume = {35},
year = {2013}
}
@mastersthesis{Bae99_SM,
address = {Cambridge MA},
author = {Hong Song Bae},
date-modified = {2011-07-09 19:37:08 -0400},
keywords = {feedback control},
month = {August},
school = {Stanford University, Department of Mechanical Engineering},
title = {{Active Vibration Isolation and Alignment Issues for LIGO}},
year = {1999}
}
@inproceedings{Banerjee17_ACC,
author = {T. Banerjee and Miao Liu and J. P. How},
bdsk-url-1 = {http://dx.doi.org/10.23919/ACC.2017.7962986},
booktitle = {2017 American Control Conference (ACC)},
doi = {10.23919/ACC.2017.7962986},
month = {May},
pages = {399-405},
title = {{Quickest change detection approach to optimal control in Markov decision processes with model changes}},
year = {2017}
}
@article{Banjerdpongchai00_JGCD,
author = {Banjerdpongchai, D. and How, J. P.},
date-added = {2011-07-08 08:54:38 -0400},
date-modified = {2011-07-08 08:55:20 -0400},
journal = {AIAA Journal on Guidance, Control, and Dynamics},
keywords = {robust control},
number = {1},
pages = {138--142},
title = {Parametric robust $\mathcal{H}_2$ control design using iterative linear matrix inequalities synthesis},
volume = {23},
year = {2000}
}
@inproceedings{Banjerdpongchai96_CDC,
author = {Banjerdpongchai, D. and How, J. P.},
bdsk-url-online-1 = {10.1109/CDC.1996.574312},
booktitle = {IEEE Conference on Decision and Control (CDC)},
date-added = {2011-04-02 09:23:15 -0400},
date-modified = {2011-07-08 06:35:26 -0400},
journal = {IEEE Conference on Decision and Control (CDC)},
journal1 = {Decision and Control, 1996., Proceedings of the 35th IEEE DOI - 10.1109/CDC.1996.574312},
keywords = {robust control},
month = {11-13 Dec},
pages = {265-270},
title = {Parametric robust H$_{2}$ control design with generalized multipliers via LMI synthesis},
ty = {CONF},
url-online = {10.1109/CDC.1996.574312},
vo = {1},
volume = {1},
year = {1996}
}
@conference{Banjerdpongchai96_GNC,
address = {San Diego, CA},
author = {Banjerdpongchai, D. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/GNC96.pdf},
booktitle = {AIAA Guidance, Navigation, and Control Conference (GNC)},
date-modified = {2011-07-09 20:19:28 -0400},
keywords = {robust control},
month = {July},
title = {{Parametric robust H$_{2}$ control design using LMI synthesis}},
url = {http://acl.mit.edu/papers/GNC96.pdf},
year = {1996}
}
@inproceedings{Banjerdpongchai97_ACC,
author = {Banjerdpongchai, D. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/acc97.pdf},
bdsk-url-online-1 = {10.1109/ACC.1997.611848},
booktitle = {American Control Conference (ACC)},
date-added = {2011-04-02 09:23:15 -0400},
date-modified = {2011-07-08 11:14:30 -0400},
keywords = {robust control},
month = {4-6 June},
pages = {493-498},
title = {LMI synthesis of parametric robust H$_{\infty}$ controllers},
ty = {CONF},
url = {http://acl.mit.edu/papers/acc97.pdf},
url-online = {10.1109/ACC.1997.611848},
vo = {1},
volume = {1},
year = {1997}
}
@conference{Banjerdpongchai97_CDC,
author = {Banjerdpongchai, D. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/cdc97.pdf},
bdsk-url-online-1 = {10.1109/CDC.1997.657580},
booktitle = {IEEE Conference on Decision and Control (CDC)},
date-added = {2011-04-02 09:23:15 -0400},
date-modified = {2011-04-02 09:23:15 -0400},
keywords = {Popov criterion; control system synthesis; convergence; iterative methods; matrix algebra; optimal control; robust control; D-K iteration; Lure system; Popov H$_{2}$ control; bilinear matrix inequality; control system synthesis; convergence; iterative method; optimal control; parametric robust control},
month = {10-12 Dec},
pages = {1020-1025},
title = {Convergence analysis of a parametric robust H$_{2}$ controller synthesis algorithm},
ty = {CONF},
url = {http://acl.mit.edu/papers/cdc97.pdf},
url-online = {10.1109/CDC.1997.657580},
vo = {2},
volume = {2},
year = {1997}
}
@phdthesis{Banjerdpongchai97_PhD,
address = {Cambridge MA},
author = {David Banjerdpongchai},
bdsk-url-1 = {http://acl.mit.edu/papers/Ban_PhD.pdf},
keywords = {robust control},
month = {October},
school = {Stanford University, Department of Electrical Engineering},
title = {Parametric Robust Controller Synthesis Using Linear Matrix Inequalities},
url = {http://acl.mit.edu/papers/Ban_PhD.pdf},
year = {1997}
}
@conference{Banjerdpongchai98_ACC,
author = {Banjerdpongchai, D. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/papers/banj98.pdf},
bdsk-url-online-1 = {10.1109/ACC.1998.703063},
booktitle = {American Control Conference (ACC)},
date-added = {2011-04-02 09:23:15 -0400},
date-modified = {2011-07-08 11:15:29 -0400},
keywords = {robust control},
month = {21-26 June},
pages = {2403-2404},
title = {Parametric robust $\mathcal{H}_{\infty}$ controller synthesis: comparison and convergence analysis},
ty = {CONF},
url = {http://acl.mit.edu/papers/banj98.pdf},
url-online = {10.1109/ACC.1998.703063},
vo = {4},
volume = {4},
year = {1998}
}
@article{Banjerdpongchai98_IJC,
author = {D. Banjerdpongchai and J. P. How},
bdsk-url-1 = {http://acl.mit.edu/papers/p481_s.pdf},
journal = {{International Journal of Control}},
keywords = {robust control},
number = {3},
pages = {481-503},
title = {Parametric robust H$_{2}$ control design with generalized multipliers via LMI synthesis},
url = {http://acl.mit.edu/papers/p481_s.pdf},
volume = {70},
year = {1998}
}
@article{Bauer01_ST,
author = {F. H. Bauer and J.~O.~Bristow and J.~R.~Carpenter and J.~L.~Garrison and K. Hartman and T. Lee and A. Long and D. Kelbel and V. Lu and J. P. How and F. Busse and P. Axelrad and M. Moreau},
date-added = {2011-07-08 10:51:58 -0400},
date-modified = {2011-07-08 10:59:40 -0400},
journal = {Space Technology},
keywords = {GPS},
number = {4},
pages = {175--185},
read = {0},
title = {{Enabling Spacecraft Formation Flying through Spaceborne GPS and Enhanced Autonomy Technologies}},
volume = {20},
year = {2001}
}
@inproceedings{bauer2000enabling,
author = {Bauer, FH and Bristow, JO and Carpenter, JR and Garrison, JL and Hartman, K. and Lee, T. and Long, A. and Kelbel, D. and Lu, V. and How, JP and others},
booktitle = {Proceedings of the ION/IFAC/ESA International Workshop on Aerospace Applications of the Global Positioning System, Breckenridge, CO},
date-added = {2011-07-08 08:58:08 -0400},
date-modified = {2011-07-08 08:58:08 -0400},
title = {Enabling Spacecraft Formation Flying in Any Earth Orbit Through Spaceborne GPS and Enhanced Autonomy Techniques},
year = {2000}
}
@inproceedings{Bauer97_GNC,
address = {New Orleans, LA},
author = {F. Bauer and J. Bristow and D. Folta and K. Hartman and D. Quinn and J.~P. How},
booktitle = {AIAA Guidance, Navigation, and Control Conference (GNC)},
date-added = {2011-07-09 17:09:14 -0400},
date-modified = {2011-07-09 20:25:12 -0400},
keywords = {formation flying},
month = {Aug.},
title = {Satellite Formation Flying Using an Innovative Autonomous Control System ({AUTOCON}) Environment},
year = {1997}
}
@inproceedings{Bauer99_INGPS,
address = {Nashville, TN},
author = {Bauer, F. H. and Hartman, K. and How, J. P. and Bristow, J. and Weidow, D. and Busse, F.},
bdsk-url-1 = {http://acl.mit.edu/papers/ion99-final.pdf},
booktitle = {Proceedings of Institute of Navigation GPS Conference},
keywords = {formation flying; GPS},
month = {September},
organization = {Citeseer},
title = {Enabling spacecraft formation flying through spaceborne GPS and enhanced automation technologies},
url = {http://acl.mit.edu/papers/ion99-final.pdf},
year = {1999}
}
@inproceedings{Bellingham01_CCCO,
author = {J. Bellingham and M. Tillerson and A. Richards and J. P. How},
bdsk-url-1 = {http://acl.mit.edu/ccco.html},
booktitle = {Cooperative Control: Models, Applications and Algorithms at the Conference on Coordination, Control and Optimization},
date-added = {2011-04-02 08:38:42 -0400},
date-modified = {2011-04-02 08:38:42 -0400},
keywords = {MILP, UAV, Task, path planning},
month = {November},
owner = {Brandon},
pages = {1-19},
timestamp = {2008.03.31},
title = {Multi-Task Allocation and Path Planning for Cooperating {UAV}s},
url = {http://acl.mit.edu/ccco.html},
year = {2001}
}
@inproceedings{Bellingham02_ACC,
author = {Bellingham, J. and Richards, A. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/acc_rh.html},
bdsk-url-online-1 = {10.1109/ACC.2002.1024509},
booktitle = {American Control Conference (ACC)},
date-added = {2011-04-02 08:36:26 -0400},
date-modified = {2011-04-02 08:36:26 -0400},
isbn = {0743-1619},
keywords = {aerospace control; integer programming; linear programming; position control; remotely operated vehicles; MILP; autonomous aerial vehicles; fixed horizon controller; fixed-wing aerial vehicles; integer linear programming; receding horizon control; trajectory optimization},
pages = {3741-3746},
title = {Receding horizon control of autonomous aerial vehicles},
ty = {CONF},
url = {http://acl.mit.edu/acc_rh.html},
url-online = {10.1109/ACC.2002.1024509},
vo = {5},
volume = {5},
year = {2002}
}
@conference{Bellingham02_CDC,
address = {Las Vegas, NV},
author = {Bellingham, J. S. and Tillerson, M. and Alighanbari, M. and How, J. P.},
bdsk-url-1 = {http://acl.mit.edu/cdc02.html},
booktitle = {IEEE Conference on Decision and Control (CDC)},
date-added = {2011-04-18 10:05:00 -0400},
date-modified = {2011-04-18 10:05:00 -0400},
isbn = {0191-2216},
keywords = {aircraft control; cooperative systems; integer programming; linear programming; path planning; probability; cooperative path planning; failure probability; integer programming; linear programming; optimization; survival probability; time-of flight; unmanned aerial vehicles},
month = {10-13 December},
pages = {2816-2822 vol.3},
title = {Cooperative path planning for multiple {UAVs} in dynamic and uncertain environments},
ty = {CONF},