Fixed eagle_default build

Was missing topics to send and receive vis RTPS

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2017-07-28 12:49:29 -07:00 committed by Lorenz Meier
parent 30f8e5751d
commit 5feaa92bf7
1 changed files with 8 additions and 0 deletions

View File

@ -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
)