Details

Reliable Robot Localization


Reliable Robot Localization

A Constraint-Programming Approach Over Dynamical Systems
1. Aufl.

von: Simon Rohou, Luc Jaulin, Lyudmila Mihaylova, Fabrice Le Bars, Sandor M. Veres

139,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 03.12.2019
ISBN/EAN: 9781119680963
Sprache: englisch
Anzahl Seiten: 288

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

Localization for underwater robots remains a challenging issue. Typical sensors, such as Global Navigation Satellite System (GNSS) receivers, cannot be used under the surface and other inertial systems suffer from a strong integration drift. On top of that, the seabed is generally uniform and unstructured, making it difficult to apply Simultaneous Localization and Mapping (SLAM) methods to perform localization. Reliable Robot Localization presents an innovative new method which can be characterized as a raw-data SLAM approach. It differs from extant methods by considering time as a standard variable to be estimated, thus raising new opportunities for state estimation, so far underexploited. However, such temporal resolution is not straightforward and requires a set of theoretical tools in order to achieve the main purpose of localization. This book not only presents original contributions to the field of mobile robotics, it also offers new perspectives on constraint programming and set-membership approaches. It provides a reliable contractor programming framework in order to build solvers for dynamical systems. This set of tools is illustrated throughout this book with realistic robotic applications.
<p>Preface xi</p> <p>Notations xiii</p> <p>Abbreviations xvii</p> <p>Introduction xix</p> <p><b>Part 1. Interval Tools </b><b>1</b></p> <p><b>Introduction to Part 1 </b><b>3</b></p> <p><b>Chapter 1. Static Set-membership State Estimation </b><b>5</b></p> <p>1.1. Introduction 5</p> <p>1.2. Interval analysis 8</p> <p>1.2.1. Once upon a time 8</p> <p>1.2.2. Intervals 10</p> <p>1.2.3. Inclusion functions 14</p> <p>1.2.4. Pessimism and wrapping effect 16</p> <p>1.3. Constraint propagation 19</p> <p>1.3.1. Constraint networks 19</p> <p>1.3.2. Contractors 21</p> <p>1.3.3. Application to static range-only robot localization 24</p> <p>1.4. Set-inversion via interval analysis 25</p> <p>1.4.1. Subpaving 25</p> <p>1.4.2. SIVIA algorithm for set-inversion 28</p> <p>1.4.3. Illustration involving contractions 29</p> <p>1.4.4. Kernel characterization of an interval function 33</p> <p>1.5. Discussions 35</p> <p>1.5.1. From sensors to reliable results 36</p> <p>1.5.2. Numerical libraries 37</p> <p>1.5.3. Reliable tool for proof purposes 38</p> <p>1.6. Conclusion 38</p> <p><b>Chapter 2. Constraints Over Sets of Trajectories </b><b>41</b></p> <p>2.1. Towards dynamic state estimation 41</p> <p>2.1.1. Overall motivations 41</p> <p>2.1.2. The approach presented in this book 43</p> <p>2.2. Tubes 44</p> <p>2.2.1. Definitions 44</p> <p>2.2.2. Tube analysis 45</p> <p>2.2.3. Contractors 48</p> <p>2.3. Implementation 50</p> <p>2.3.1. Data structure 52</p> <p>2.3.2. Build a tube from real datasets 54</p> <p>2.3.3. <i>Tubex</i>, dedicated tube library 57</p> <p>2.4. Application: dead-reckoning of a mobile robot 57</p> <p>2.4.1. Test case 58</p> <p>2.4.2. Constraint network 58</p> <p>2.4.3. Resolution 59</p> <p>2.5. Discussions 60</p> <p>2.5.1. Limits 60</p> <p>2.5.2. Extract the most probable trajectory from a tube 61</p> <p>2.5.3. Application to path planning 62</p> <p>2.6. Conclusion 63</p> <p><b>Part 2. Constraints-related Contributions </b><b>65</b></p> <p><b>Introduction to Part 2 </b><b>67</b></p> <p><b>Chapter 3. Trajectories under Differential Constraints </b><b>69</b></p> <p>3.1. Introduction 69</p> <p>3.1.1. The differential problem 69</p> <p>3.1.2. Attempts with set-membership methods 70</p> <p>3.1.3. Contribution of this work 72</p> <p>3.2. Differential contractor for <i>L</i> <i><sub>d/dt</sub></i>: <i>ẋ</i>(·) = <i>v</i>(·) 73</p> <p>3.2.1. Definition and proof 74</p> <p>3.2.2. Contraction of the derivative 79</p> <p>3.2.3. Implementation 80</p> <p>3.3. Contractor-based approach for state estimation 82</p> <p>3.3.1. Constraint network of state equations 84</p> <p>3.3.2. Fixed-point propagations 85</p> <p>3.3.3. Theoretical example of interest <i>ẋ</i> = −sin(<i>x</i>) 87</p> <p>3.4. Robotic applications 90</p> <p>3.4.1. Causal kinematic chain 90</p> <p>3.4.2. Higher-order differential constraints 93</p> <p>3.4.3. Kidnapped robot problem 93</p> <p>3.4.4. Actual experiment with the <i>Daurade</i> AUV 94</p> <p>3.5. Conclusion 99</p> <p><b>Chapter 4. Trajectories Under Evaluation Constraints </b><b>101</b></p> <p>4.1. Introduction 101</p> <p>4.1.1. Contribution of this work 101</p> <p>4.1.2. Motivations to deal with time uncertainties 102</p> <p>4.2. Generic contractor for trajectory evaluation 105</p> <p>4.2.1. Tube contractor for the constraint <i>L</i><sub>eval</sub> : <i>z</i> = <i>y</i>(<i>t</i>) 105</p> <p>4.2.2. Implementation 111</p> <p>4.2.3. Application to state estimation 113</p> <p>4.3. Robotic applications 114</p> <p>4.3.1. Range-only robot localization with low-cost beacons 114</p> <p>4.3.2. Reliable correction of a drifting clock 121</p> <p>4.4. Conclusion 127</p> <p><b>Part 3. Robotics-related Contributions </b><b>129</b></p> <p><b>Introduction to Part 3 </b><b>131</b></p> <p><b>Chapter 5. Looped Trajectories: From Detections to Proofs </b><b>133</b></p> <p>5.1. Introduction 133</p> <p>5.1.1. The difference between detection and verification 133</p> <p>5.1.2. Proprioceptive versus exteroceptive measurements 134</p> <p>5.1.3. The two-dimensional case 135</p> <p>5.2. Proprioceptive loop detections 135</p> <p>5.2.1. Formalization 136</p> <p>5.2.2. Loop detections in a bounded-error context 137</p> <p>5.2.3. Approximation of the solution set T 138</p> <p>5.3. Proving loops in detection sets 141</p> <p>5.3.1. Formalism: zero verification 141</p> <p>5.3.2. Topological degree for zero verification 141</p> <p>5.3.3. Loop existence test 145</p> <p>5.3.4. Reliable number of loops 149</p> <p>5.4. Applications 151</p> <p>5.4.1. The <i>Redermor </i>mission 152</p> <p>5.4.2. The<i> Daurade</i> mission 156</p> <p>5.4.3. Optimality of the approach 159</p> <p>5.5. Conclusion 163</p> <p><b>Chapter 6. A Reliable Temporal Approach for the SLAM Problem </b><b>165</b></p> <p>6.1. Introduction 165</p> <p>6.1.1. Motivations 165</p> <p>6.1.2. SLAM formalism 167</p> <p>6.1.3. Inter-temporalities 169</p> <p>6.2. Temporal SLAM method 172</p> <p>6.2.1. General assumptions 172</p> <p>6.2.2. Temporal resolution 173</p> <p>6.2.3. L<sub>p</sub><sub>⇒z</sub>: inter-temporal implication constraint 174</p> <p>6.2.4. The C<sub>p</sub><sub>⇒z </sub>contractor 178</p> <p>6.2.5. Temporal SLAM algorithm 186</p> <p>6.3. Underwater application: bathymetric SLAM 190</p> <p>6.3.1. Context 190</p> <p>6.3.2. <i>Daurade</i>’s underwater mission, October 20, 2015 194</p> <p>6.3.3. <i>Daurade</i>’s underwater mission, October 19, 2015 199</p> <p>6.3.4. Overview of the environment 202</p> <p>6.4. Discussions 203</p> <p>6.4.1. Relation to the state of the art 203</p> <p>6.4.2. About a Bayesian resolution 205</p> <p>6.4.3. Biased sensors 205</p> <p>6.4.4. Fluctuating measurements 205</p> <p>6.5. Conclusion 207</p> <p>Conclusion 211</p> <p>References 217</p> <p>Index 229</p>
Simon Rohou is an Associate Professor at ENSTA Bretagne -Lab-STICC (Brest, France). Luc Jaulin is Full Professor of Robotics at ENSTA Bretagne-Lab-STICC. Lyudmila Mihaylova is Professor of Signal Processing and Control with the Department of Automatic Control and Systems Engineering at the University of Sheffield (UK). Fabrice Le Bars is an Associate Professor at ENSTA Bretagne-Lab-STICC. Sandor M. Veres holds a chair in Autonomous Control Systems, and leads the Robotics and Autonomous Systems Research Group at the Department of Automatic Control and Systems Engineering at the University of Sheffield.

Diese Produkte könnten Sie auch interessieren:

Bandwidth Efficient Coding
Bandwidth Efficient Coding
von: John B. Anderson
PDF ebook
114,99 €
Bandwidth Efficient Coding
Bandwidth Efficient Coding
von: John B. Anderson
EPUB ebook
114,99 €