mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
l1 initialize everything
This commit is contained in:
parent
42635903cd
commit
fe5a337c99
@ -71,7 +71,13 @@ class __EXPORT ECL_L1_Pos_Controller
|
||||
{
|
||||
public:
|
||||
ECL_L1_Pos_Controller() :
|
||||
_lateral_accel(0.0),
|
||||
_L1_distance(20.0),
|
||||
_circle_mode(false),
|
||||
_nav_bearing(0.0),
|
||||
_bearing_error(0.0),
|
||||
_crosstrack_error(0.0),
|
||||
_target_bearing(0.0),
|
||||
_L1_period(25.0),
|
||||
_L1_damping(0.75),
|
||||
_L1_ratio(5.0),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user