#pragma once #include #ifndef AP_DDS_ENABLED #define AP_DDS_ENABLED 1 #endif // UDP only on SITL for now #ifndef AP_DDS_UDP_ENABLED #define AP_DDS_UDP_ENABLED AP_DDS_ENABLED && (CONFIG_HAL_BOARD == HAL_BOARD_SITL) #endif #include #ifndef AP_DDS_VISUALODOM_ENABLED #define AP_DDS_VISUALODOM_ENABLED HAL_VISUALODOM_ENABLED && AP_DDS_ENABLED #endif