Skip to content

Commit 01cddd3

Browse files
committed
always start fw_mode_manager and fw_lat_lon_control together
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
1 parent 9182e4b commit 01cddd3

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

posix-configs/SITL/init/test/test_shutdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ mc_pos_control start vtol
3030
mc_att_control start vtol
3131
mc_rate_control start vtol
3232
fw_mode_manager start
33+
fw_lat_lon_control start
3334
fw_att_control start vtol
3435
airspeed_selector start
3536

posix-configs/bbblue/px4_fw.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ land_detector start fixedwing
5757

5858
fw_att_control start
5959
fw_mode_manager start
60+
fw_lat_lon_control start
6061

6162
mavlink start -n SoftAp -x -u 14556 -r 1000000 -p
6263
# -n name of wifi interface: SoftAp, wlan or your custom interface,

posix-configs/rpi/px4_fw.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ekf2 start
4242
land_detector start fixedwing
4343
fw_att_control start
4444
fw_mode_manager start
45+
fw_lat_lon_control start
4546

4647
mavlink start -x -u 14556 -r 1000000 -p
4748

0 commit comments

Comments
 (0)