Embedded Control for Mobile Robotic Applications
Embedded Control for Mobile Robotic Applications

Embedded Control for Mobile Robotic Applications

|
     0     
5
4
3
2
1




International Edition


About the Book

An all-in-one resource for designing and implementing embedded control in mobile robotics In Embedded Control for Mobile Robotic Applications, a distinguished trio of researchers delivers an authoritative and fulsome resource for understanding embedded control and robotics. The book includes coverage of a variety of embedded platforms, their use in controller implementation, stability analyses of designed controllers, and two new approaches for designing embedded controllers. The authors offer a full chapter on Field-Programmable-Gate-Array (FPGA) architecture development for controller design that is perfect for both practitioners and students taking robotics courses and provide a companion website that includes MATLAB codes for simulation and embedded platform-specific code for mobile robotic applications (in Embedded C and Verilog). The two approaches discussed by the authors—the top-down methodology and the bottom-up methodology—are of immediate practical utility to both practicing professionals in the field and students studying control applications and mobile robotics. The book also offers: A thorough introduction to embedded control, including processor, IC, and design technology, as well as a discussion of limitations in embedded control design Comprehensive explorations of the bottom-up and top-down methods, including computations using CORDIC, interval arithmetic, sliding surface design, and switched nonlinear systems Practical discussions of generic FPGA architecture design, including Verilog, PID controllers, DC motors and Encoder, and a systematic approach for designing architecture using FSMD In-depth examinations of discrete-time controller design, including the approximation to discrete-time transfer function and embedded implementation stability Perfect for practitioners working in embedded control design and control applications in robotics, Embedded Control for Mobile Robotic Applications will also earn a place in the libraries of academicians, researchers, senior undergraduate students, and graduate students in these fields.

