From 5feaa92bf70c67ff3ed46069b30a7fbda133b000 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Fri, 28 Jul 2017 12:49:29 -0700 Subject: [PATCH] Fixed eagle_default build Was missing topics to send and receive vis RTPS Signed-off-by: Mark Charlebois --- cmake/configs/posix_sdflight_default.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cmake/configs/posix_sdflight_default.cmake b/cmake/configs/posix_sdflight_default.cmake index 6a0e81f5a6..72e1604314 100644 --- a/cmake/configs/posix_sdflight_default.cmake +++ b/cmake/configs/posix_sdflight_default.cmake @@ -87,3 +87,11 @@ set(config_module_list platforms/posix/px4_layer platforms/posix/work_queue ) + +set(config_rtps_send_topics + sensor_baro + ) + +set(config_rtps_receive_topics + sensor_combined + )