PX4 Software-In-The-Loop Simulation with Ignition Gazebo

This post is written by Jaeyoung Lim Ignition Gazebo has been integrated into the PX4 simulation framework: To run this example, simply run the following command in the root of the PX4-Autopilot repository The repository can be found in https://github.com/Auterion/px4-simulation-ignition Installation instructions can be found in: http://docs.px4.io/master/en/simulation/ignition_gazebo.html#ignition-gazebo-simulation This has been presented in the PX4 Dev…

Making a Fisheye Camera in Unity

I had to create a fisheye camera for my research, but I couldn’t find a resource that I can use right away. So I created my own fisheye camera model for Unity. I order to create a virtual fisheye camera, you need to create mesh objects and use add them to a Unity project. Here…

Using mavlink-router to route MAVLink streams over the network

Jaeyoung Lim MAVLink is a standard protocol which is used for drones both for internal communications and external communications. It is a popular interface for flight controllers such as PX4, Ardupilot, Betaflight and more. This was mainly used for GCS such as Qgroundcontrol, Mission Planner for the command control link. However, this is also useful…

Exercises of Programming for Robotics – ROS

Programming for Robotics – ROS is an open lecture by Prof. Marco Hutter of ETH Zürich Robotic System Laboratory. The course materials and online video lectures are avilable on the website. The source code for exercises from Dongho is on the Github. The repository was made public with Prof. Hutter’s permission. Please use it for…

PX4 Software-In-The-Loop(SITL) Simulation on Gazebo

Jaeyoung Lim Introduction PX4 is a great platform to implement a UAV system based on a opensource autopilot. One of the great features of PX4 is that you can run a SITL simulation(Software in the loop simulation) to simulate your flight on simulation. This is useful as you can check new mission or control algorithms…

PX4 Offboard Control Using MAVROS on ROS

This post is written by Jaeyoung Lim Overview Recently opensource autopilots have become reliable by various failsafe functions integrated by the opensource community. Developing different softwares for each application can be time consuming and hard to verify the reliablility of the software. An alternative to modifying the autopilot software, is to use an onboard computer…

How to make WordPress blog with AWS server

This post is by Keunwoo Park. FYI, this blog is not on AWS. In this post I want to share information that we need to know to set up WordPress with AWS. Of course, you can all knowledge for this kind of project. What I wanted to do is to gather these information, and fix…