-
Notifications
You must be signed in to change notification settings - Fork 0
/
citations.bib
1560 lines (1377 loc) · 61.6 KB
/
citations.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
@article{schirner2013future,
title={The future of human-in-the-loop cyber-physical systems},
author={Schirner, Gunar and Erdogmus, Deniz and Chowdhury, Kaushik and Padir, Taskin},
journal={Computer},
volume={46},
number={1},
pages={36--45},
year={2013},
publisher={IEEE}
}
@inproceedings{padir2005kinematic,
title={Kinematic redundancy resolution for two cooperating underwater vehicles with on-board manipulators},
author={Padir, Taskin},
booktitle={2005 IEEE International Conference on Systems, Man and Cybernetics},
volume={4},
pages={3137--3142},
year={2005},
organization={IEEE}
}
@article{padir2010implementation,
title={Implementation of an undergraduate robotics engineering curriculum},
author={Padir, Taskin and Gennert, Michael A and Fischer, Gregory and Michalson, William R and Cobb, Eben C},
journal={Computers in Education Journal},
volume={1},
number={3},
pages={92--101},
year={2010}
}
@article{padir2013guest,
title={Guest editorial special issue on robotics education},
author={Padir, Taskin and Chernova, Sonia},
journal={IEEE Transactions on Education},
volume={56},
number={1},
pages={1--2},
year={2013},
publisher={IEEE}
}
@inproceedings{ciaraldi2009designing,
title={Designing an undergraduate robotics engineering curriculum: unified robotics I and II},
author={Ciaraldi, Michael and Cobb, Eben and Looft, Fred and Norton, Robert and Padir, Taskin},
booktitle={2009 Annual Conference \& Exposition},
pages={14--428},
year={2009}
}
@inproceedings{fischer2010development,
title={Development of a laboratory kit for robotics engineering education},
author={Fischer, Gregory and Michalson, William and Padir, Taskin and Pollice, Gary},
booktitle={2010 AAAI Spring Symposium Series},
year={2010}
}
@inproceedings{desmond2013development,
title={Development of modular sensors for semi-autonomous wheelchairs},
author={Desmond, Ross and Dickerman, Matthew and Fleming, James and Sinyukov, Dmitry and Schaufeld, Jerome and Padir, Taskin},
booktitle={2013 IEEE Conference on Technologies for Practical Robot Applications (TePRA)},
pages={1--6},
year={2013},
organization={IEEE}
}
@inproceedings{ciaraldi2009robotics,
title={Robotics engineering: a new discipline for a new century},
author={Ciaraldi, Michael and Cobb, Eben and Cyganski, David and Demetroiu, Michael and Fischer, Greg and Gennert, Michael and Looft, Fred and Michalson, William and Miller, Bradley and Padir, Taskin and others},
booktitle={ASEE Annual Conference and Exposition, Conference Proceedings},
year={2009}
}
@inproceedings{amato2012design,
title={Design and experimental validation of a mobile robot platform for analog planetary exploration},
author={Amato, Joseph L and Anderson, Jon J and Carlone, Thomas J and Fagan, Michael E and Stafford, Kenneth A and Padir, Ta{\c{s}}kin},
booktitle={IECON 2012-38th Annual Conference on IEEE Industrial Electronics Society},
pages={2686--2692},
year={2012},
organization={IEEE}
}
@article{padir2011unified,
title={A unified and integrated approach to teaching a two-course sequence in Robotics Engineering},
author={Padir, Taskin and Fischer, Gregory S and Chernova, Sonia and Gennert, Michael A},
journal={Journal of Robotics and Mechatronics},
volume={23},
number={5},
pages={748},
year={2011}
}
@inproceedings{padir2003modeling,
title={Modeling of two underwater vehicles with manipulators on-board},
author={Padir, Taskin and Koivo, Antti J},
booktitle={SMC'03 Conference Proceedings. 2003 IEEE International Conference on Systems, Man and Cybernetics. Conference Theme-System Security and Assurance (Cat. No. 03CH37483)},
volume={2},
pages={1359--1364},
year={2003},
organization={IEEE}
}
@inproceedings{dimitrov2013hierarchical,
title={Hierarchical navigation architecture and robotic arm controller for a sample return rover},
author={Dimitrov, Velin and DeDonato, Mathew and Panzica, Adam and Zutshi, Samir and Wills, Mitchell and Padir, Taskin},
booktitle={2013 IEEE International Conference on Systems, Man, and Cybernetics},
pages={4476--4481},
year={2013},
organization={IEEE}
}
@article{wyglinski2013security,
title={Security of autonomous systems employing embedded computing and sensors},
author={Wyglinski, Alexander M and Huang, Xinming and Padir, Taskin and Lai, Lifeng and Eisenbarth, Thomas R and Venkatasubramanian, Krishna},
journal={IEEE micro},
volume={33},
number={1},
pages={80--86},
year={2013},
publisher={IEEE}
}
@inproceedings{chernyak2012design,
title={The design and realization of a high mobility biomimetic quadrupedal robot},
author={Chernyak, Vadim and Flynn, Timothy and O'Rourke, Jeffrey and Morgan, Jonathan and Zalutsky, Anton and Chernova, Sonia and Nestinger, Stephen S and Padir, Taskin},
booktitle={Proceedings of 2012 IEEE/ASME 8th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications},
pages={93--98},
year={2012},
organization={IEEE}
}
@article{padir2010development,
title={Development of a reconfigurable \& modular mobile robotic platform},
author={Pad{\i}r, Task{\i}n and Bienia, Matthew R and Garcia, Daniel R and Wajcs, Karl B},
journal={Modular Robots: The State of the Art},
pages={41},
year={2010}
}
@article{sinyukov2014multi,
title={Multi-modal control framework for a semi-autonomous wheelchair using modular sensor designs},
author={Sinyukov, Dmitry and Desmond, Ross and Dickerman, Matthew and Fleming, James and Schaufeld, Jerome and Padir, Taskin},
journal={Intelligent service robotics},
volume={7},
pages={145--155},
year={2014},
publisher={Springer Berlin Heidelberg}
}
@inproceedings{padir2007manipulability,
title={Manipulability and maneuverability ellipsoids for two cooperating underwater vehicles with on-board manipulators},
author={Padir, Taskin and Nolff, Jonathan D},
booktitle={2007 IEEE International Conference on Systems, Man and Cybernetics},
pages={3656--3661},
year={2007},
organization={IEEE}
}
@inproceedings{bzura2012taxonomy,
title={A taxonomy for user-healthcare robot interaction},
author={Bzura, Conrad and Im, Hosung and Liu, Tammy and Malehorn, Kevin and Padir, Taskin and Tulu, Bengisu},
booktitle={2012 Annual International Conference of the IEEE Engineering in Medicine and Biology Society},
pages={1921--1924},
year={2012},
organization={IEEE}
}
@inproceedings{blumenau2013design,
title={Design and implementation of an intelligent portable aerial surveillance system (ipass)},
author={Blumenau, Adam and Ishak, Alec and Limone, Brett and Mintz, Zachary and Russell, Corey and Sudol, Adrian and Linton, RJ and Lai, Lifeng and Padir, Taskin and Van Hook, Richard},
booktitle={2013 IEEE Conference on Technologies for Practical Robot Applications (TePRA)},
pages={1--6},
year={2013},
organization={IEEE}
}
@article{malehorn2012emerging,
title={The emerging role of robotics in home health care},
author={Malehorn, Kevin and Liu, Wan and Im, Hosung and Bzura, Conrad and Padir, Taskin and Tulu, Bengisu},
year={2012}
}
@inproceedings{amato2012modular,
title={Modular drive system for a planetary exploration mobility platform},
author={Amato, Joseph L and Anderson, Jon J and Carlone, Thomas J and Fagan, Michael E and Stafford, Kenneth A and Padir, Taskin},
booktitle={2012 IEEE International Conference on Technologies for Practical Robot Applications (TePRA)},
pages={163--168},
year={2012},
organization={IEEE}
}
@inproceedings{nezamfar2013brain,
title={Brain interface to control a tele-operated robot},
author={Nezamfar, Hooman and Sinyukov, Dmitry and Orhan, Umut and Erdogmus, Deniz and Padir, Taskin},
booktitle={Proceedings of the fifth international brain-computer interface meeting},
year={2013}
}
@inproceedings{michalson2009balancing,
title={Balancing breadth and depth in engineering education: unified robotics III and IV},
author={Michalson, William and Fischer, Gregory and Padir, Taskin and Pollice, Gary},
booktitle={2009 Annual Conference \& Exposition},
pages={14--269},
year={2009}
}
@inproceedings{akmanalp2012design,
title={Design and realization of an intelligent ground vehicle with modular payloads},
author={Akmanalp, Mehmet A and Doherty, Ryan M and Gorges, Jeffrey and Kalauskas, Peter and Peterson, Ellen and Polido, Felipe and Nestinger, Stephen S and Padir, Taskin},
booktitle={Intelligent Robots and Computer Vision XXIX: Algorithms and Techniques},
volume={8301},
pages={349--356},
year={2012},
organization={SPIE}
}
@inproceedings{carlone2013kinematic,
title={Kinematic control of a planetary exploration rover over rough terrain},
author={Carlone, Thomas J and Anderson, Jon J and Amato, Joseph L and Dimitrov, Velin D and Padir, Taskin},
booktitle={2013 IEEE International Conference on Systems, Man, and Cybernetics},
pages={4488--4493},
year={2013},
organization={IEEE}
}
@inproceedings{gennert2010robotics,
title={Robotics Engineering: Assessing an Interdisciplinary Program},
author={Gennert, Michael and Looft, Fred and Tryggvason, Gretar and Padir, Taskin and Schacterle, Lance},
booktitle={2010 Annual Conference \& Exposition},
pages={15--1046},
year={2010}
}
@inproceedings{padir2009portable,
title={A Portable Workcell Design For The Robotics Industry},
author={Padir, Taskin},
booktitle={2009 Annual Conference \& Exposition},
pages={14--86},
year={2009}
}
@inproceedings{sinyukov2012analysis,
title={Analysis of a contact problem for tactile sensors and a computationally effective simulation for grasping},
author={Sinyukov, Dmitry and Padir, Taskin and Torres-Jara, Eduardo},
booktitle={2012 IEEE International Conference on Robotics and Biomimetics (ROBIO)},
pages={421--428},
year={2012},
organization={IEEE}
}
@inproceedings{carey2012novel,
title={Novel EOD robot design with dexterous gripper and intuitive teleoperation},
author={Carey, Matthew W and Kurz, Eric M and Matte, Joshua D and Perrault, Timothy D and Padir, Taskin},
booktitle={World Automation Congress 2012},
pages={1--6},
year={2012},
organization={IEEE}
}
@article{casley2014written,
title={Written and submitted by},
author={Casley, Sean and Choopojcharoen, Thanacha and Jardim, Adam and Ozgoren, Deniz and Onal, Cagdas and Padir, Taskin},
year={2014}
}
@inproceedings{du2014image,
title={Image stitching techniques for an intelligent portable aerial surveillance system},
author={Du, Ruixiang and Padir, Taskin},
booktitle={2014 IEEE International Conference on Technologies for Practical Robot Applications (TePRA)},
pages={1--6},
year={2014},
organization={IEEE}
}
@inproceedings{admoni2014panel,
title={Panel: future research trends in robotics technologies},
author={Admoni, Henny and Padir, Taskin and Song, Junehwa and Lofaro, Daniel M},
booktitle={Proceedings of the 2014 workshop on Mobile augmented reality and robotic technology-based systems},
pages={51--51},
year={2014}
}
@phdthesis{padir2004modelling,
title={Modelling and control of two cooperating underwater vehicles with on-board manipulators},
author={Padir, Taskin},
year={2004},
school={Purdue University}
}
@article{sadasivam2014robot,
title={Robot-assisted home hazard assessment for fall prevention: a feasibility study},
author={Sadasivam, Rajani S and Luger, Tana M and Coley, Heather L and Taylor, Benjamin B and Padir, Taskin and Ritchie, Christine S and Houston, Thomas K},
journal={Journal of telemedicine and telecare},
volume={20},
number={1},
pages={3--10},
year={2014},
publisher={SAGE Publications Sage UK: London, England}
}
@article{hyodo2011development,
title={Development of Mechatronics Teaching Materials for Embedded System Engineer Education},
author={Hyodo, Kazuhito and Noborisaka, Hirokazu and Yada, Takashi},
journal={Journal of Robotics and Mechatronics},
volume={23},
number={5},
pages={611--617},
year={2011},
publisher={Fuji Technology Press Ltd.}
}
@inproceedings{wang2013motion,
title={Motion control for intelligent ground vehicles based on the selection of paths using fuzzy inference},
author={Wang, Shiwei and Panzica, Adam C and Padir, Taskin},
booktitle={2013 IEEE Conference on Technologies for Practical Robot Applications (TePRA)},
pages={1--6},
year={2013},
organization={IEEE}
}
@inproceedings{tremblay2013modular,
title={Modular robot arm design for physical human-robot interaction},
author={Tremblay, Ty and Padir, Taskin},
booktitle={2013 IEEE International Conference on Systems, Man, and Cybernetics},
pages={4482--4487},
year={2013},
organization={IEEE}
}
@inproceedings{dedonato2014towards,
title={Towards an automated checked baggage inspection system augmented with robots},
author={DeDonato, Matthew P and Dimitrov, Velin and Pad{\i}r, Taskin},
booktitle={Sensors, and Command, Control, Communications, and Intelligence (C3I) Technologies for Homeland Security and Homeland Defense XIII},
volume={9074},
pages={170--180},
year={2014},
organization={SPIE}
}
@inproceedings{du2014robotics,
title={Robotics enabled in-home environment screening for fall risks},
author={Du, Ruixiang and Jagtap, Vinayak and Long, Yanren and Onwuka, Oke and Padir, Taskin},
booktitle={Proceedings of the 2014 workshop on Mobile augmented reality and robotic technology-based systems},
pages={9--12},
year={2014}
}
@inproceedings{dimitrov2014comparative,
title={A comparative study of teleoperated and autonomous task completion for sample return rover missions},
author={Dimitrov, Velin and Padir, Ta{\c{s}}kin},
booktitle={2014 IEEE Aerospace Conference},
pages={1--6},
year={2014},
organization={IEEE}
}
@inproceedings{padir2008portable,
title={A portable robotic workcell: Building robotics technology partnerships},
author={Padir, Taskin and Rasaiah, Jean-Pierre and Worden, Aaron and Richards, Andrew and Claus, James and Horrigan, Tim and Lucarelli, Andrew},
booktitle={2008 IEEE International Conference on Technologies for Practical Robot Applications},
pages={52--55},
year={2008},
organization={IEEE}
}
@inproceedings{sinyukov2014augmenting,
title={Augmenting a voice and facial expression control of a robotic wheelchair with assistive navigation},
author={Sinyukov, Dmitry A and Li, Ran and Otero, Nicholas W and Gao, Runzi and Padir, Ta{\c{s}}k{\i}n},
booktitle={2014 IEEE International Conference on Systems, Man, and Cybernetics (SMC)},
pages={1088--1094},
year={2014},
organization={IEEE}
}
@inproceedings{yao2013gpu,
title={GPU-based real-time trinocular stereo vision},
author={Yao, Yuanbin and Linton, RJ and Padir, Taskin},
booktitle={Intelligent Robots and Computer Vision XXX: Algorithms and Techniques},
volume={8662},
pages={70--77},
year={2013},
organization={SPIE}
}
@inproceedings{akdemir2011emerging,
title={An Emerging Threat: Eve Meets a Robot: (Work-in-Progress)},
author={Akdemir, Kahraman D and Karakoyunlu, Deniz and Padir, Taskin and Sunar, Berk},
booktitle={Trusted Systems: Second International Conference, INTRUST 2010, Beijing, China, December 13-15, 2010, Revised Selected Papers 2},
pages={271--289},
year={2011},
organization={Springer Berlin Heidelberg}
}
@article{padir2013towards,
title={Towards a Unified CPS Education: Lessons Learned from a Cross-Disciplinary Robotics Engineering Program},
author={Padir, Taskin and Gennert, Michael A},
year={2013}
}
@inproceedings{padir2010teaching,
title={Teaching multidisciplinary design to engineering students: robotics capstone},
author={Padir, Taskin and Looft, Fred and Michalson, William and Ciaraldi, Michael and Cobb, Eben and Stafford, Kenneth},
booktitle={2010 Annual Conference \& Exposition},
pages={15--1180},
year={2010}
}
@inproceedings{gennert2012assessing,
title={Assessing Multidisciplinary Design in a Robotics Engineering Curriculum},
author={Gennert, Michael A and Padir, Taskin},
booktitle={2012 ASEE Annual Conference \& Exposition},
pages={25--215},
year={2012}
}
@inproceedings{dimitrov2014shared,
title={A shared control architecture for human-in-the-loop robotics applications},
author={Dimitrov, Velin and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={The 23rd IEEE International Symposium on Robot and Human Interactive Communication},
pages={1089--1094},
year={2014},
organization={IEEE}
}
@inproceedings{beach2010robotics,
title={Robotics Innovations Competition And Conference (Ricc): Building Community Between Academia And Industry Through A University Level Student Competition},
author={Beach, Richard and Gennert, Michael and Michalson, William and Van De Ven, James and Padir, Taskin and Tryggvason, Gretar and Fischer, Gregory},
booktitle={2010 Annual Conference \& Exposition},
pages={15--1047},
year={2010}
}
@inproceedings{padir2003reduced,
title={A Reduced Order Model for Two Underwater Vehicles with Manipulators On-Board},
author={Padir, T and Koivo, Antti J},
booktitle={PROCEEDINGS OF THE ANNUAL ALLERTON CONFERENCE ON COMMUNICATION CONTROL AND COMPUTING},
volume={41},
number={3},
pages={1745--1754},
year={2003},
organization={The University; 1998}
}
@article{dedonato2015human,
title={Human-in-the-loop control of a humanoid robot for disaster response: a report from the DARPA Robotics Challenge Trials},
author={DeDonato, Mathew and Dimitrov, Velin and Du, Ruixiang and Giovacchini, Ryan and Knoedler, Kevin and Long, Xianchao and Polido, Felipe and Gennert, Michael A and Pad{\i}r, Ta{\c{s}}k{\i}n and Feng, Siyuan and others},
journal={Journal of Field Robotics},
volume={32},
number={2},
pages={275--292},
year={2015}
}
@misc{padir2014guest,
title={Guest editorial: technologies for practical robot applications},
author={Pad{\i}r, Ta{\c{s}}k{\i}n and Oh, Paul},
journal={Intelligent Service Robotics},
volume={7},
pages={51--52},
year={2014},
publisher={Springer Berlin Heidelberg}
}
@inproceedings{dimitrov2015realization,
title={Realization of vision-based navigation and object recognition algorithms for the sample return challenge},
author={Dimitrov, Velin and Wills, Mitchell and Padir, Ta{\c{s}}k{\i}n},
booktitle={2015 IEEE Aerospace Conference},
pages={1--8},
year={2015},
organization={IEEE}
}
@article{padir2015human,
title={Human Supervised Control of a Humanoid Robot for Non-Conventional Emergency Response},
author={Padir, Taskin and Gennert, Michael A and Atkeson, Christopher G},
journal={Mechanical Engineering},
volume={137},
number={06},
pages={S17--S21},
year={2015},
publisher={American Society of Mechanical Engineers}
}
@article{zander2015cyber,
title={Cyber-physical systems can make emergency response smart},
author={Zander, Justyna and Mosterman, Pieter J and Padir, Taskin and Wan, Yan and Fu, Shengli},
journal={Procedia Engineering},
volume={107},
pages={312--318},
year={2015},
publisher={No longer published by Elsevier}
}
@inproceedings{banerjee2015human,
title={Human-supervised control of the ATLAS humanoid robot for traversing doors},
author={Banerjee, Nandan and Long, Xianchao and Du, Ruixiang and Polido, Felipe and Feng, Siyuan and Atkeson, Christopher G and Gennert, Michael and Padir, Taskin},
booktitle={2015 IEEE-RAS 15th International Conference on Humanoid Robots (Humanoids)},
pages={722--729},
year={2015},
organization={IEEE}
}
@inproceedings{padir2008teaching,
title={Teaching differential equations in a diverse classroom},
author={Padir, Taskin and Muller, Kimberly O and Coullard, Collette},
booktitle={2008 Annual Conference \& Exposition},
pages={13--1157},
year={2008}
}
@article{duimproving,
title={Improving Robustness in Complex Tasks for a Supervisor Operated Humanoid},
author={Du, Benzun P Wisely Babu1 Ruixiang and Padir, Taskin and Gennert, Michael A}
}
@inproceedings{manweiler2014panel,
title={Panel: future trends and research issues in mobile augmented reality},
author={Manweiler, Justin and Hoque, Mohammed Ehsan and Chu, David and Chuah, Mooi Choo},
booktitle={Proceedings of the 2014 workshop on Mobile augmented reality and robotic technology-based systems},
pages={13--13},
year={2014}
}
@inproceedings{knoedler2015towards,
title={Towards supervisory control of humanoid robots for driving vehicles during disaster response missions},
author={Knoedler, Kevin and Dimitrov, Velin and Conn, Doug and Gennert, Michael A and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2015 IEEE International Conference on Technologies for Practical Robot Applications (TePRA)},
pages={1--6},
year={2015},
organization={IEEE}
}
@inproceedings{dimitrov2015cyber,
title={A cyber physical system testbed for assistive robotics technologies in the home},
author={Dimitrov, Velin and Jagtap, Vinayak and Wills, Mitchell and Skorinko, Jeanine and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2015 International Conference on Advanced Robotics (ICAR)},
pages={323--328},
year={2015},
organization={IEEE}
}
@inproceedings{sinyukov2015adaptive,
title={Adaptive motion control for a differentially driven semi-autonomous wheelchair platform},
author={Sinyukov, Dmitry A and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2015 International Conference on Advanced Robotics (ICAR)},
pages={288--294},
year={2015},
organization={IEEE}
}
@inproceedings{dimitrov2015towards,
title={Towards user-centered design of a robotic prosthetic hand with EMG control interfaces},
author={Dimitrov, Velin and Cebry, Nicholas and {\"O}nal, {\c{C}}a{\u{g}}das and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={Proceedings of the 8th ACM International Conference on PErvasive Technologies Related to Assistive Environments},
pages={1--4},
year={2015}
}
@inproceedings{atkeson2015no,
title={No falls, no resets: Reliable humanoid behavior in the DARPA robotics challenge},
author={Atkeson, Christopher G and Babu, Benzun P Wisely and Banerjee, Nandan and Berenson, Dmitry and Bove, Christoper P and Cui, Xiongyi and DeDonato, Mathew and Du, Ruixiang and Feng, Siyuan and Franklin, Perry and others},
booktitle={2015 IEEE-RAS 15th International Conference on Humanoid Robots (Humanoids)},
pages={623--630},
year={2015},
organization={IEEE}
}
@inproceedings{dimitrov2015human,
title={Human-centered design of a cyber-physical system for advanced response to Ebola (CARE)},
author={Dimitrov, Velin and Jagtap, Vinayak and Skorinko, Jeanine and Chernova, Sonia and Gennert, Michael and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)},
pages={6856--6859},
year={2015},
organization={IEEE}
}
@inproceedings{padir2015user,
title={User-centric design of a personal assistance robot (FRASIER) for active aging},
author={Pad{\i}r, Ta{\c{s}}k{\i}n and Skorinko, Jeanine and Dimitrov, Velin},
booktitle={2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)},
pages={5020--5023},
year={2015},
organization={IEEE}
}
@inproceedings{padir2015towards,
title={Towards personalized smart wheelchairs: Lessons learned from discovery interviews},
author={Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)},
pages={5016--5019},
year={2015},
organization={IEEE}
}
@article{atkeson2018happened,
title={What happened at the DARPA robotics challenge finals},
author={Atkeson, Christopher G and Benzun, PW Babu and Banerjee, Nandan and Berenson, Dmitry and Bove, Christoper P and Cui, Xiongyi and DeDonato, Mathew and Du, Ruixiang and Feng, Siyuan and Franklin, Perry and others},
journal={The DARPA robotics challenge finals: Humanoid robots to the rescue},
pages={667--684},
year={2018},
publisher={Springer International Publishing}
}
@inproceedings{linton2015smart,
title={Smart Wheelchairs or not: Lessons learned from discovery interviews},
author={Linton, RJ and Schafeld, J and Padur, T},
booktitle={Annual International Conference of the IEEE Engineering in Medicine and Biology Society},
pages={5016--5019},
year={2015}
}
@article{padirsmart,
title={Smart Wheelchairs or Not: Lessons Learned From Discovery Interviews},
author={Pad{\i}r, Task{\i}n}
}
@inproceedings{dimitrov2016human,
title={Human-in-the-loop control through kinematic redundancy resolution for space exploration rovers},
author={Dimitrov, Velin and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2016 IEEE Aerospace Conference},
pages={1--7},
year={2016},
organization={IEEE}
}
@inproceedings{long2016template,
title={Template-based human supervised robot task programming},
author={Long, Xianchao and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2016 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
pages={4823--4829},
year={2016},
organization={IEEE}
}
@inproceedings{long2016task,
title={Task-oriented planning algorithm for humanoid robots based on a foot repositionable inverse kinematics engine},
author={Long, Xianchao and Wonsick, Murphy and Dimitrov, Velin and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2016 IEEE-RAS 16th International Conference on Humanoid Robots (Humanoids)},
pages={1114--1120},
year={2016},
organization={IEEE}
}
@article{dedonato2017team,
title={Team WPI-CMU: achieving reliable humanoid behavior in the DARPA robotics challenge},
author={DeDonato, Mathew and Polido, Felipe and Knoedler, Kevin and Babu, Benzun PW and Banerjee, Nandan and Bove, Christoper P and Cui, Xiongyi and Du, Ruixiang and Franklin, Perry and Graff, Joshua P and others},
journal={Journal of Field Robotics},
volume={34},
number={2},
pages={381--399},
year={2017}
}
@inproceedings{ciaraldi2009ac,
title={AC 2009-997: Robotics Engineering: A New Discipline for a New Century},
author={Ciaraldi, Michael and Cobb, EC and Cyganski, D and Fischer, G and Gennert, M and Demetriou, M and Looft, F and Michalson, WR and Miller, B and Padir, T and others},
booktitle={ASEE Annual Conference \& Exposition, Austin, TX},
year={2009}
}
@inproceedings{dimitrov2017locater,
title={Locater: Localization and accountability technologies for emergency responders},
author={Dimitrov, Velin and Vazquez, Jose and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2017 IEEE International Symposium on Technologies for Homeland Security (HST)},
pages={1--4},
year={2017},
organization={IEEE}
}
@inproceedings{padir2017towards,
title={Towards Cooperative Control of Humanoid Robots for Handling High-Consequence Materials in Gloveboxes--17291},
author={Padir, Taskin and Yanco, Holly and Platt, Robert},
booktitle={Proceedings, Waste Management Conference (WM2017)},
year={2017}
}
@inproceedings{gennert2013robotics,
title={Robotics as an Undergraduate Major: A Retrospective},
author={Gennert, Michael A and Padir, Taskin},
booktitle={2013 ASEE Annual Conference \& Exposition},
pages={23--1049},
year={2013}
}
@article{dimitrovautonomous,
title={Autonomous Exploration Rover for Sample Search and Acquisition in Unstructured Environments},
author={Dimitrov, Velin and Padir, Taskin}
}
@phdthesis{jagtap2015cyber,
title={Cyber Physical System for Continuous Evaluation of Fall Risks to Enable Aging-In-Place},
author={Jagtap, Vinayak},
year={2015},
school={Worcester Polytechnic Institute}
}
@article{onoltowards,
title={Towards Exploiting Contacts for Dual-Arm Manipulation with Humanoid Robots},
author={Onol, Aykut Ozg{\"u}n and Long, Philip and Pad{\i}r, Task{\i}n}
}
@inproceedings{sinyukov2017cwave,
title={CWave: High-performance single-source any-angle path planning on a grid},
author={Sinyukov, Dmitry A and Padir, Ta{\c{s}}kin},
booktitle={2017 IEEE International Conference on Robotics and Automation (ICRA)},
pages={6190--6197},
year={2017},
organization={IEEE}
}
@inproceedings{onol2017towards,
title={Towards Autonomous Grasping with Robotic Prosthetic Hands},
author={{\"O}nol, Aykut {\"O}zg{\"u}n and Padir, Ta{\c{s}}k{\i}n},
booktitle={Proceedings of the 10th International Conference on PErvasive Technologies Related to Assistive Environments},
pages={385--389},
year={2017}
}
@inproceedings{long2017compositional,
title={Compositional autonomy for humanoid robots with risk-aware decision-making},
author={Long, Xianchao and Long, Philip and Padir, Ta{\c{s}}k{\i}n},
booktitle={2017 IEEE-RAS 17th International Conference on Humanoid Robotics (Humanoids)},
pages={553--560},
year={2017},
organization={IEEE}
}
@inproceedings{long2017anytime,
title={Anytime multi-task motion planning for humanoid robots},
author={Long, Xianchao and Wonsick, Murphy and Dimitrov, Velin and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
pages={4452--4459},
year={2017},
organization={IEEE}
}
@inproceedings{zanlongo2018multi,
title={Multi-robot scheduling and path-planning for non-overlapping operator attention},
author={Zanlongo, Sebasti{\'a}n A and Abodo, Franklin and Long, Philip and Padir, Taskin and Bobadilla, Leonardo},
booktitle={2018 Second IEEE International Conference on Robotic Computing (IRC)},
pages={87--94},
year={2018},
organization={IEEE}
}
@article{atkeson2018achieving,
title={Achieving reliable humanoid robot operations in the DARPA robotics challenge: team WPI-CMU’s approach},
author={Atkeson, Christopher G and Benzun, PW Babu and Banerjee, Nandan and Berenson, Dmitry and Bove, Christoper P and Cui, Xiongyi and DeDonato, Mathew and Du, Ruixiang and Feng, Siyuan and Franklin, Perry and others},
journal={The DARPA Robotics Challenge Finals: Humanoid Robots To The Rescue},
pages={271--307},
year={2018},
publisher={Springer International Publishing}
}
@inproceedings{onol2018comparative,
title={A comparative analysis of contact models in trajectory optimization for manipulation},
author={Onol, Aykut Ozgun and Long, Philip and Padlr, Taskin},
booktitle={2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
pages={1--9},
year={2018},
organization={IEEE}
}
@article{onol2018using,
title={Using contact to increase robot performance for glovebox d\&d tasks},
author={Onol, Aykut and Long, Philip and Padir, Taskin},
journal={arXiv preprint arXiv:1807.04198},
year={2018}
}
@article{long2018integrating,
title={Integrating risk in humanoid robot control for applications in the nuclear industry},
author={Long, Xianchao and Long, Philip and Onol, Aykut and Padir, Taskin},
journal={arXiv preprint arXiv:1807.04814},
year={2018}
}
@article{padir2018towards,
title={Towards Realizing Practical Humanoid Robots One Challenge at a Time},
author={Padir, Taskin},
journal={Mechanical Engineering},
volume={140},
number={03},
pages={S18--S23},
year={2018},
publisher={American Society of Mechanical Engineers}
}
@inproceedings{long2018evaluating,
title={Evaluating robot manipulability in constrained environments by velocity polytope reduction},
author={Long, Philip and Padir, Taskin},
booktitle={2018 IEEE-RAS 18th International Conference on Humanoid Robots (Humanoids)},
pages={1--9},
year={2018},
organization={IEEE}
}
@inproceedings{onol2019contact,
title={Contact-implicit trajectory optimization based on a variable smooth contact model and successive convexification},
author={{\"O}nol, Aykut {\"O}zgun and Long, Philip and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2019 International Conference on Robotics and Automation (ICRA)},
pages={2447--2453},
year={2019},
organization={IEEE}
}
@inproceedings{long2018risk,
title={A risk informed task planning framework for humanoid robots in hazardous environments},
author={Long, Philip and Wonsick, Murphy and Padir, Taskin},
booktitle={2018 IEEE-RAS 18th International Conference on Humanoid Robots (Humanoids)},
pages={139--144},
year={2018},
organization={IEEE}
}
@inproceedings{park2018comparisons,
title={Comparisons of Adaptive Automation Conditions for Single-Operator Multiple-Agent Control Systems},
author={Park, Sabin and Endsley, Tristan and Padir, Taskin},
booktitle={2018 IEEE International Symposium on Technologies for Homeland Security (HST)},
pages={1--6},
year={2018},
organization={IEEE}
}
@inproceedings{sinyukov2018novel,
title={A novel shared position control method for robot navigation via low throughput human-machine interfaces},
author={Sinyukov, Dmitry A and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
pages={3913--3920},
year={2018},
organization={IEEE}
}
@inproceedings{sharif2019human,
title={Human-in-the-Loop Prosthetic Robot Hand Control Using Particle Filters for Grasp Selection},
author={Sharif, Mohammadreza and Erdogmus, Deniz and Padir, Taskin},
booktitle={2019 Third IEEE International Conference on Robotic Computing (IRC)},
pages={293--300},
year={2019},
organization={IEEE}
}
@article{sinyukov2019wheelchairs,
title={Wheelchairs and other mobility assistance},
author={Sinyukov, Dmitry A and Troy, Karen L and Bowers, Matthew P and Padir, Taskin},
journal={Biomechatronics},
pages={373},
year={2019},
publisher={Academic Press}
}
@article{constantinescu2019path,
title={Path planning for socially-aware humanoid robots},
author={Constantinescu, Denisa-Andreea and Rohra, Aakash and Padir, Taskin and Kaeli, David and others},
year={2019}
}
@article{sinyukov2020cwave,
title={CWave: theory and practice of a fast single-source any-angle path planning algorithm},
author={Sinyukov, Dmitry A and Padir, Ta{\c{s}}kin},
journal={Robotica},
volume={38},
number={2},
pages={207--234},
year={2020},
publisher={Cambridge University Press}
}
@inproceedings{wonsick2019analysis,
title={Analysis of the space robotics challenge tasks: From simulation to hardware implementation},
author={Wonsick, Murphy and Dimitrov, Velin and Padir, Ta{\c{s}}kin},
booktitle={2019 IEEE Aerospace Conference},
pages={1--8},
year={2019},
organization={IEEE}
}
@article{han2020hands,
title={HANDS: a multimodal dataset for modeling toward human grasp intent inference in prosthetic hands},
author={Han, Mo and G{\"u}nay, Sezen Ya{\u{g}}mur and Schirner, Gunar and Pad{\i}r, Ta{\c{s}}k{\i}n and Erdo{\u{g}}mu{\c{s}}, Deniz},
journal={Intelligent service robotics},
volume={13},
pages={179--185},
year={2020},
publisher={Springer Berlin Heidelberg}
}
@inproceedings{padir2010development,
title={Development of a Laboratory Kit for Robotics Engineering Education},
author={Padir, Taskin and Fischer, G and Michalson, WR and Pollice, G},
booktitle={Association for the Advancement of Artificial Intelligence Spring Symposium on Educational Robotics and Beyond: Design and Evaluation},
year={2010}
}
@article{long2020constrained,
title={Constrained manipulability for humanoid robots using velocity polytopes},
author={Long, Philip and Pad{\i}r, Ta{\c{s}}k{\i}n},
journal={International Journal of Humanoid Robotics},
volume={17},
number={01},
pages={1950037},
year={2020},
publisher={World Scientific Publishing Company}
}
@inproceedings{oliveira2019hybrid,
title={Hybrid fabrication of a soft bending actuator with casting and additive manufacturing},
author={Oliveira, Marcos B and Lurie, Alexander and Ewen, David and Long, Philip and Padir, Taskin and Felton, Samuel M},
booktitle={International Design Engineering Technical Conferences and Computers and Information in Engineering Conference},
volume={59230},
pages={V05AT07A015},
year={2019},
organization={American Society of Mechanical Engineers}
}
@inproceedings{kelecstemur2019system,
title={System architecture for autonomous mobile manipulation of everyday objects in domestic environments},
author={Kele{\c{s}}temur, Tarik and Yokoyama, Naoki and Truong, Joanne and Allaban, Anas Abou and Padir, Ta{\c{s}}kin},
booktitle={Proceedings of the 12th ACM International Conference on PErvasive Technologies Related to Assistive Environments},
pages={264--269},
year={2019}
}
@inproceedings{han2019hand,
title={From hand-perspective visual information to grasp type probabilities: deep learning via ranking labels},
author={Han, Mo and G{\"u}nay, Sezen Ya{\u{g}}mur and Yildiz, {\.I}lkay and Bonato, Paolo and Onal, Cagdas D and Padir, Ta{\c{s}}kin and Schirner, Gunar and Erdo{\u{g}}mu{\c{s}}, Deniz},
booktitle={Proceedings of the 12th ACM international conference on pervasive technologies related to assistive environments},
pages={256--263},
year={2019}
}
@inproceedings{long2019optimization,
title={Optimization-based human-in-the-loop manipulation using joint space polytopes},
author={Long, Philip and Kele{\c{s}}temur, Tarik and {\"O}nol, Aykut {\"O}zg{\"u}n and Padir, Ta{\c{s}}kin},
booktitle={2019 International Conference on Robotics and Automation (ICRA)},
pages={204--210},
year={2019},
organization={IEEE}
}
@inproceedings{abou2019blended,
title={A blended human-robot shared control framework to handle drift and latency},
author={Abou Allaban, Anas and Dimitrov, Velin and Pad{\i}r, Ta{\c{s}}k{\i}n},
booktitle={2019 IEEE International Symposium on Safety, Security, and Rescue Robotics (SSRR)},
pages={81--87},
year={2019},
organization={IEEE}
}
@article{ozgun2018contact,
title={Contact-Implicit Trajectory Optimization Based on a Variable Smooth Contact Model and Successive Convexification},
author={Ozgun Onol, Aykut and Long, Philip and Padir, Taskin},
journal={arXiv e-prints},
pages={arXiv--1810},
year={2018}
}
@article{ozgun2018comparative,
title={A Comparative Analysis of Contact Models in Trajectory Optimization for Manipulation},
author={Ozgun Onol, Aykut and Long, Philip and Padir, Taskin},
journal={arXiv e-prints},
pages={arXiv--1806},
year={2018}
}
@article{unver20203d,
title={A 3D Reactive Navigation Algorithm for Mobile Robots by Using Tentacle-Based Sampling},
author={{\"U}nver Akmandor, Ne{\c{s}}et and Pad{\i}r, Ta{\c{s}}k{\i}n},
journal={arXiv e-prints},
pages={arXiv--2001},
year={2020}
}
@inproceedings{akmandor20203d,
title={A 3d reactive navigation algorithm for mobile robots by using tentacle-based sampling},
author={Akmandor, Ne{\c{s}}et {\"U}nver and Padir, Ta{\c{s}}kin},
booktitle={2020 Fourth IEEE International Conference on Robotic Computing (IRC)},
pages={9--16},
year={2020},
organization={IEEE}
}
@article{abou2020systematic,
title={A systematic review of robotics research in support of in-home care for older adults},
author={Abou Allaban, Anas and Wang, Maozhen and Pad{\i}r, Ta{\c{s}}k{\i}n},
journal={Information},
volume={11},
number={2},
pages={75},
year={2020},
publisher={MDPI}
}
@inproceedings{chang2020sim2real2sim,
title={Sim2real2sim: Bridging the gap between simulation and real-world in flexible object manipulation},
author={Chang, Peng and Padif, Ta{\c{s}}kin},
booktitle={2020 Fourth IEEE International Conference on Robotic Computing (IRC)},
pages={56--62},
year={2020},
organization={IEEE}