Table of Contents:
Contributors ix Preface xi Acknowledgments xv Acronyms xvii Introduction xxi 1 Embedded Technology for Mobile Robotics 1 1.1 Embedded Control System 2 1.2 Mobile Robotics 4 1.2.1 Robot Model for 2D Motion 5 1.2.2 Robot Model for 3D Motion 20 1.3 Embedded Technology 29 1.3.1 Processor technology 31 1.3.2 IC technology 33 1.4 Commercially available embedded processors 35 1.4.1 Microprocessor 35 1.4.2 Microcontroller 36 1.4.3 Field Programmable Gate Arrays (FPGA) 37 1.4.4 Digital Signal Processor 38 1.5 Notes and further readings 39 2 Discrete-time controller design 41 2.1 Transfer function for equivalent discrete-time system 42 2.2 Discrete-time PID Controller design 49 2.3 Stability in embedded implementation 52 2.3.1 Sampling 52 2.3.2 Quantization 55 2.3.3 Processing time 62 2.4 Notes and Further Readings 62 3 Embedded Control and Robotics 65 3.1 Transformations 67 3.1.1 2D Transformations 67 3.1.2 3D Transformations 71 3.2 Collision detection & avoidance 73 3.2.1 Vector field histogram (VFH) 74 3.2.2 Curvature Velocity Technique (CVM) 76 3.2.3 Dynamic Window Approach (DWA) 76 3.3 Localization 78 3.4 Path Planning 83 3.4.1 Potential field path planning 84 3.4.2 Graph-based path planning 87 3.5 Multi-agent scenarios 93 3.6 Notes and Further Readings 97 4 Bottom-up Method 99 4.1 Computations using CORDIC1 100 4.1.1 Coordinate transformation 103 4.1.2 Exponential and logarithmic functions 104 4.2 Interval Arithmetic2 105 4.2.1 Basics of Interval Arithmetic 105 4.2.2 Inclusion Function and inclusion tests 108 4.3 Collision detection using interval technique3 110 4.4 Free interval computation for collision avoidance4 115 4.5 Notes for further reading 119 5 Top-Down Method 123 5.1 Robust controller design 124 5.1.1 Basic Definitions 125 5.1.2 State feedback control 128 5.1.3 Sliding mode control 133 5.1.4 Sliding surface design for position stabilization in 2D 144 5.1.5 Position stabilization for a vehicle in 3D 149 5.1.6 Embedded implementation 159 5.2 Switched nonlinear system 160 5.2.1 Swarm Aggregation as a switched nonlinear system 164 5.2.2 Embedded Implementation 169 5.3 Notes and Further Readings 170 6 Generic FPGA architecture design 173 6.1 FPGA basics and Verilog 174 6.2 Systematic approach for designing architecture using FSM1 182 6.2.1 PID controller architecture 183 6.2.2 Sliding Mode Controller Architecture 190 6.3 FPGA implementation 194 6.4 Parallel Implementation of Multiple Controllers 200 6.5 Notes and Further Readings 201 7 Summary 203 Contributors ix Preface xi Acknowledgments xv Acronyms xvii Introduction xxi 1 Embedded Technology for Mobile Robotics 1 1.1 Embedded Control System 2 1.2 Mobile Robotics 4 1.2.1 Robot Model for 2D Motion 5 1.2.2 Robot Model for 3D Motion 20 1.3 Embedded Technology 29 1.3.1 Processor technology 31 1.3.2 IC technology 33 1.4 Commercially available embedded processors 35 1.4.1 Microprocessor 35 1.4.2 Microcontroller 36 1.4.3 Field Programmable Gate Arrays (FPGA) 37 1.4.4 Digital Signal Processor 38 1.5 Notes and further readings 39 2 Discrete-time controller design 41 2.1 Transfer function for equivalent discrete-time system 42 2.2 Discrete-time PID Controller design 49 2.3 Stability in embedded implementation 52 2.3.1 Sampling 52 2.3.2 Quantization 55 2.3.3 Processing time 62 2.4 Notes and Further Readings 62 3 Embedded Control and Robotics 65 3.1 Transformations 67 3.1.1 2D Transformations 67 3.1.2 3D Transformations 71 3.2 Collision detection & avoidance 73 3.2.1 Vector field histogram (VFH) 74 3.2.2 Curvature Velocity Technique (CVM) 76 3.2.3 Dynamic Window Approach (DWA) 76 3.3 Localization 78 3.4 Path Planning 83 3.4.1 Potential field path planning 84 3.4.2 Graph-based path planning 87 3.5 Multi-agent scenarios 93 3.6 Notes and Further Readings 97 4 Bottom-up Method 99 4.1 Computations using CORDIC1 100 4.1.1 Coordinate transformation 103 4.1.2 Exponential and logarithmic functions 104 4.2 Interval Arithmetic2 105 4.2.1 Basics of Interval Arithmetic 105 4.2.2 Inclusion Function and inclusion tests 108 4.3 Collision detection using interval technique3 110 4.4 Free interval computation for collision avoidance4 115 4.5 Notes for further reading 119 5 Top-Down Method 123 5.1 Robust controller design 124 5.1.1 Basic Definitions 125 5.1.2 State feedback control 128 5.1.3 Sliding mode control 133 5.1.4 Sliding surface design for position stabilization in 2D 144 5.1.5 Position stabilization for a vehicle in 3D 149 5.1.6 Embedded implementation 159 5.2 Switched nonlinear system 160 5.2.1 Swarm Aggregation as a switched nonlinear system 164 5.2.2 Embedded Implementation 169 5.3 Notes and Further Readings 170 6 Generic FPGA architecture design 173 6.1 FPGA basics and Verilog 174 6.2 Systematic approach for designing architecture using FSM1 182 6.2.1 PID controller architecture 183 6.2.2 Sliding Mode Controller Architecture 190 6.3 FPGA implementation 194 6.4 Parallel Implementation of Multiple Controllers 200 6.5 Notes and Further Readings 201 7 Summary 203


Best Sellers


Product Details
  • ISBN-13: 9781119812388
  • Publisher: John Wiley & Sons Inc
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 10 mm
  • Width: 10 mm
  • ISBN-10: 1119812380
  • Publisher Date: 29 Aug 2022
  • Height: 10 mm
  • No of Pages: 176
  • Returnable: N
  • Weight: 458 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Embedded Control for Mobile Robotic Applications
John Wiley & Sons Inc -
Embedded Control for Mobile Robotic Applications
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Embedded Control for Mobile Robotic Applications

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!