Files
bizhang_-obav/boards/px4/sitl/replay.cmake
Daniel Agar 746a8f5cf9 commander: reboot/shutdown usability fixes
- always check with state machine before reboot/shutdown
 - respect BOARD_HAS_POWER_CONTROL (shutdown from command, low battery, power button)
 - px4_shutdown_request add optional delay and always execute from HPWORK
 - px4_shutdown_request split out px4_reboot_request
2020-05-06 13:53:54 -04:00

25 lines
376 B
CMake

px4_add_board(
PLATFORM posix
VENDOR px4
MODEL sitl
LABEL replay
MODULES
ekf2
logger
replay
SYSTEMCMDS
param
perf
shutdown
topic_listener
ver
work_queue
)
message(STATUS "Building with uorb publisher rules support")
add_definitions(-DORB_USE_PUBLISHER_RULES)
message(STATUS "Building without lockstep for replay")
set(ENABLE_LOCKSTEP_SCHEDULER no)