FlightTasks: remove description from cpp files

This commit is contained in:
Dennis Mannhart
2018-01-04 17:47:29 +01:00
committed by Beat Küng
parent 3b4870b2c2
commit 25ff03445e
6 changed files with 3 additions and 22 deletions
@@ -32,9 +32,6 @@
****************************************************************************/
/**
* @file FlightTaskManual.cpp
*
* Linear and exponential map from stick inputs to range -1 and 1.
*
*/
#include "FlightTaskManual.hpp"
@@ -33,8 +33,6 @@
/**
* @file FlightManualAltitude.cpp
*
* Flight task for manual controlled altitude.
*/
#include "FlightTaskManualAltitude.hpp"
@@ -33,9 +33,6 @@
/**
* @file FlightTaskManualPosition.cpp
*
* Flight task for manual position controlled mode.
*
*/
#include "FlightTaskManualPosition.hpp"
@@ -33,10 +33,6 @@
/**
* @file FlightManualStabilized.cpp
*
* Flight task for manual controlled attitude.
* It generates thrust and yaw setpoints.
* TODO: add thrust
*/
#include "FlightTaskManualStabilized.hpp"
@@ -32,12 +32,7 @@
****************************************************************************/
/**
* @file FlightTaskManual.hpp
*
* Flight task for the normal, legacy, manual position controlled flight
* where stick inputs map basically to the velocity setpoint
*
* @author Matthias Grob <maetugr@gmail.com>
* @file FlightTaskOrbit.cpp
*/
#include "FlightTaskOrbit.hpp"
@@ -32,11 +32,9 @@
****************************************************************************/
/**
* @file FlightTaskOrbit.hpp
* @file FlightTaskSport.hpp
*
* Flight task for orbiting in a circle around a target position
*
* @author Matthias Grob <maetugr@gmail.com>
* Manual controlled position with maximum speed and no smoothing.
*/
#pragma once