@@ -501,8 +501,8 @@ def __init__(self, camera, eterm=0, lmbda=0.05, **kwargs):
501501 pbself.plot_p
502502
503503 References::
504- - Robotics, Vision & Control, Chap 15
505- P. Corke, Springer 2011 .
504+ - Robotics, Vision & Control for Python , Chap 15
505+ P. Corke, Springer 2023 .
506506
507507 .. note:: The history attribute is a vector of structures each of which is a snapshot at
508508 each simulation step of information about the image plane, camera pose, error,
@@ -621,8 +621,8 @@ def __init__(
621621 elements are the depth for the corresponding world points.
622622
623623 References::
624- - Robotics, Vision & Control, Chap 15
625- P. Corke, Springer 2011 .
624+ - Robotics, Vision & Control for Python , Chap 15
625+ P. Corke, Springer 2023 .
626626
627627 .. note::
628628 - The history property is a vector of structures each of which is a
@@ -887,8 +887,8 @@ def __init__(self, camera, eterm=0.01, plane=None, lmbda=0.08, **kwargs):
887887 The plane applies to all lines.
888888
889889 References::
890- - Robotics, Vision & Control, Chap 15
891- P. Corke, Springer 2011 .
890+ - Robotics, Vision & Control for Python , Chap 15
891+ P. Corke, Springer 2023 .
892892
893893 .. note::
894894 - The history property is a vector of structures each of which is a
@@ -1113,8 +1113,8 @@ def __init__(self, camera, eterm=0.08, plane=None, lmbda=0.04, **kwargs):
11131113 The plane applies to all lines.
11141114
11151115 References::
1116- - Robotics, Vision & Control, Chap 15
1117- P. Corke, Springer 2011 .
1116+ - Robotics, Vision & Control for Python , Chap 15
1117+ P. Corke, Springer 2023 .
11181118
11191119 .. note::
11201120 - The history property is a vector of structures each of which is a
@@ -1294,8 +1294,8 @@ def __init__(self, camera, eterm=0.001, lmbda=0.1, depth=None, **kwargs):
12941294 The plane applies to all lines.
12951295
12961296 References::
1297- - Robotics, Vision & Control, Chap 15
1298- P. Corke, Springer 2011 .
1297+ - Robotics, Vision & Control for Python , Chap 15
1298+ P. Corke, Springer 2023 .
12991299
13001300 .. note::
13011301 - The history property is a vector of structures each of which is a
@@ -1530,8 +1530,8 @@ def __init__(self, camera, eterm=0.01, lmbda=0.02, depth=None, **kwargs):
15301530 The plane applies to all lines.
15311531
15321532 References::
1533- - Robotics, Vision & Control, Chap 15
1534- P. Corke, Springer 2011 .
1533+ - Robotics, Vision & Control for Python , Chap 15
1534+ P. Corke, Springer 2023 .
15351535
15361536 .. note::
15371537 - The history property is a vector of structures each of which is a
0 commit comments