Head for simple_offboard.cpp

This commit is contained in:
Oleg Kalachev
2019-01-16 23:40:04 +03:00
parent 2632522c13
commit c726310f3e

View File

@@ -1,6 +1,12 @@
/* Simplified copter control in OFFBOARD mode
/*
* Simplified copter control in OFFBOARD mode
* Copyright (C) 2019 Copter Express Technologies
*
* @author: Oleg Kalachev <okalachev@gmail.com>
* Author: Oleg Kalachev <okalachev@gmail.com>
*
* Distributed under MIT License (available at https://opensource.org/licenses/MIT).
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*/
#include <algorithm>