mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 01:30:35 +08:00
FlightTask: comment fixes
This commit is contained in:
committed by
Lorenz Meier
parent
c6b5731086
commit
e2ac12ef2c
@@ -227,10 +227,6 @@ void PositionControl::_velocityController(const float &dt)
|
||||
|
||||
Vector3f vel_err = _vel_sp - _vel;
|
||||
|
||||
/*
|
||||
* TODO: add offboard acceleration mode
|
||||
* */
|
||||
|
||||
/* Consider thrust in D-direction */
|
||||
float thrust_desired_D = Pv(2) * vel_err(2) + Dv(2) * _vel_dot(2) + _thr_int(2) - _ThrHover;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user