mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
position_estimator_inav: move to examples (start deprecation)
This commit is contained in:
committed by
Lorenz Meier
parent
9ffacb1d22
commit
739a02022b
@@ -48,7 +48,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
#simulator
|
#simulator
|
||||||
vmount
|
vmount
|
||||||
@@ -77,6 +76,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -105,6 +104,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -83,7 +83,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
simulator
|
simulator
|
||||||
vmount
|
vmount
|
||||||
|
|||||||
@@ -73,7 +73,6 @@ px4_add_board(
|
|||||||
local_position_estimator
|
local_position_estimator
|
||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
|
|||||||
@@ -83,7 +83,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
simulator
|
simulator
|
||||||
vmount
|
vmount
|
||||||
@@ -118,6 +117,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -73,7 +73,6 @@ px4_add_board(
|
|||||||
local_position_estimator
|
local_position_estimator
|
||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
|
|||||||
@@ -72,7 +72,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -110,6 +109,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -72,7 +72,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -109,6 +108,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -74,6 +73,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -72,6 +71,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
#vtol_att_control
|
#vtol_att_control
|
||||||
wind_estimator
|
wind_estimator
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
#simulator
|
#simulator
|
||||||
vmount
|
vmount
|
||||||
@@ -82,6 +81,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
#simulator
|
#simulator
|
||||||
vmount
|
vmount
|
||||||
@@ -80,6 +79,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
#position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
#vtol_att_control
|
#vtol_att_control
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ px4_add_board(
|
|||||||
mc_pos_control
|
mc_pos_control
|
||||||
micrortps_bridge
|
micrortps_bridge
|
||||||
navigator
|
navigator
|
||||||
#position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
#vtol_att_control
|
#vtol_att_control
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -106,6 +105,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -63,7 +63,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
#position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
#vmount
|
#vmount
|
||||||
#vtol_att_control
|
#vtol_att_control
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
#vtol_att_control
|
#vtol_att_control
|
||||||
wind_estimator
|
wind_estimator
|
||||||
|
|||||||
@@ -80,7 +80,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
#position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -114,10 +113,13 @@ px4_add_board(
|
|||||||
#fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
#fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
#hello
|
#hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
#matlab_csv_serial
|
||||||
|
#position_estimator_inav
|
||||||
#px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
#px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
#px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
#px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
#rover_steering_control # Rover example app
|
#rover_steering_control # Rover example app
|
||||||
#segway
|
#segway
|
||||||
|
#uuv_example_app
|
||||||
)
|
)
|
||||||
|
|
||||||
# remove optional flight task features from fmu-v2 to save flash memory
|
# remove optional flight task features from fmu-v2 to save flash memory
|
||||||
|
|||||||
@@ -77,7 +77,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
#position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
#vtol_att_control
|
#vtol_att_control
|
||||||
|
|||||||
@@ -78,7 +78,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
#position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
|
|||||||
@@ -80,7 +80,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -118,6 +117,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ px4_add_board(
|
|||||||
mc_pos_control
|
mc_pos_control
|
||||||
micrortps_bridge
|
micrortps_bridge
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -119,6 +118,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -80,7 +80,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -103,6 +102,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ px4_add_board(
|
|||||||
mc_pos_control
|
mc_pos_control
|
||||||
micrortps_bridge
|
micrortps_bridge
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -105,6 +104,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
|
|||||||
@@ -79,7 +79,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -117,6 +116,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -80,7 +80,6 @@ px4_add_board(
|
|||||||
mc_pos_control
|
mc_pos_control
|
||||||
micrortps_bridge
|
micrortps_bridge
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -118,6 +117,7 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ px4_add_board(
|
|||||||
PLATFORM nuttx
|
PLATFORM nuttx
|
||||||
VENDOR px4
|
VENDOR px4
|
||||||
MODEL fmu-v5
|
MODEL fmu-v5
|
||||||
|
LABEL default
|
||||||
TOOLCHAIN arm-none-eabi
|
TOOLCHAIN arm-none-eabi
|
||||||
ARCHITECTURE cortex-m7
|
ARCHITECTURE cortex-m7
|
||||||
ROMFSROOT px4fmu_common
|
ROMFSROOT px4fmu_common
|
||||||
@@ -79,7 +80,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -117,10 +117,10 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
segway
|
segway
|
||||||
uuv_example_app
|
uuv_example_app
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ px4_add_board(
|
|||||||
mc_pos_control
|
mc_pos_control
|
||||||
micrortps_bridge
|
micrortps_bridge
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -119,10 +118,10 @@ px4_add_board(
|
|||||||
hello
|
hello
|
||||||
hwtest # Hardware test
|
hwtest # Hardware test
|
||||||
#matlab_csv_serial
|
#matlab_csv_serial
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
segway
|
segway
|
||||||
uuv_example_app
|
uuv_example_app
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -80,7 +80,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -123,5 +122,4 @@ px4_add_board(
|
|||||||
#rover_steering_control # Rover example app
|
#rover_steering_control # Rover example app
|
||||||
#segway
|
#segway
|
||||||
#uuv_example_app
|
#uuv_example_app
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
vmount
|
vmount
|
||||||
vtol_att_control
|
vtol_att_control
|
||||||
@@ -74,6 +73,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
sensors
|
sensors
|
||||||
#simulator
|
#simulator
|
||||||
vmount
|
vmount
|
||||||
@@ -73,6 +72,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
replay
|
replay
|
||||||
sensors
|
sensors
|
||||||
simulator
|
simulator
|
||||||
@@ -78,6 +77,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ px4_add_board(
|
|||||||
mc_pos_control
|
mc_pos_control
|
||||||
micrortps_bridge
|
micrortps_bridge
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
replay
|
replay
|
||||||
sensors
|
sensors
|
||||||
simulator
|
simulator
|
||||||
@@ -79,6 +78,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ px4_add_board(
|
|||||||
mc_att_control
|
mc_att_control
|
||||||
mc_pos_control
|
mc_pos_control
|
||||||
navigator
|
navigator
|
||||||
position_estimator_inav
|
|
||||||
replay
|
replay
|
||||||
sensors
|
sensors
|
||||||
simulator
|
simulator
|
||||||
@@ -78,6 +77,7 @@ px4_add_board(
|
|||||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
hello
|
hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
position_estimator_inav
|
||||||
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
|
||||||
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
|
||||||
rover_steering_control # Rover example app
|
rover_steering_control # Rover example app
|
||||||
|
|||||||
@@ -51,8 +51,7 @@ const char *get_commands()
|
|||||||
// "tone_alarm start\n"
|
// "tone_alarm start\n"
|
||||||
"commander start --hil\n"
|
"commander start --hil\n"
|
||||||
"sensors start\n"
|
"sensors start\n"
|
||||||
"attitude_estimator_q start\n"
|
"ekf2 start\n"
|
||||||
"position_estimator_inav start\n"
|
|
||||||
"mc_pos_control start\n"
|
"mc_pos_control start\n"
|
||||||
"mc_att_control start\n"
|
"mc_att_control start\n"
|
||||||
"sleep 1\n"
|
"sleep 1\n"
|
||||||
|
|||||||
@@ -41,8 +41,7 @@ param set SYS_MC_EST_GROUP 0
|
|||||||
sleep 1
|
sleep 1
|
||||||
commander start -hil
|
commander start -hil
|
||||||
sensors start
|
sensors start
|
||||||
attitude_estimator_q start
|
ekf2 start
|
||||||
position_estimator_inav start
|
|
||||||
mc_pos_control start
|
mc_pos_control start
|
||||||
mc_att_control start
|
mc_att_control start
|
||||||
land_detector start multicopter
|
land_detector start multicopter
|
||||||
|
|||||||
@@ -19,8 +19,7 @@ df_ms5611_wrapper start
|
|||||||
gps start -d /dev/ttyACM0 -i uart -p ubx
|
gps start -d /dev/ttyACM0 -i uart -p ubx
|
||||||
sensors start
|
sensors start
|
||||||
commander start
|
commander start
|
||||||
attitude_estimator_q start
|
ekf2 start
|
||||||
position_estimator_inav start
|
|
||||||
land_detector start multicopter
|
land_detector start multicopter
|
||||||
mc_pos_control start
|
mc_pos_control start
|
||||||
mc_att_control start
|
mc_att_control start
|
||||||
|
|||||||
Reference in New Issue
Block a user