mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
Add modules and commands to bebop build
This commit is contained in:
committed by
Lorenz Meier
parent
9933494d53
commit
696a378120
@@ -93,9 +93,4 @@ set(config_module_list
|
|||||||
platforms/common
|
platforms/common
|
||||||
platforms/posix/px4_layer
|
platforms/posix/px4_layer
|
||||||
platforms/posix/work_queue
|
platforms/posix/work_queue
|
||||||
|
|
||||||
#
|
|
||||||
# libraries
|
|
||||||
#
|
|
||||||
lib/DriverFramework/framework
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
uorb start
|
uorb start
|
||||||
param set SYS_AUTOSTART 4001
|
param set SYS_AUTOSTART 4001
|
||||||
param set MAV_BROADCAST 1
|
|
||||||
sleep 1
|
sleep 1
|
||||||
param set MAV_TYPE 2
|
param set MAV_TYPE 2
|
||||||
sensors start
|
sensors start
|
||||||
|
|||||||
Reference in New Issue
Block a user