-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.bib
2248 lines (2009 loc) · 82.7 KB
/
thesis.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@INPROCEEDINGS{kuff01,
author={Kuffner, J.J., Jr. and Nishiwaki, K. and Kagami, S. and Inaba, M. and Inoue, H.},
booktitle={Intelligent Robots and Systems, 2001. Proceedings. 2001 IEEE/RSJ International Conference on}, title={Footstep planning among obstacles for biped robots},
year={2001},
volume={1},
number={},
pages={500 -505 vol.1},
keywords={H6 humanoid;biped robots;bipedal humanoids;footstep planning;footstep transition graph;forward dynamic programming approach;global method;legged robots;obstacle-cluttered environments;office floor;plausible statically-stable single-step motions;safe navigation strategies;dynamic programming;graph theory;legged locomotion;path planning;search problems;},
doi={10.1109/IROS.2001.973406},
ISSN={},}
@INPROCEEDINGS{yosh05,
author={Yoshida, E. and Belousov, I. and Esteves, C. and Laumond, J.-P.},
booktitle={Humanoid Robots, 2005 5th IEEE-RAS International Conference on}, title={Humanoid motion planning for dynamic tasks},
year={2005},
month={Dec.},
volume={},
number={},
pages={1 -6},
keywords={dynamic pattern generator;dynamic tasks;geometric motion;humanoid motion planning;kinematic motion planner;locomotion execution;path reshaping;task execution;humanoid robots;legged locomotion;path planning;robot dynamics;robot kinematics;},
doi={10.1109/ICHR.2005.1573536},
ISSN={},}
@INPROCEEDINGS{xia09,
author={Zeyang Xia and Guodong Chen and Jing Xiong and Qunfei Zhao and Ken Chen},
booktitle={Advanced Intelligent Mechatronics, 2009. AIM 2009. IEEE/ASME International Conference on}, title={A random sampling-based approach to goal-directed footstep planning for humanoid robots},
year={2009},
month={July},
volume={},
number={},
keywords={deterministic sampling strategies;global path planning;goal-biased nonuniform strategy;goal-directed footstep planning;humanoid robots;locomotion capability;mobile robots;navigation strategies;random sampling-based approach;rapidly-exploring random trees;humanoid robots;mobile robots;path planning;sampling methods;},
doi={10.1109/AIM.2009.5230019},
ISSN={},}
@INPROCEEDINGS{truo10,
author={Tan-Viet-Anh Truong and Flavigne, D. and Pettre, J. and Mombaur, K. and Laumond, J.-P.},
booktitle={Biomedical Robotics and Biomechatronics (BioRob), 2010 3rd IEEE RAS and EMBS International Conference on}, title={Reactive synthesizing of human locomotion combining nonholonomic and holonomic behaviors},
year={2010},
month={Sept.},
volume={},
number={},
pages={632 -637},
keywords={Motion Library;angular velocity;digital actors;general locomotion synthesis method;holonomic behaviors;human locomotion;interpolation;lateral velocities;lateral velocity;locomotion animation;low-dimensional trajectory;motion capture blending method;nonholonomic behaviors;reactive synthesizing;side steps;straight walking;tangential velocity;walking humans;computer animation;gait analysis;image motion analysis;},
doi={10.1109/BIOROB.2010.5626817},
ISSN={2155-1774},}
@INPROCEEDINGS{khat85,
author={ Khatib, O.},
booktitle={Robotics and Automation. Proceedings. 1985 IEEE International Conference on}, title={Real-time obstacle avoidance for manipulators and mobile robots},
year={1985},
month=mar,
volume={2},
number={},
pages={ 500 - 505},
keywords={},
doi={10.1109/ROBOT.1985.1087247},
ISSN={},}
@INPROCEEDINGS{kuff00,
author={Kuffner, J.J., Jr. and LaValle, S.M.},
booktitle={Robotics and Automation, 2000. Proceedings. ICRA '00. IEEE International Conference on}, title={RRT-connect: An efficient approach to single-query path planning },
year={2000},
volume={2},
number={},
pages={995 -1001 vol.2},
keywords={3D workspace;6-DOF PUMA arm;7-DOF kinematic chain;RRT-connect;automatic graphic animation;collision-free grasping;collision-free manipulation;collision-free motions;high-dimensional configuration spaces;human arm;randomized algorithm;rapidly-exploring random trees;rigid objects;simple greedy heuristic;single-query path planning;computational geometry;path planning;robots;search problems;},
doi={10.1109/ROBOT.2000.844730},
ISSN={},}
@book{chos05,
author = "Howie Choset and Kevin M. Lynch and Seth Hutchinson and George A. Kantor and Wolfram Burgard and Lydia E. Kavraki and Sebastian Thrun",
title = "Principles of Robot Motion: Theory, Algorithms, and Implementations",
booktitle = "Principles of Robot Motion: Theory, Algorithms, and Implementations",
publisher = "MIT Press",
address = "Cambridge, MA",
month = "June",
year = "2005",
Notes = "ISBN 0-262-03327-5"
}
@INPROCEEDINGS{zhan09,
author={Liangjun Zhang and Jia Pan and Manocha, D.},
booktitle={Humanoid Robots, 2009. Humanoids 2009. 9th IEEE-RAS International Conference on}, title={Motion planning of human-like robots using constrained coordination},
year={2009},
month={Dec.},
volume={},
number={},
keywords={CoM;articulated human-like model;collision-free paths;complex CAD models;constrained coordination;human-like robots;local path refinement algorithm;tightly coupled system;whole-body motion planning;collision avoidance;humanoid robots;},
doi={10.1109/ICHR.2009.5379545},
ISSN={},}
@ARTICLE{laum06,
author={Laumond, J.-P.},
journal={Robotics Automation Magazine, IEEE}, title={Kineo CAM: a success story of motion planning algorithms},
year={2006},
month=june ,
volume={13},
number={2},
pages={90 -93},
keywords={Kineo Computer Aided Motion;collision-free configurations;motion autonomy;motion control;motion planning algorithms;product lifecycle management;software technologies;control engineering computing;industrial robots;mobile robots;motion control;path planning;product life cycle management;robot programming;},
doi={10.1109/MRA.2006.1638020},
ISSN={1070-9932},}
@article{khat04,
author = {Oussama Khatib and
Luis Sentis and
Jaeheung Park and
James Warren},
title = {Whole-Body Dynamic Behavior and Control of Human-like Robots},
journal = {Int. J. Humanoid Robotics},
volume = {1},
number = {1},
year = {2004},
pages = {29-43},
ee = {http://dx.doi.org/10.1142/S0219843604000058},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@ARTICLE{kavr96,
author={Kavraki, L.E. and Svestka, P. and Latombe, J.-C. and Overmars, M.H.},
journal={Robotics and Automation, IEEE Transactions on}, title={Probabilistic roadmaps for path planning in high-dimensional configuration spaces},
year={1996},
month=aug,
volume={12},
number={4},
pages={566 -580},
keywords={collision-free configurations;goal configurations;graph;high-dimensional configuration spaces;holonomic robot;learning phase;local planner;motion planning;multi-DOF planar articulated robots;path planning;probabilistic roadmaps;query phase;robots;start configurations;static workspaces;graph theory;learning (artificial intelligence);mobile robots;path planning;probability;},
doi={10.1109/70.508439},
ISSN={1042-296X},}
@INPROCEEDINGS{dali09,
author={Dalibard, S. and Nakhaei, A. and Lamiraux, F. and Laumond, J.-P.},
booktitle={Humanoid Robots, 2009. Humanoids 2009. 9th IEEE-RAS International Conference on}, title={Whole-body task planning for a humanoid robot: a way to integrate collision avoidance},
year={2009},
month={Dec.},
volume={},
number={},
pages={355 -360},
keywords={RRT-connect algorithm;humanoid robot;local collision avoidance method;local task solver;motion planning;statically stable collision-free configurations;whole-body task planning;collision avoidance;humanoid robots;},
doi={10.1109/ICHR.2009.5379547},
ISSN={},}
@INPROCEEDINGS{kaji03,
author={Kajita, S. and Kanehiro, F. and Kaneko, K. and Fujiwara, K. and Harada, K. and Yokoi, K. and Hirukawa, H.},
booktitle={Robotics and Automation, 2003. Proceedings. ICRA '03. IEEE International Conference on}, title={Biped walking pattern generation by using preview control of zero-moment point},
year={2003},
month={Sept.},
volume={2},
number={},
keywords={ biped robot dynamics; biped walking pattern generation; error compensation; preview control theory; preview controller; tracking servo controller design; walking simulation; zero moment point; control system synthesis; error compensation; legged locomotion; predictive control; robot dynamics; servomechanisms;},
doi={10.1109/ROBOT.2003.1241826},
ISSN={1050-4729 },}
@inproceedings{kane04,
title={Humanoid robot HRP-2},
author={Kaneko, K. and Kanehiro, F. and Kajita, S. and Hirukawa, H. and Kawasaki, T. and Hirata, M. and Akachi, K. and Isozumi, T.},
booktitle={Robotics and Automation, 2004. Proceedings. ICRA'04. 2004 IEEE International Conference on},
volume={2},
pages={1083--1090},
year={2004},
organization={IEEE}
}
@INPROCEEDINGS{kaneh02,
author={Kanehiro, F. and Fujiwara, K. and Kajita, S. and Yokoi, K. and Kaneko, K. and Hirukawa, H. and Nakamura, Y. and Yamane, K.},
booktitle={Robotics and Automation, 2002. Proceedings. ICRA '02. IEEE International Conference on}, title={Open architecture humanoid robotics platform},
year={2002},
volume={1},
number={},
pages={ 24 - 30 vol.1},
keywords={ OpenHRP; biped locomotion; dynamics simulator; humanoid robotics platform; mobile robot; motion control library; open architecture; virtual reality; digital simulation; legged locomotion; mobile robots; open systems; robot dynamics; virtual reality;},
doi={10.1109/ROBOT.2002.1013334},
ISSN={ },}
@article{hart68,
author = {Hart, Peter and Nilsson, Nils and Raphael, Bertram},
booktitle = {Systems Science and Cybernetics, IEEE Transactions on},
citeulike-article-id = {3116039},
citeulike-linkout-0 = {http://dx.doi.org/10.1109/TSSC.1968.300136},
citeulike-linkout-1 = {http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=4082128},
day = {12},
doi = {10.1109/TSSC.1968.300136},
issn = {0536-1567},
journal = {IEEE Transactions on Systems Science and Cybernetics},
keywords = {aalgorithm, graphalgorithms, shortestpath},
month = {February},
number = {2},
pages = {100--107},
posted-at = {2008-08-13 19:42:42},
priority = {2},
title = {{A Formal Basis for the Heuristic Determination of Minimum Cost Paths}},
url = {http://dx.doi.org/10.1109/TSSC.1968.300136},
volume = {4},
year = {1968}
}
@ARTICLE{yosh08,
author={Yoshida, E. and Esteves, C. and Belousov, I. and Laumond, J.-P. and Sakaguchi, T. and Yokoi, K.},
journal={Robotics, IEEE Transactions on}, title={Planning 3-D Collision-Free Dynamic Robotic Motion Through Iterative Reshaping},
year={2008},
month={Oct.} ,
volume={24},
number={5},
pages={1186 -1198},
keywords={3D collision-free dynamic robotic motion planning;collision detection;geometric sampling;humanoid robot;iterative method;kinematic sampling;motion generator;nonlinear dynamics;space manipulator;spatial reshaping;temporal reshaping;collision avoidance;iterative methods;mobile robots;robot dynamics;robot kinematics;sampling methods;},
doi={10.1109/TRO.2008.2002312},
ISSN={1552-3098},}
@INPROCEEDINGS{momb08,
author={Mombaur, K. and Laumond, J.-P. and Yoshida, E.},
booktitle={Humanoid Robots, 2008. Humanoids 2008. 8th IEEE-RAS International Conference on}, title={An optimal control model unifying holonomic and nonholonomic walking},
year={2008},
month={Dec.},
volume={},
number={},
pages={646 -653},
keywords={HRP2 robot;holonomic walking;humanoid robot;natural locomotion path generation;nonholonomic walking;optimal control;optimization;path planning;single dynamic model;humanoid robots;mobile robots;optimal control;optimisation;path planning;robot dynamics;},
doi={10.1109/ICHR.2008.4756020},
ISSN={},}
@article{momb10,
author = {Mombaur, Katja and Truong, Anh and Laumond, Jean-Paul},
title = {From human to humanoid locomotion--an inverse optimal control approach},
journal = {Auton. Robots},
volume = {28},
issue = {3},
month = {April},
year = {2010},
issn = {0929-5593},
pages = {369--383},
numpages = {15},
url = {http://dx.doi.org/10.1007/s10514-009-9170-7},
doi = {http://dx.doi.org/10.1007/s10514-009-9170-7},
acmid = {1743377},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {Humanoid robot, Inverse optimal control, Motion capture, Natural locomotion path, Optimal locomotion},
}
@article{dubi57,
jstor_articletype = {research-article},
title = {On Curves of Minimal Length with a Constraint on Average Curvature, and with Prescribed Initial and Terminal Positions and Tangents},
author = {Dubins, L. E.},
journal = {American Journal of Mathematics},
jstor_issuetitle = {},
volume = {79},
number = {3},
jstor_formatteddate = {Jul., 1957},
pages = {pp. 497-516},
url = {http://www.jstor.org/stable/2372560},
ISSN = {00029327},
abstract = {},
language = {English},
year = {1957},
publisher = {The Johns Hopkins University Press},
copyright = {Copyright © 1957 The Johns Hopkins University Press},
}
%% hal-00486997, version 2
%% http://hal.archives-ouvertes.fr/hal-00486997/en/
@unpublished{moul10,
HAL_ID = {hal-00486997},
URL = {http://hal.archives-ouvertes.fr/hal-00486997/en/},
title = { {C}ollision-free walk planning for humanoid robots using numerical optimization},
author = {{M}oulard, {T}homas and {L}amiraux, {F}lorent and {W}ieber, {P}ierre-{B}rice},
abstract = {{T}his paper addresses the problem of walk planning for a humanoid robot on a flat ground cluttered by obstacles. {T}he algorithm we propose works in two steps. {I}n a first step, a collision-free path for the bounding box of the robot moving in the horizontal plane is planned using classical path planning methods. {I}n a second step, a spline is fit on the path and optimized using numerical optimization tools. {T}he optimization criterion is time, constraints are defined by positive distance to obstacles and bounded velocities of the feet. {T}he method has been tested on a real humanoid robot {HRP}-2.},
keywords = {humanoid robot, motion planning, walk},
language = {{A}nglais},
year = {2010},
affiliation = {{L}aboratoire d'analyse et d'architecture des syst{\`e}mes - {LAAS} - {CNRS} : {UPR}8001 - {U}niversit{\'e} {P}aul {S}abatier - {T}oulouse {III} - {I}nstitut {N}ational {P}olytechnique de {T}oulouse - {INPT} - {I}nstitut {N}ational des {S}ciences {A}ppliqu{\'e}es de {T}oulouse - {J}oint {R}obotics {L}aboratory {AIST} \& {CNRS} - {JRL} - {AIST} - {CNRS} : {UMI}3218 - {BIPOP} - {INRIA} {R}h{\^o}ne-{A}lpes / {LJK} {L}aboratoire {J}ean {K}untzmann - {INRIA} - {L}aboratoire {J}ean {K}untzmann },
note = {Retrieved from http://hal.archives-ouvertes.fr/hal-00486997/en/},
URL = {http://hal.archives-ouvertes.fr/hal-00486997/PDF/iros.10.pdf},
}
@book{lava06,
author = {S. M. LaValle},
title = {Planning Algorithms},
publisher = {Cambridge University Press},
address = {Cambridge, U.K.},
year = {2006}
}
@book{lato91,
author = {Latombe, Jean-Claude},
title = {Robot Motion Planning},
year = {1991},
isbn = {079239206X},
publisher = {Kluwer Academic Publishers},
address = {Norwell, MA, USA},
}
@INPROCEEDINGS{ches05,
author={Chestnutt, J. and Lau, M. and Cheung, G. and Kuffner, J. and Hodgins, J. and Kanade, T.},
booktitle={Robotics and Automation, 2005. ICRA 2005. Proceedings of the 2005 IEEE International Conference on}, title={Footstep Planning for the Honda ASIMO Humanoid},
year={2005},
month={April},
volume={},
number={},
pages={ 629 - 634},
keywords={ Humanoid robots ; biped locomotion ; footstep planning ; obstacle avoidance;},
doi={10.1109/ROBOT.2005.1570188},
ISSN={},}
@INPROCEEDINGS{kano09,
author={Kanoun, Oussama and Lamiraux, Florent and Wieber, Pierre-Brice and Kanehiro, Fumio and Yoshida, Eiichi and Laumond, Jean-Paul},
booktitle={Robotics and Automation, 2009. ICRA '09. IEEE International Conference on}, title={Prioritizing linear equality and inequality systems: Application to local motion planning for redundant robots},
year={2009},
month=may,
volume={},
number={},
pages={2939 -2944},
keywords={},
doi={10.1109/ROBOT.2009.5152293},
ISSN={1050-4729},}
@article{schoelkopf1997kpc,
title={{Kernel Principal Component Analysis}},
author={Schoelkopf, B. and Smola, A.J. and Mueller, K.R.},
journal={Lecture notes in Computer Science},
pages={583--588},
year={1997},
publisher={SPRINGER VERLAG KG}
}
@book{Lav06,
author = {S. M. LaValle},
title = {Planning Algorithms},
publisher = {Cambridge University Press},
address = {Cambridge, U.K.},
note = {Available at http://planning.cs.uiuc.edu/},
year = {2006}
}
@techreport{Lav98c,
author = {S. M. LaValle},
title = {Rapidly-Exploring Random Trees: {A} New Tool for Path
Planning},
number = {98-11},
institution = {Computer Science Dept., Iowa State University},
month = oct,
year = {1998}
}
@PHDTHESIS{ESTE07A,
AUTHOR = {Esteves Jaramillo, C.},
TITLE = {Motion planning: from digital actors to humanoid robots},
SCHOOL = {Institut National Polytechnique, Toulouse},
YEAR = {2007},
ADDRESS = {100p.},
NOTE = {Doctorat},
RAPPORT-LAAS = {No 07195}
}
@INPROCEEDINGS{CORT07A,
AUTHOR = {Cortes, J. and Simeon, T.},
TITLE = {Disassembly path planning for objects with articulated parts},
BOOKTITLE = {IFAC International Workshop on Intelligent Assembly and Disassembly (IAD'07)},
YEAR = {2007},
PAGES = {34--39},
ADDRESS = {Alicante (Espagne)},
RAPPORT-LAAS = {No 07022}
}
@phdthesis{Hsu00,
Address = {Stanford, CA},
Author = {D. Hsu},
Bib2Html_Dl_Pdf = {http://motion.comp.nus.edu.sg/papers/thesis00.pdf},
Bib2Html_Pubtype = {Refereed Conference and Workshop},
Bib2Html_Rescat = {Robotics},
Month = {May},
School = {Dept. of Computer Science, Stanford University},
Title = {Randomized Single-query Motion Planning in Expansive Spaces},
Year = {2000}
}
@article{HsuLat99c,
Author = {D. Hsu and J.C. Latombe and R. Motwani},
Bib2Html_Dl_Pdf = {http://motion.comp.nus.edu.sg/papers/ijcga96.pdf},
Bib2Html_Pubtype = {Journal},
Bib2Html_Rescat = {Robotics},
Journal = "Int. J. Computational Geometry \& Applications",
Number = {4-5},
Pages = {495--512},
Title = {Path planning in expansive configuration spaces},
Volume = {9},
Year = {1999}
}
@INPROCEEDINGS{FERR04A,
AUTHOR = {Ferre, E. and Laumond, J.P.},
TITLE = {An iterative diffusion algorithm for part disassembly},
BOOKTITLE = {2004 International Conference on Robotics and Automation (ICRA'2004)},
YEAR = {2004},
PAGES = {3149--3154},
ADDRESS = {New Orleans (USA)},
RAPPORT-LAAS = {No 03563}
}
@book{Jolliffe2002-PCA,
author = {Jolliffe, I. T. },
howpublished = {Hardcover},
isbn = {0387954422},
publisher = {Springer},
title = {Principal Component Analysis},
year = {2002}
}
@inproceedings{565235,
author = {Miguel L. Teodoro and George N. Phillips, Jr. and Lydia E. Kavraki},
title = {A dimensionality reduction approach to modeling protein flexibility},
booktitle = {RECOMB '02: Proceedings of the sixth annual international conference on Computational biology},
year = {2002},
isbn = {1-58113-498-3},
pages = {299--308},
location = {Washington, DC, USA},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{ZwaldB05,
title = {On the Convergence of Eigenspaces in Kernel Principal Component Analysis.},
author = {Laurent Zwald and Gilles Blanchard},
booktitle = {Neural Information Processing Systems},
url = {http://dblp.uni-trier.de/db/conf/nips/nips2005.html#ZwaldB05},
year = {2005},
description = {dblp},
ee = {http://books.nips.cc/papers/files/nips18/NIPS2005_0468.pdf}, date = {2006-02-15},
keywords = {dblp }
}
@phdthesis{zwald05,
Author = {L. Zwald},
School = {Université Paris Sud - Paris XI},
Title = {Performances statistiques d'algorithmes d'apprentissage : kernel projection
machine et analyse en composantes principales \`a noyau},
Year = {2005}
}
@article{laumond2001nvr,
title={{Notes on Visibility Roadmaps and Path Planning}},
author={Laumond, J.-P. and Simeon, T.},
journal={Algorithmic and Computational Robotics: New Directions: the Fourth Workshop on the Algorithmic Foundations of Robotics},
year={2001},
publisher={AK Peters, Ltd.}
}
@article{ASP20042034,
author = {Erdogmus, Deniz and Rao, Yadunandana N. and Peddaneni, Hemanth and Hegde, Anant and Principe, Jose C.},
title = {Recursive Principal Components Analysis Using Eigenvector Matrix Perturbation},
journal = {EURASIP Journal on Applied Signal Processing},
year = {2004},
volume = {2004},
number = {13},
pages = {2034-2041}
}
@article{ lozanoperez83spatial,
author = "Tomas Lozano-Perez",
title = "Spatial Planning: A Configuration Space Approach",
journal = "IEEE Transactions on Computers",
volume = "32",
number = "2",
pages = "108-120",
year = "1983",
url = "citeseer.ist.psu.edu/lozano-perez80spatial.html"
}
@misc{gsl,
key = "gnu",
title ="Gnu Scientific Library",
note = "http://www.gnu.org/software/gsl/"
}
@article{Tenenbaum12222000,
author = {Tenenbaum, Joshua B. and Silva, Vin de and Langford, John C.},
title = {{A Global Geometric Framework for Nonlinear Dimensionality Reduction}},
journal = {Science},
volume = {290},
number = {5500},
pages = {2319-2323},
doi = {10.1126/science.290.5500.2319},
year = {2000},
URL = {http://www.sciencemag.org/cgi/content/abstract/290/5500/2319},
eprint = {http://www.sciencemag.org/cgi/reprint/290/5500/2319.pdf}
}
@article{Roweis12222000,
author = {Roweis, Sam T. and Saul, Lawrence K.},
title = {{Nonlinear Dimensionality Reduction by Locally Linear Embedding}},
journal = {Science},
volume = {290},
number = {5500},
pages = {2323-2326},
doi = {10.1126/science.290.5500.2323},
year = {2000},
URL = {http://www.sciencemag.org/cgi/content/abstract/290/5500/2323},
eprint = {http://www.sciencemag.org/cgi/reprint/290/5500/2323.pdf}
}
@book{choset2005prm,
title={{Principles of Robot Motion: theory, algorithms, and implementation}},
author={Choset, H. and Lynch, K.M. and Hutchinson, S. and Kantor, G.A. and Burgard, W. and Kavraki, L.E. and Thrun, S.},
year={2005},
publisher={MIT Press}
}
@book{latombe1991rmp,
title={{Robot Motion Planning}},
author={Latombe, J.C.},
year={1991},
publisher={Kluwer Academic Publishers}
}
@article{kavraki1996prp,
title={{Probabilistic roadmaps for path planning in high-dimensional configuration spaces}},
author={Kavraki, LE and Svestka, P. and Latombe, J.C. and Overmars, MH},
journal={Robotics and Automation, IEEE Transactions on},
volume={12},
number={4},
pages={566--580},
year={1996}
}
@ARTICLE{509170,
title={On the expected complexity of random path planning},
author={Lamiraux, F. and Laumond, J.P.},
journal={Robotics and Automation, 1996. Proceedings., 1996 IEEE International Conference on},
year={22-28 Apr 1996},
volume={4},
number={},
pages={3014-3019 vol.4},
keywords={Brownian motion, Markov processes, computational complexity, convergence of numerical methods, matrix algebra, path planning, probabilityBrownian motion, Markov chains, convergence time, diffusion processes, local minima, potential field, probabilistic convergence, random path planning, transition matrix},
doi={10.1109/ROBOT.1996.509170},
ISSN={},
}
@article{cortes2002rlg,
title={{A random loop generator for planning the motions of closed kinematic chains using PRM methods}},
author={Cortes, J. and Simeon, T. and Laumond, JP},
journal={Robotics and Automation, 2002. Proceedings. ICRA'02. IEEE International Conference on},
volume={2},
year={2002}
}
@article{sanchez2001sqb,
title={{A single-query bi-directional probabilistic roadmap planner with lazy collision checking}},
author={Sanchez, G. and Latombe, J.C.},
journal={Int. Symp. Robotics Research},
year={2001},
publisher={Springer}
}
@article{nissoux1999vbp,
title={{Visibility based probabilistic roadmaps}},
author={Nissoux, C. and Simeon, T. and Laumond, J.P.},
journal={Intelligent Robots and Systems, 1999. IROS'99. Proceedings. 1999 IEEE/RSJ International Conference on},
volume={3},
year={1999}
}
@article{kavraki1998apr,
title={{Analysis of probabilistic roadmaps for path planning}},
author={Kavraki, LE and Kolountzakis, MN and Latombe, J.C.},
journal={Robotics and Automation, IEEE Transactions on},
volume={14},
number={1},
pages={166--171},
year={1998}
}
@article{pearson1901lap,
title={{On lines and planes of closest fit to systems of points in space}},
author={Pearson, K.},
journal={Philosophical Magazine},
volume={2},
number={6},
pages={559--572},
year={1901}
}
@article{hotelling1933acs,
title={{Analysis of a Complex of Statistical Variables into principal components, J. Ed}},
author={Hotelling, H.},
journal={Psychology},
volume={24},
pages={417--441},
year={1933}
}
@article{simeon2000vbp,
title={{Visibility-based probabilistic roadmaps for motion planning}},
author={Sim{\'e}on, T. and Laumond, J.P. and Nissoux, C.},
journal={Advanced Robotics},
volume={14},
number={6},
pages={477--493},
year={2000},
publisher={Springer}
}
@article{rodriguez2006obr,
title={{An obstacle-based rapidly-exploring random tree}},
author={Rodriguez, S. and Tang, X. and Lien, J.M. and Amato, NM},
journal={Robotics and Automation, 2006. ICRA 2006. Proceedings 2006 IEEE International Conference on},
pages={895--900},
year={2006}
}
@article{yershova2005ddr,
title={{Dynamic-Domain RRTs: Efficient Exploration by Controlling the Sampling Domain}},
author={Yershova, A. and Jaillet, L. and Simeon, T. and LaValle, SM},
journal={Robotics and Automation, 2005. Proceedings of the 2005 IEEE International Conference on},
pages={3856--3861},
year={2005}
}
@conference{han2000kbp,
title={{A kinematics-based probabilistic roadmap method for closed chain systems}},
author={Han, L. and Amato, N.M.},
booktitle={Algorithmic and Computational Robotics: New Directions. The Fourth Workshop on the Algorithmic Foundations of Robotics},
pages={233--245},
year={2000}
}
@article{laumond2006kcs,
title={{Kineo CAM: a success story of motion planning algorithms}},
author={Laumond, J.-P.},
journal={Robotics \& Automation Magazine, IEEE},
volume={13},
number={2},
pages={90--93},
year={2006}
}
@article{reeds1990opc,
title={{Optimal pathsfor a car that goesboth forwards and backwards}},
author={Reeds, JA and Shepp, LA},
journal={Pacific Journal of Mathematics},
volume={145},
number={2},
year={1990}
}
@article{nakamura1986iks,
title={{Inverse kinematic solutions with singularity robustness for robot manipulator control}},
author={Nakamura, Y. and Hanafusa, H.},
journal={ASME, Transactions, Journal of Dynamic Systems, Measurement, and Control},
volume={108},
pages={163--171},
year={1986}
}
@conference{siciliano1991gfm,
title={{A general framework for managing multiple tasks in highly redundant robotic systems}},
author={Siciliano, B. and Slotine, J.J.E.},
booktitle={Advanced Robotics, 1991.'Robots in Unstructured Environments', 91 ICAR., Fifth International Conference on},
pages={1211--1216},
year={1991}
}
@conference{baerlocher1998tpf,
title={{Task-priority formulations for the kinematic control of highly redundant articulated structures}},
author={Baerlocher, P. and Boulic, R.},
booktitle={1998 IEEE/RSJ International Conference on Intelligent Robots and Systems, 1998. Proceedings.},
volume={1},
year={1998}
}
@article{khatib2004wbd,
title={{Whole body dynamic behavior and control of human-like robots}},
author={Khatib, O. and Sentis, L. and Park, J. and Warren, J.},
journal={International Journal of Humanoid Robotics},
volume={1},
number={1},
pages={29--43},
year={2004}
}
@conference{kanehiro2008lca,
title={{A Local Collision Avoidance Method for Non-strictly Convex Polyhedra}},
author={Kanehiro, F. and Lamiraux, F. and Kanoun, O. and Yoshida, E. and Laumond, JP},
booktitle={2008 Robotics: Science and Systems Conference},
year={2008}
}
@article{kuffner2002dsm,
title={{Dynamically-stable motion planning for humanoid robots}},
author={Kuffner, J.J. and Kagami, S. and Nishiwaki, K. and Inaba, M. and Inoue, H.},
journal={Autonomous Robots},
volume={12},
number={1},
pages={105--118},
year={2002},
publisher={Springer}
}
@conference{stilman2007tcm,
title={{Task constrained motion planning in robot joint space}},
author={Stilman, M.},
booktitle={Proc. of the IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems},
pages={3074--3081},
year={2007},
organization={Citeseer}
}
@conference{lavalle1999pra,
title={{A probabilistic roadmap approach for systems with closed kinematicchains}},
author={LaValle, SM and Yakey, JH and Kavraki, LE},
booktitle={1999 IEEE International Conference on Robotics and Automation, 1999. Proceedings},
volume={3},
year={1999}
}
@conference{kanehiro2008idi,
title={{Integrating Dynamics into Motion Planning for Humanoid Robots}},
author={Kanehiro, F. and Suleiman, W. and Lamiraux, F. and Yoshida, E. and Laumond, J.P.},
booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems, 2008. IROS 2008},
pages={660--667},
year={2008}
}
@INPROCEEDINGS{KANO09A,
AUTHOR = {Kanoun, O. and Lamiraux, F. and Wieber, P.B.},
TITLE = {Prioritizing linear equality and inequality systems: application to local motion planning for redundant robots},
BOOKTITLE = {IEEE International Conference on Robotics and Automation (ICRA 2009)},
YEAR = {2009},
ADDRESS = {Kobe (Japon)},
NOTE = {6 pages.},
RAPPORT-LAAS = {No 09178}
}
@conference{yoshida2006tds,
title={{Task-driven support polygon reshaping for humanoids}},
author={Yoshida, E. and Kanoun, O. and Esteves, C. and Laumond, J.P.},
booktitle={Humanoid Robots, 2006 6th IEEE-RAS International Conference on},
pages={208--213},
year={2006}
}
@article{diankov2008bpc,
title={{Bispace planning: Concurrent multi-space exploration}},
author={Diankov, R. and Ratliff, N. and Ferguson, D. and Srinivasa, S. and Kuffner, J.},
journal={Proceedings of Robotics: Science and Systems IV},
year={2008}
}
@INPROCEEDINGS{gienger08,
title={Task maps in humanoid robot manipulation},
author={Gienger, M. and Toussaint, M. and Goerick, C.},
booktitle={Intelligent Robots and Systems, 2008. IROS 2008. IEEE/RSJ International Conference on},
year={2008},
month={Sept.},
volume={},
number={},
pages={2758-2764},
keywords={collision avoidance, end effectors, humanoid robots, random processes, trees (mathematics)ASIMO, end-effector goal position, humanoid robot manipulation, motion optimisation scheme, obstacle avoidance, pregrasp pose, rapidly exploring random tree algorithm, redundant whole body controller, sequential attractor representation, task maps},
doi={10.1109/IROS.2008.4651027},
ISSN={}, }
@INPROCEEDINGS{berenson09,
title={Manipulation planning on constraint manifolds},
author={Berenson, Dmitry and Srinivasa, Siddhartha S. and Ferguson, Dave and Kuffner, James J.},
booktitle={Robotics and Automation, 2009. ICRA '09. IEEE International Conference on},
year={2009},
month={May},
volume={},
number={},
pages={625-632},
doi={10.1109/ROBOT.2009.5152399},
ISSN={1050-4729}, }
@INPROCEEDINGS{berenson-humanoids09,
author={Berenson, D. and Chestnutt, J. and Srinivasa, S.S. and Kuffner, J.J. and Kagami, S.},
booktitle={Humanoid Robots, 2009. Humanoids 2009. 9th IEEE-RAS International Conference on}, title={Pose-constrained whole-body planning using Task Space Region Chains},
year={2009},
month={7-10},
volume={},
number={},
pages={181 -187},
keywords={TSR Chains;constrained bidirectional RRT planner;end-effector;pose-constrained whole-body planning;sampling-based motion planning;task space region chains;end effectors;humanoid robots;path planning;},
doi={10.1109/ICHR.2009.5379604},
ISSN={},}
@INPROCEEDINGS{dalibard09,
author={Dalibard, S. and Nakhaei, A. and Lamiraux, F. and Laumond, J.-P.},
booktitle={Humanoid Robots, 2009. Humanoids 2009. 9th IEEE-RAS International Conference on}, title={Whole-body task planning for a humanoid robot: a way to integrate collision avoidance},
year={2009},
month={7-10},
volume={},
number={},
pages={355 -360},
keywords={RRT-connect algorithm;humanoid robot;local collision avoidance method;local task solver;motion planning;statically stable collision-free configurations;whole-body task planning;collision avoidance;humanoid robots;},
doi={10.1109/ICHR.2009.5379547},
ISSN={},}
@INPROCEEDINGS{jain10,
author={Jain, A. and Kemp, C.C.},
booktitle={Humanoid Robots, 2009. Humanoids 2009. 9th IEEE-RAS International Conference on}, title={Pulling open novel doors and drawers with equilibrium point control},
year={2009},
month={7-10},
volume={},
number={},
pages={498 -505},
keywords={Cartesian space equilibrium point;anthropomorphic arm;end effector;gravity compensating torque;humanoid robot;joint space equilibrium point;linear CEP trajectory;mechanical impedance;series elastic actuators;variable equilibrium angle;virtual spring;end effectors;humanoid robots;position control;torque control;},
doi={10.1109/ICHR.2009.5379532},
ISSN={},}
@article{OussamaKanoun06102010,
title={Planning foot placements for a humanoid robot: A problem of inverse kinematics},
author={Kanoun, O. and Laumond, J.P. and Yoshida, E.},
journal={The International Journal of Robotics Research},
volume={30},
number={4},
pages={476--485},
year={2011},
publisher={SAGE Publications}
}
@conference{pettre20032,
title={{A 2-stages locomotion planner for digital actors}},
author={Pettr{\'e}, J. and Laumond, J.P. and Sim{\'e}on, T.},
booktitle={Proceedings of the 2003 ACM SIGGRAPH/Eurographics symposium on Computer animation},
pages={264},
year={2003},
organization={Eurographics Association}
}
@INPROCEEDINGS{yoshida-humanoids05,
author={Yoshida, E. and Belousov, I. and Esteves, C. and Laumond, J.-P.},
booktitle={Humanoid Robots, 2005 5th IEEE-RAS International Conference on}, title={Humanoid motion planning for dynamic tasks},
year={2005},
month={5-5},
volume={},
number={},
pages={1 -6},
keywords={dynamic pattern generator;dynamic tasks;geometric motion;humanoid motion planning;kinematic motion planner;locomotion execution;path reshaping;task execution;humanoid robots;legged locomotion;path planning;robot dynamics;robot kinematics;},
doi={10.1109/ICHR.2005.1573536},
ISSN={},}
@conference{amato1996randomized,
title={{A randomized roadmap method for path and manipulation planning}},
author={Amato, NM and Wu, Y.},
booktitle={1996 IEEE International Conference on Robotics and Automation, 1996. Proceedings.},
volume={1},
year={1996}
}
@article{simeon2004manipulation,
title={{Manipulation planning with probabilistic roadmaps}},
author={Simeon, T. and Laumond, J.P. and Cortes, J. and Sahbani, A.},
journal={The International Journal of Robotics Research},
volume={23},
number={7-8},
pages={729},
year={2004}
}
@article{yang2006elastic,
title={{Elastic roadmaps: Globally task-consistent motion for autonomous mobile manipulation in dynamic environments}},
author={Yang, Y. and Brock, O.},
journal={Proceedings of Robotics: Science and Systems II},
year={2006},
publisher={Citeseer}
}
@PHDTHESIS{kanoun-phd,
AUTHOR = {Kanoun, O.},
TITLE = {Contribution {\`a} la planification de mouvement pour robots humano{\"i}des},
SCHOOL = {Institut National des Sciences Appliqu{\'e}es, Toulouse},
YEAR = {2009}
}
@book{vukobratovic1990biped,
title={{Biped Locomotion: dynamics, stability, control, and application}},
author={Vukobratovi{\'c}, M. and Borovac, B. and Surla, D. and Stoki{\'c}, D.},
year={1990},
publisher={Springer-Verlag}
}
@article{yoshida2010pivoting,
title={{Pivoting based manipulation by a humanoid robot}},
author={Yoshida, E. and Poirier, M. and Laumond, J.P. and Kanoun, O. and Lamiraux, F. and Alami, R. and Yokoi, K.},
journal={Autonomous Robots},
volume={28},
number={1},
pages={77--88},
year={2010},
publisher={Springer}
}
@INPROCEEDINGS{GHAR09A,
AUTHOR = {GHARBI, M. and CORTES, J. and SIMEON, T.},
TITLE = {Roadmap Composition for Multi-Arm Systems path Planning},
BOOKTITLE = {International Conference on Intelligent Robot and Systems (IROS 2009)},
YEAR = {2009},
PAGES = {2471--2476},
ADDRESS = {Saint Louis (Etats-Unis)}
}
@book{schwartz1987planning,
title={{Planning, geometry, and complexity of robot motion}},
author={Schwartz, J.T. and Sharir, M. and Hopcroft, J.E.},
isbn={0893913618},
year={1987},
publisher={Ablex Publishing Corporation}
}
@book{goodman2004handbook,
title={{Handbook of discrete and computational geometry}},
author={Goodman, J.E. and O'Rourke, J.},
isbn={1584883014},
year={2004},
publisher={CRC press}
}
@book{canny1988complexity,
title={{The complexity of robot motion planning}},
author={Canny, J.},
isbn={0262031361},
year={1988},
publisher={The MIT Press}
}
@conference{ratliff2009chomp,
title={{Chomp: Gradient optimization techniques for efficient motion planning}},
author={Ratliff, N. and Zucker, M. and Bagnell, J.A. and Srinivasa, S.},
booktitle={Robotics and Automation, 2009. ICRA'09. IEEE International Conference on},
pages={489--494},
issn={1050-4729},
year={2009},
organization={IEEE}
}
@inproceedings{wieber2002,
AUTHOR = {Wieber, Pierre-Brice},
TITLE = {{On the stability of walking systems}},
BOOKTITLE = {Proceedings of the International Workshop on Humanoid and Human Friendly Robotics},
YEAR = {2002},
ADDRESS = {Tsukuba, Japan},
URL = {http://hal.inria.fr/inria-00390866/en} }
@conference{yoshida2007give,
title={{“Give me the purple ball”-he said to HRP-2 N. 14}},
author={Yoshida, E. and Mallet, A. and Lamiraux, F. and Kanoun, O. and Stasse, O. and Poirier, M. and Dominey, P.F. and Laumond, J.P. and Yokoi, K.},
booktitle={Humanoid Robots, 2007 7th IEEE-RAS International Conference on},
pages={89--95},
year={2007},
organization={IEEE}
}
@conference{kanehiro2004locomotion,
title={{Locomotion planning of humanoid robots to pass through narrow spaces}},
author={Kanehiro, F. and Hirukawa, H. and Kaneko, K. and Kajita, S. and Fujiwara, K. and Harada, K. and Yokoi, K.},
booktitle={Robotics and Automation, 2004. Proceedings. ICRA'04. 2004 IEEE International Conference on},
volume={1},
pages={604--609},
isbn={0780382323},
issn={1050-4729},
year={2004},
organization={IEEE}
}
@conference{chestnutt2005footstep,
title={{Footstep planning for the Honda ASIMO humanoid}},
author={Chestnutt, J. and Lau, M. and Cheung, G. and Kuffner, J. and Hodgins, J. and Kanade, T.},
booktitle={Robotics and Automation, 2005. ICRA 2005. Proceedings of the 2005 IEEE International Conference on},
pages={629--634},
isbn={078038914X},
year={2005},
organization={IEEE}
}
@article{berenson2011task,
title={{Task Space Regions: A framework for pose-constrained manipulation planning}},
author={Berenson, D. and Srinivasa, S.S. and Kuffner, J.},
journal={The International Journal of Robotics Research},
issn={0278-3649},
year={2011},
publisher={SAGE Publications}
}
@article{hsu2006probabilistic,
title={{On the Probabilistic Foundations of Probabilistic Roadmap Planning}},
author={Hsu, D. and Latombe, J.C. and Kurniawati, H.},
journal={The International Journal of Robotics Research},
volume={25},
number={7},
pages={627},
year={2006},
publisher={Multimedia Archives}
}
@ARTICLE{taix-94,
author={Laumond, J.-P. and Jacobs, P.E. and Taix, M. and Murray, R.M.},