mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 09:00:34 +08:00
FlightTasks: remove description from cpp files
This commit is contained in:
committed by
Beat Küng
parent
3b4870b2c2
commit
25ff03445e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user