mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +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:
committed by
Lorenz Meier
parent
30f8e5751d
commit
5feaa92bf7
@@ -87,3 +87,11 @@ set(config_module_list
|
|||||||
platforms/posix/px4_layer
|
platforms/posix/px4_layer
|
||||||
platforms/posix/work_queue
|
platforms/posix/work_queue
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(config_rtps_send_topics
|
||||||
|
sensor_baro
|
||||||
|
)
|
||||||
|
|
||||||
|
set(config_rtps_receive_topics
|
||||||
|
sensor_combined
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user