- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 177字
- 2021-06-24 15:30:19
Preface
C++ is one of the most popular legacy programming languages for robotics, and a combination of C++ and robotics hardware is used in many leading industries. This book will bridge the gap between Raspberry Pi and C/C++ programming and enable you to develop applications for Raspberry Pi. To follow along with the projects covered in the book, you can implement C programs in Raspberry Pi with the wiringPi library.
With this book, you’ll develop a fully functional car robot and write programs to move it in different directions. You’ll then create an obstacle-avoiding robot using an ultrasonic sensor. Furthermore, you’ll find out how to control the robot wirelessly using your PC/Mac. This book will also help you work with object detection and tracking using OpenCV, and guide you through exploring face detection techniques. Finally, you will create an Android app and control the robot wirelessly with an Android smartphone.
By the end of this book, you will have gained experience in developing a robot using Raspberry Pi and C/C++ programming.
- Extending Jenkins
- 零基礎學C++程序設計
- 零基礎PHP學習筆記
- vSphere High Performance Cookbook
- 零基礎玩轉區塊鏈
- Python GUI Programming Cookbook
- Java程序設計:原理與范例
- 數據結構習題解析與實驗指導
- Cybersecurity Attacks:Red Team Strategies
- Getting Started with React Native
- Python大學實用教程
- MATLAB 2020 GUI程序設計從入門到精通
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Qt編程快速入門