You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
1.7 KiB
87 lines
1.7 KiB
6 years ago
|
|
||
|
px4_add_board(
|
||
|
VENDOR px4
|
||
|
MODEL raspberrypi
|
||
5 years ago
|
LABEL default
|
||
6 years ago
|
PLATFORM posix
|
||
6 years ago
|
ARCHITECTURE cortex-a53
|
||
6 years ago
|
TOOLCHAIN arm-linux-gnueabihf
|
||
6 years ago
|
TESTING
|
||
|
DRIVERS
|
||
|
#barometer # all available barometer drivers
|
||
5 years ago
|
barometer/ms5611
|
||
6 years ago
|
batt_smbus
|
||
5 years ago
|
camera_capture
|
||
6 years ago
|
camera_trigger
|
||
|
differential_pressure # all available differential pressure drivers
|
||
|
distance_sensor # all available distance sensor drivers
|
||
|
gps
|
||
|
#imu # all available imu drivers
|
||
5 years ago
|
imu/mpu9250
|
||
6 years ago
|
linux_pwm_out
|
||
|
linux_sbus
|
||
5 years ago
|
#magnetometer # all available magnetometer drivers
|
||
|
magnetometer/hmc5883
|
||
|
pwm_out_sim
|
||
6 years ago
|
rpi_rc_in
|
||
5 years ago
|
#telemetry # all available telemetry drivers
|
||
6 years ago
|
MODULES
|
||
5 years ago
|
airspeed_selector
|
||
6 years ago
|
attitude_estimator_q
|
||
5 years ago
|
battery_status
|
||
6 years ago
|
camera_feedback
|
||
|
commander
|
||
|
dataman
|
||
|
ekf2
|
||
|
events
|
||
|
fw_att_control
|
||
|
fw_pos_control_l1
|
||
|
land_detector
|
||
|
landing_target_estimator
|
||
|
load_mon
|
||
|
local_position_estimator
|
||
|
logger
|
||
|
mavlink
|
||
|
mc_att_control
|
||
|
mc_pos_control
|
||
5 years ago
|
mc_rate_control
|
||
5 years ago
|
#micrortps_bridge
|
||
6 years ago
|
navigator
|
||
5 years ago
|
rc_update
|
||
5 years ago
|
rover_pos_control
|
||
6 years ago
|
sensors
|
||
6 years ago
|
sih
|
||
5 years ago
|
#simulator
|
||
6 years ago
|
vmount
|
||
6 years ago
|
vtol_att_control
|
||
|
SYSTEMCMDS
|
||
|
dyn
|
||
|
esc_calib
|
||
|
led_control
|
||
|
mixer
|
||
|
motor_ramp
|
||
|
param
|
||
|
perf
|
||
|
pwm
|
||
|
reboot
|
||
|
sd_bench
|
||
6 years ago
|
shutdown
|
||
6 years ago
|
tests # tests and test runner
|
||
|
top
|
||
|
topic_listener
|
||
|
tune_control
|
||
|
ver
|
||
5 years ago
|
work_queue
|
||
6 years ago
|
EXAMPLES
|
||
|
bottle_drop # OBC challenge
|
||
6 years ago
|
dyn_hello # dynamically loading modules example
|
||
6 years ago
|
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||
6 years ago
|
hello
|
||
6 years ago
|
#hwtest # Hardware test
|
||
5 years ago
|
#matlab_csv_serial
|
||
6 years ago
|
px4_mavlink_debug # Tutorial code from http://dev.px4.io/en/debug/debug_values.html
|
||
|
px4_simple_app # Tutorial code from http://dev.px4.io/en/apps/hello_sky.html
|
||
6 years ago
|
rover_steering_control # Rover example app
|
||
5 years ago
|
uuv_example_app
|
||
6 years ago
|
)
|