Adding missing author info and acknowledgements

This commit is contained in:
Lorenz Meier 2013-09-12 14:02:30 +02:00
parent df763ff7e2
commit 8fbf698e62
5 changed files with 15 additions and 0 deletions

View File

@ -35,6 +35,7 @@
* @file ecl_pitch_controller.cpp
* Implementation of a simple orthogonal pitch PID controller.
*
* Authors and acknowledgements in header.
*/
#include "ecl_pitch_controller.h"

View File

@ -35,6 +35,12 @@
* @file ecl_pitch_controller.h
* Definition of a simple orthogonal pitch PID controller.
*
* @author Lorenz Meier <lm@inf.ethz.ch>
*
* Acknowledgements:
*
* The control design is based on a design
* by Paul Riseborough, 2013.
*/
#ifndef ECL_PITCH_CONTROLLER_H

View File

@ -35,6 +35,7 @@
* @file ecl_roll_controller.cpp
* Implementation of a simple orthogonal roll PID controller.
*
* Authors and acknowledgements in header.
*/
#include "../ecl.h"

View File

@ -35,6 +35,12 @@
* @file ecl_roll_controller.h
* Definition of a simple orthogonal roll PID controller.
*
* @author Lorenz Meier <lm@inf.ethz.ch>
*
* Acknowledgements:
*
* The control design is based on a design
* by Paul Riseborough, 2013.
*/
#ifndef ECL_ROLL_CONTROLLER_H

View File

@ -35,6 +35,7 @@
* @file ecl_yaw_controller.cpp
* Implementation of a simple orthogonal coordinated turn yaw PID controller.
*
* Authors and acknowledgements in header.
*/
#include "ecl_yaw_controller.h"