Details

Autonomous Mobile Robots and Multi-Robot Systems


Autonomous Mobile Robots and Multi-Robot Systems

Motion-Planning, Communication, and Swarming
1. Aufl.

von: Eugene Kagan, Nir Shvalb, Irad Ben-Gal

113,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 02.09.2019
ISBN/EAN: 9781119213178
Sprache: englisch
Anzahl Seiten: 344

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

Beschreibungen

<p><b>Offers a theoretical and practical guide to the communication and navigation of autonomous mobile robots and multi-robot systems</b></p> <p>This book covers the methods and algorithms for the navigation, motion planning, and control of mobile robots acting individually and in groups. It addresses methods of positioning in global and local coordinates systems, off-line and on-line path-planning, sensing and sensors fusion, algorithms of obstacle avoidance, swarming techniques and cooperative behavior. The book includes ready-to-use algorithms, numerical examples and simulations, which can be directly implemented in both simple and advanced mobile robots, and is accompanied by a website hosting codes, videos, and PowerPoint slides</p> <p><i>Autonomous Mobile Robots and Multi-Robot Systems: Motion-Planning, Communication and Swarming</i> consists of four main parts. The first looks at the models and algorithms of navigation and motion planning in global coordinates systems with complete information about the robot’s location and velocity. The second part considers the motion of the robots in the potential field, which is defined by the environmental states of the robot's expectations and knowledge. The robot's motion in the unknown environments and the corresponding tasks of environment mapping using sensed information is covered in the third part. The fourth part deals with the multi-robot systems and swarm dynamics in two and three dimensions.</p> <ul> <li>Provides a self-contained, theoretical guide to understanding mobile robot control and navigation</li> <li>Features implementable algorithms, numerical examples, and simulations</li> <li>Includes coverage of models of motion in global and local coordinates systems with and without direct communication between the robots</li> <li>Supplemented by a companion website offering codes, videos, and PowerPoint slides</li> </ul> <p><i>Autonomous Mobile Robots and Multi-Robot Systems: Motion-Planning, Communication and Swarming</i> is an excellent tool for researchers, lecturers, senior undergraduate and graduate students, and engineers dealing with mobile robots and related issues.</p>
<p>List of Contributors xi</p> <p>Preface xiii</p> <p>Acknowledgments xv</p> <p>About the Companion Website xvii</p> <p><b>Introduction 1<br /></b><i>Eugene Kagan, Nir Shvalb, and Irad Ben-Gal</i></p> <p>I.1 Early History of Robots 1</p> <p>I.2 Autonomous Robots 2</p> <p>I.3 Robot Arm Manipulators 6</p> <p>I.4 Mobile Robots 8</p> <p>I.5 Multi-Robot Systems and Swarms 12</p> <p>I.6 Goal and Structure of the Book 16</p> <p>References 17</p> <p><b>1 Motion-Planning Schemes in Global Coordinates 21<br /></b><i>Oded Medina and Nir Shvalb</i></p> <p>1.1 Motivation 21</p> <p>1.2 Notations 21</p> <p>1.2.1 The Configuration Space 22</p> <p>1.2.2 The Workspace 23</p> <p>1.2.3 The Weight Function 23</p> <p>1.3 Motion-Planning Schemes: Known Configuration Spaces 25</p> <p>1.3.1 Potential-Field Algorithms 25</p> <p>1.3.2 Grid-Based Algorithms 27</p> <p>1.3.3 Sampling-Based Algorithms 29</p> <p>1.4 Motion-Planning Schemes: Partially Known Configuration Spaces 30</p> <p>1.4.1 BUG0 (Reads Bug-Zero) 31</p> <p>1.4.2 BUG1 32</p> <p>1.4.3 BUG2 32</p> <p>1.5 Summary 33</p> <p>References 33</p> <p><b>2 Basic Perception 35<br /></b><i>Simon Lineykin</i></p> <p>2.1 Basic Scheme of Sensors 35</p> <p>2.2 Obstacle Sensor (Bumper) 36</p> <p>2.3 The Odometry Sensor 48</p> <p>2.4 Distance Sensors 52</p> <p>2.4.1 The ToF Range Finders 52</p> <p>2.4.2 The Phase Shift Range Finder 56</p> <p>2.4.3 Triangulation Range Finder 59</p> <p>2.4.4 Ultrasonic Rangefinder 60</p> <p>2.5 Summary 63</p> <p>References 63</p> <p><b>3 Motion in the Global Coordinates 65<br /></b><i>Nir Shvalb and Shlomi Hacohen</i></p> <p>3.1 Models of Mobile Robots 65</p> <p>3.1.1 Wheeled Mobile Robots 65</p> <p>3.1.2 Aerial Mobile Robots 67</p> <p>3.2 Kinematic and Control of Hilare-Type Mobile Robots 69</p> <p>3.2.1 Forward Kinematics of Hilare-Type Mobile Robots 69</p> <p>3.2.2 Velocity Control of Hilare-Type Mobile Robots 71</p> <p>3.2.3 Trajectory Tracking 72</p> <p>3.3 Kinematic and Control of Quadrotor Mobile Robots 74</p> <p>3.3.1 Dynamics of Quadrotor-Type Mobile Robots 74</p> <p>3.3.2 Forces and Torques Generated by the Propellers 75</p> <p>3.3.3 Relative End Global Coordinates 76</p> <p>3.3.4 The Quadrotor Dynamic Model 78</p> <p>3.3.5 A Simplified Dynamic Model 79</p> <p>3.3.6 Trajectory Tracking Control of Quadrotors 80</p> <p>3.3.7 Simulations 84</p> <p>References 85</p> <p><b>4 Motion in Potential Field and Navigation Function 87<br /></b><i>Nir Shvalb and Shlomi Hacohen</i></p> <p>4.1 Problem Statement 87</p> <p>4.2 Gradient Descent Method of Optimization 89</p> <p>4.2.1 Gradient Descent Without Constraints 89</p> <p>4.2.2 Gradient Descent with Constraints 92</p> <p>4.3 Minkowski Sum 94</p> <p>4.4 Potential Field 95</p> <p>4.5 Navigation Function 99</p> <p>4.5.1 Navigation Function in Static Deterministic Environment 99</p> <p>4.5.2 Navigation Function in Static Uncertain Environment 102</p> <p>4.5.3 Navigation Function and Potential Fields in Dynamic Environment 104</p> <p>4.5.3.1 Estimation 105</p> <p>4.5.3.2 Prediction 105</p> <p>4.5.3.3 Optimization 106</p> <p>4.6 Summary 106</p> <p>References 107</p> <p><b>5 GNSS and Robot Localization 109<br /></b><i>Roi Yozevitch and Boaz Ben-Moshe</i></p> <p>5.1 Introduction to Satellite Navigation 109</p> <p>5.1.1 Trilateration 109</p> <p>5.2 Position Calculation 111</p> <p>5.2.1 Multipath Signals 111</p> <p>5.2.2 GNSS Accuracy Analysis 112</p> <p>5.2.3 DoP 112</p> <p>5.3 Coordinate Systems 113</p> <p>5.3.1 Latitude, Longitude, and Altitude 113</p> <p>5.3.2 UTM Projection 113</p> <p>5.3.3 Local Cartesian Coordinates 114</p> <p>5.4 Velocity Calculation 115</p> <p>5.4.1 Calculation Outlines 115</p> <p>5.4.2 Implantation Remarks 116</p> <p>5.5 Urban Navigation 116</p> <p>5.5.1 Urban Canyon Navigation 117</p> <p>5.5.2 Map Matching 117</p> <p>5.5.3 Dead Reckoning – Inertial Sensors 118</p> <p>5.6 Incorporating GNSS Data with INS 118</p> <p>5.6.1 Modified Particle Filter 118</p> <p>5.6.2 Estimating Velocity by Combining GNSS and INS 119</p> <p>5.7 GNSS Protocols 120</p> <p>5.8 Other Types of GPS 121</p> <p>5.8.1 A-GPS 121</p> <p>5.8.2 DGPS Systems 122</p> <p>5.8.3 RTK Navigation 122</p> <p>5.9 GNSS Threats 123</p> <p>5.9.1 GNSS Jamming 123</p> <p>5.9.2 GNSS Spoofing 123</p> <p>References 123</p> <p><b>6 Motion in Local Coordinates 125<br /></b><i>Shraga Shoval</i></p> <p>6.1 Global Motion Planning and Navigation 125</p> <p>6.2 Motion Planning with Uncertainties 128</p> <p>6.2.1 Uncertainties in Vehicle Performance 128</p> <p>6.2.1.1 Internal Dynamic Uncertainties 128</p> <p>6.2.1.2 External Dynamic Uncertainties 129</p> <p>6.2.2 Sensors Uncertainties 129</p> <p>6.2.3 Motion-Planning Adaptation to Uncertainties 130</p> <p>6.3 Online Motion Planning 131</p> <p>6.3.1 Motion Planning with Differential Constraints 132</p> <p>6.3.2 Reactive Motion Planning 134</p> <p>6.4 Global Positioning with Local Maps 135</p> <p>6.5 UAV Motion Planning in 3D Space 137</p> <p>6.6 Summary 139</p> <p>References 140</p> <p><b>7 Motion in an Unknown Environment 143<br /></b><i>Eugene Kagan</i></p> <p>7.1 Probabilistic Map-Based Localization 143</p> <p>7.1.1 Beliefs Distribution and Markov Localization 145</p> <p>7.1.2 Motion Prediction and Kalman Localization 150</p> <p>7.2 Mapping the Unknown Environment and Decision-Making 154</p> <p>7.2.1 Mapping and Localization 155</p> <p>7.2.2 Decision-Making under Uncertainties 161</p> <p>7.3 Examples of Probabilistic Motion Planning 169</p> <p>7.3.1 Motion Planning in Belief Space 169</p> <p>7.3.2 Mapping of the Environment 176</p> <p>7.4 Summary 178</p> <p>References 179</p> <p><b>8 Energy Limitations and Energetic Efficiency of Mobile Robots 183<br /></b><i>Michael Ben Chaim</i></p> <p>8.1 Introduction 183</p> <p>8.2 The Problem of Energy Limitations in Mobile Robots 183</p> <p>8.3 Review of Selected Literature on Power Management and Energy Control in Mobile Robots 185</p> <p>8.4 Energetic Model of Mobile Robot 186</p> <p>8.5 Mobile Robots Propulsion 188</p> <p>8.5.1 Wheeled Mobile Robots Propulsion 189</p> <p>8.5.2 Propulsion of Mobile Robots with Caterpillar Drive 190</p> <p>8.6 Energetic Model of Mechanical Energies Sources 192</p> <p>8.6.1 Internal Combustion Engines 193</p> <p>8.6.2 Lithium Electric Batteries 194</p> <p>8.7 Summary 195</p> <p>References 195</p> <p><b>9 Multi-Robot Systems and Swarming 199<br /></b><i>Eugene Kagan, Nir Shvalb, Shlomi Hacohen, and Alexander Novoselsky</i></p> <p>9.1 Multi-Agent Systems and Swarm Robotics 199</p> <p>9.1.1 Principles of Multi-Agent Systems 200</p> <p>9.1.2 Basic Flocking and Methods of Aggregation and Collision Avoidance 208</p> <p>9.2 Control of the Agents and Positioning of Swarms 218</p> <p>9.2.1 Agent-Based Models 219</p> <p>9.2.2 Probabilistic Models of Swarm Dynamics 234</p> <p>9.3 Summary 236</p> <p>References 238</p> <p><b>10 Collective Motion with Shared Environment Map 243<br /></b><i>Eugene Kagan and Irad Ben-Gal</i></p> <p>10.1 Collective Motion with Shared Information 243</p> <p>10.1.1 Motion in Common Potential Field 244</p> <p>10.1.2 Motion in the Terrain with Sharing Information About Local Environment 250</p> <p>10.2 Swarm Dynamics in a Heterogeneous Environment 253</p> <p>10.2.1 Basic Flocking in Heterogeneous Environment and External Potential Field 253</p> <p>10.2.2 Swarm Search with Common Probability Map 259</p> <p>10.3 Examples of Swarm Dynamics with Shared Environment Map 261</p> <p>10.3.1 Probabilistic Search with Multiple Searchers 261</p> <p>10.3.2 Obstacle and Collision Avoidance Using Attraction/Repulsion Potentials 264</p> <p>10.4 Summary 270</p> <p>References 270</p> <p><b>11 Collective Motion with Direct and Indirect Communication 273<br /></b><i>Eugene Kagan and Irad Ben-Gal</i></p> <p>11.1 Communication Between Mobile Robots in Groups 273</p> <p>11.2 Simple Communication Protocols and Examples of Collective Behavior 277</p> <p>11.2.1 Examples of Communication Protocols for the Group of Mobile Robots 278</p> <p>11.2.1.1 Simple Protocol for Emulating One-to-One Communication in the Lego NXT Robots 278</p> <p>11.2.1.2 Flocking and Preserving Collective Motion of the Robot’s Group 284</p> <p>11.2.2 Implementation of the Protocols and Examples of Collective Behavior of Mobile Robots 287</p> <p>11.2.2.1 One-to-One Communication and Centralized Control in the Lego NXT Robots 287</p> <p>11.2.2.2 Collective Motion of Lego NXT Robots Preserving the Group Activity 291</p> <p>11.3 Examples of Indirect and Combined Communication 293</p> <p>11.3.1 Models of Ant Motion and Simulations of Pheromone Robotic System 293</p> <p>11.3.2 Biosignaling and Destructive Search by the Group of Mobile Agents 297</p> <p>11.4 Summary 300</p> <p>References 301</p> <p><b>12 Brownian Motion and Swarm Dynamics 305<br /></b><i>Eugene Khmelnitsky</i></p> <p>12.1 Langevin and Fokker-Plank Formalism 305</p> <p>12.2 Examples 307</p> <p>12.3 Summary 316</p> <p>References 316</p> <p><b>13 Conclusions 317<br /></b><i>Nir Shvalb, Eugene Kagan, and Irad Ben-Gal</i></p> <p>Index 319</p>
<p><b>EUGENE KAGAN, P<small>H</small>D,</b> is a senior lecturer in the Department of Industrial Engineering at Ariel University, Israel, and is also an advisor in the Department of Mathematics at the Weizmann Institute of Science and an affiliated researcher at the Laboratory for AI, Machine Learning, & Business Data Analytics at Tel-Aviv University. <p><b>NIR SHVALB, P<small>H</small>D</b>, is a Professor at the Faculty of Engineering at Ariel University, Israel, and the joint head of Kinematics and Computational Geometry laboratory. <p><b>IRAD BEN-GAL, P<small>H</small>D,</b> is a Professor at the Department of Industrial Engineering at Tel-Aviv University, Israel. He is the head of the Laboratory for AI, Machine Learning, Business & Data Analytics (LAMBDA) at Tel-Aviv University.
<p><b>Offers a theoretical and practical guide to the communication and navigation of autonomous mobile robots and multi-robot systems</b> <p>This book covers the methods and algorithms for the navigation, motion planning, and control of mobile robots acting individually and in groups. It addresses methods of positioning in global and local coordinates systems, off-line and on-line path-planning, sensing and sensors fusion, algorithms of obstacle avoidance, swarming techniques and cooperative behavior. The book includes ready-to-use algorithms, numerical examples and simulations, which can be directly implemented in both simple and advanced mobile robots, and is accompanied by a website hosting codes, videos, and PowerPoint slides. <p><i>Autonomous Mobile Robots and Multi-Robot Systems: Motion-Planning, Communication, and Swarming</i> consists of four main parts. The first looks at the models and algorithms of navigation and motion planning in global coordinates systems with complete information about the robot's location and velocity. The second part considers the motion of the robots in the potential field, which is defined by the environmental states of the robot's expectations and knowledge. The robot's motion in the unknown environments and the corresponding tasks of environment mapping using sensed information is covered in the third part. The fourth part deals with the multi-robot systems and swarm dynamics in two and three dimensions. <ul> <li>Provides a self-contained, theoretical guide to understanding mobile robot control and navigation</li> <li>Features implementable algorithms, numerical examples, and simulations</li> <li>Includes coverage of models of motion in global and local coordinates systems with and without direct communication between the robots</li> <li>Supplemented by a companion website offering codes, videos, and PowerPoint slides</li> </ul> <p><i>Autonomous Mobile Robots and Multi-Robot Systems: Motion-Planning, Communication, and Swarming</i> is an excellent tool for researchers, lecturers, senior undergraduate and graduate students, and engineers dealing with mobile robots and related issues.

Diese Produkte könnten Sie auch interessieren:

Strategies to the Prediction, Mitigation and Management of Product Obsolescence
Strategies to the Prediction, Mitigation and Management of Product Obsolescence
von: Bjoern Bartels, Ulrich Ermel, Peter Sandborn, Michael G. Pecht
PDF ebook
116,99 €