mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
456227f39e
Adding a seperate cmake config to support RTPS messaging on AeroFC. This will include compiling protocol_splitter and micrortps_client, and starting both of them at boot time.
8 lines
129 B
CMake
8 lines
129 B
CMake
include(configs/nuttx_aerofc-v1_default)
|
|
|
|
|
|
list(APPEND config_module_list
|
|
modules/micrortps_bridge
|
|
drivers/protocol_splitter
|
|
)
|