Skip to content

Commit 6f5bfa9

Browse files
committed
LongitudinalControlConfiguration.msg: slightly adjust wording
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
1 parent 01cddd3 commit 6f5bfa9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

msg/versioned/LongitudinalControlConfiguration.msg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ float32 throttle_max # [0,1] defaults to FW_THR_MAX if NAN.
1313
float32 climb_rate_target # [m/s] target climbrate to change altitude. Defaults to FW_T_CLIMB_MAX if NAN. Not used if height_rate is directly set in FixedWingLongitudinalSetpoint.
1414
float32 sink_rate_target # [m/s] target sinkrate to change altitude. Defaults to FW_T_SINK_MAX if NAN. Not used if height_rate is directly set in FixedWingLongitudinalSetpoint.
1515
float32 speed_weight # [0,2], 0=pitch controls altitude only, 2=pitch controls airspeed only
16-
bool enforce_low_height_condition # if true, total energy controller will use lower altitude control time constant
17-
bool disable_underspeed_protection # if true, underspeed handling is disabled in the total energy controller
16+
bool enforce_low_height_condition # if true, the altitude controller is configured with an alternative timeconstant for tighter tracking
17+
bool disable_underspeed_protection # if true, underspeed handling is disabled in the altitude controller

posix-configs/rpi/pilotpi_fw.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ land_detector start fixedwing
6464
flight_mode_manager start
6565
fw_att_control start
6666
fw_mode_manager start
67+
fw_lat_lon_control start
6768

6869
mavlink start -x -u 14556 -r 1000000 -p
6970

0 commit comments

Comments
 (0)