mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
sync ctrlalloc boards and add to CI
This commit is contained in:
@@ -3,7 +3,9 @@ px4_add_board(
|
||||
PLATFORM posix
|
||||
VENDOR px4
|
||||
MODEL sitl
|
||||
LABEL default
|
||||
ROMFSROOT px4fmu_common
|
||||
LABEL ctrlalloc
|
||||
EMBEDDED_METADATA parameters
|
||||
TESTING
|
||||
DRIVERS
|
||||
#barometer # all available barometer drivers
|
||||
@@ -15,12 +17,14 @@ px4_add_board(
|
||||
gps
|
||||
#imu # all available imu drivers
|
||||
#magnetometer # all available magnetometer drivers
|
||||
#protocol_splitter
|
||||
pwm_out_sim
|
||||
rpm/rpm_simulator
|
||||
#telemetry # all available telemetry drivers
|
||||
tone_alarm
|
||||
#uavcan
|
||||
MODULES
|
||||
airship_att_control
|
||||
airspeed_selector
|
||||
angular_velocity_controller
|
||||
attitude_estimator_q
|
||||
@@ -30,11 +34,12 @@ px4_add_board(
|
||||
dataman
|
||||
ekf2
|
||||
events
|
||||
flight_mode_manager
|
||||
fw_att_control
|
||||
fw_pos_control_l1
|
||||
land_detector
|
||||
landing_target_estimator
|
||||
#load_mon
|
||||
load_mon
|
||||
local_position_estimator
|
||||
logger
|
||||
mavlink
|
||||
@@ -42,6 +47,7 @@ px4_add_board(
|
||||
mc_hover_thrust_estimator
|
||||
mc_pos_control
|
||||
mc_rate_control
|
||||
#micrortps_bridge
|
||||
navigator
|
||||
rc_update
|
||||
replay
|
||||
@@ -50,15 +56,16 @@ px4_add_board(
|
||||
#sih
|
||||
simulator
|
||||
temperature_compensation
|
||||
uuv_att_control
|
||||
vmount
|
||||
vtol_att_control
|
||||
uuv_att_control
|
||||
|
||||
SYSTEMCMDS
|
||||
#dumpfile
|
||||
dyn
|
||||
esc_calib
|
||||
failure
|
||||
led_control
|
||||
#mft
|
||||
mixer
|
||||
motor_ramp
|
||||
motor_test
|
||||
@@ -69,6 +76,7 @@ px4_add_board(
|
||||
pwm
|
||||
sd_bench
|
||||
shutdown
|
||||
system_time
|
||||
tests # tests and test runner
|
||||
#top
|
||||
topic_listener
|
||||
@@ -77,6 +85,7 @@ px4_add_board(
|
||||
work_queue
|
||||
EXAMPLES
|
||||
dyn_hello # dynamically loading modules example
|
||||
fake_magnetometer
|
||||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||
hello
|
||||
#hwtest # Hardware test
|
||||
|
||||
Reference in New Issue
Block a user