Book Image

Designing Purpose-Built Drones for Ardupilot Pixhawk 2.1

By : Ty Audronis
Book Image

Designing Purpose-Built Drones for Ardupilot Pixhawk 2.1

By: Ty Audronis

Overview of this book

The Ardupilot platform is an application ecosystem that encompasses various OS projects for drone programming, flight control, and advanced functionalities.The Ardupilot platform supports many Comms and APIs, such as DroneKit, ROS, and MAVLink. It unites OS drone projects to provide a common codebase. With the help of this book, you will have the satisfaction of building a drone from scratch and exploring its many recreational uses (aerial photography, playing, aerial surveillance, and so on). This book helps individuals and communities build powerful UAVs for both personal and commercial purposes. You will learn to unleash the Ardupilot technology for building, monitoring, and controlling your drones.This is a step-by-step guide covering practical examples and instructions for assembling a drone, building ground control unit using microcontrollers, QgroundControl, and MissionPlanner. You can further build robotic applications on your drone utilizing critical software libraries and tools from the ROS framework. With the help of DroneKit and MAVLink (for reliable communication), you can customize applications via cloud and mobile to interact with your UAV.
Table of Contents (16 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Designing the duck body for 3D printing


Even if you don't own a 3D printer, designing for one is handy. Plus, you can always ship your designs off to a friend, or service that does have such a device. You should eventually get one though, and they are relatively inexpensive nowadays.

One of the beauties of Computer Aided Design (CAD) is that you don't actually have to use CAD software to create objects in the real world. Confused? Don't be. CAD design and 3D animation software use very similar methodologies for modeling objects. They even share (some) file formats. And any 3D modeling software (worth its salt) can import and export in CAD formats.

You don't have to spend a boatload on AutoCAD or SolidWorks to create and prototype your designs. These programs can cost thousands of dollars (per year, or even per month) to own. Instead, you can use free software such as Blender to model your objects. The additional benefit to these easily accessed software packages is that there are tons of YouTube...