mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 01:24:06 +08:00
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:
parent
30f8e5751d
commit
5feaa92bf7
@ -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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user