mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 16:40:35 +08:00
ManualSmoothingXY: remove empty lines
This commit is contained in:
committed by
Lorenz Meier
parent
b9d5189fe5
commit
65ad6edaf0
@@ -61,8 +61,6 @@ void
|
||||
ManualSmoothingXY::_updateAcceleration(matrix::Vector2f &vel_sp, const matrix::Vector2f &vel, const float &yaw,
|
||||
const float &yawrate_sp, const float dt)
|
||||
{
|
||||
|
||||
|
||||
Intention intention = _getIntention(vel_sp, vel, yaw, yawrate_sp);
|
||||
|
||||
// Adapt acceleration and jerk based on current state and
|
||||
|
||||
Reference in New Issue
Block a user