Gazebo Drone | Advanced ArduPilot SITL Simulation

Gazebo Drone | Advanced ArduPilot SITL Simulation

If you don’t know already, SITL drones are a very powerful tool in the drone development space. Basically they are simulated drones that run right on your computer.  A basic SITL instance can be spun up in both ArduPilot and PX4, and provide robust testing capabilities right out of the box.  However, some drone applications…

Make An OpenCV Drone

Make An OpenCV Drone

Building a drone that can be controlled with computer vision may sound difficult, but with the right knowledge it is much easier than you would initially suspect. Here is all you need to build an opencv drone.  Let’s take a look at the high level architecture of a drone that could accomplish this task.  Pitfalls…

What Is MAVProxy?

What Is MAVProxy?

So you’ve come here to get a better understand of what MAVProxy is. In a nutshell, MAVProxy is a lightweight ground control station, where the drone/vehicle can be controlled through a simple command line interface. No GUI needed.  A typical GCS like MissionPlanner or QGroundControl let’s you do basic things, like: Change flight modes Monitor…