micrortps_bridge: add optical_flow to the set of received topics

Required for Optical Flow on the Aero via RTPS
This commit is contained in:
Beat Küng 2017-12-05 11:07:07 +01:00 committed by Daniel Agar
parent bcceadcb85
commit 2f18a3699c

View File

@ -46,6 +46,7 @@ set(config_rtps_send_topics
set(config_rtps_receive_topics
sensor_baro
optical_flow
)
if (FASTRTPSGEN AND (config_rtps_send_topics OR config_rtps_receive_topics))