mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Remove COM_POSCTL_NAVL
In an effort to reduce configuration space. I've not seen use for this option. If a pilot flies manually in position mode he has some visual reference of the vehicle and can do better than an autonomous mode without position reference. Also by now we have nudging in Descend mode so the pilot can still give input and the only difference is it automatically goes down instead of the pilot having to descend by stick to land.
This commit is contained in:
committed by
Silvan Fuhrer
parent
3962419669
commit
e0cdcdb436
@@ -1,8 +1,8 @@
|
||||
# Onboard parameters for Vehicle 1
|
||||
#
|
||||
# Stack: PX4 Pro
|
||||
# Vehicle: śŕĐýŇí
|
||||
# Version: 1.15.4
|
||||
# Vehicle: Multi-Rotor
|
||||
# Version: 1.15.4
|
||||
# Git Revision: 99c40407ff000000
|
||||
#
|
||||
# Vehicle-Id Component-Id Name Value Type
|
||||
@@ -318,7 +318,6 @@
|
||||
1 1 COM_OBS_AVOID 0 6
|
||||
1 1 COM_OF_LOSS_T 1.000000000000000000 9
|
||||
1 1 COM_PARACHUTE 0 6
|
||||
1 1 COM_POSCTL_NAVL 0 6
|
||||
1 1 COM_POS_FS_DELAY 1 6
|
||||
1 1 COM_POS_FS_EPH 5.000000000000000000 9
|
||||
1 1 COM_POS_LOW_EPH -1.000000000000000000 9
|
||||
|
||||
Reference in New Issue
Block a user