5 years ago
UE4 Tutorial 8 - Quadcopter pitch and roll - part 2

[youtube=73jKf5hWlaQ]

In this tutorial we continue to work on our stabilized quadcopter and introduce the ability to pitch and roll while maintaining a stable flight.

5 years ago
UE4 Tutorial 8 - Quadcopter with altitude stabilization - Part 1

[youtube=QQ1yGy5fxao]
In this tutorial we explore how to implement a drone (quadcopter) in Unreal Engine 4, including the basics for altitude stabilization using the Proportional Derivative Integral concepts in this page: ...

5 years ago
Tutorial 5 - Solar Panel - Part 1

[youtube=ty6kQatXuw4]

In this tutorial we explore the creation of a solar panel, complete with independent cells that harness the power of the sun. This lays the ground work for batteries, energy weapons, and other goodies in a complete electrical...

Background Elastic Search indexing using Sidekiq

This article shows how we implemented background ActiveRecord model indexing using Sidekiq. By default, the SearchKick gem allows for 4 ways of automatically indexing a Rails model when it is saved to the backing database:

  1. Inline (the default,...