@ -56,13 +56,13 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t
@@ -56,13 +56,13 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t
endif ( )
foreach ( topic ${ config_rtps_send_topics } )
list ( APPEND topic_bridge_files_out ${ micrortps_bridge_path } /micrortps_agent/ ${ topic } _Publisher.cpp )
list ( APPEND topic_bridge_files_out ${ micrortps_bridge_path } /micrortps_agent/ ${ topic } _Publisher.h )
list ( APPEND topic_bridge_files_out ${ micrortps_bridge_path } /micrortps_agent/src/ ${ topic } _Publisher.cpp )
list ( APPEND topic_bridge_files_out ${ micrortps_bridge_path } /micrortps_agent/src/ ${ topic } _Publisher.h )
endforeach ( )
foreach ( topic ${ config_rtps_receive_topics } )
list ( APPEND topic_bridge_files_out ${ micrortps_bridge_path } /micrortps_agent/ ${ topic } _Subscriber.cpp )
list ( APPEND topic_bridge_files_out ${ micrortps_bridge_path } /micrortps_agent/ ${ topic } _Subscriber.h )
list ( APPEND topic_bridge_files_out ${ micrortps_bridge_path } /micrortps_agent/src/ ${ topic } _Subscriber.cpp )
list ( APPEND topic_bridge_files_out ${ micrortps_bridge_path } /micrortps_agent/src/ ${ topic } _Subscriber.h )
endforeach ( )
list ( APPEND topic_bridge_files_out
@ -84,7 +84,7 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t
@@ -84,7 +84,7 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t
- - c l i e n t - o u t d i r $ { m i c r o r t p s _ b r i d g e _ p a t h } / m i c r o r t p s _ c l i e n t
- - i d l - d i r $ { m i c r o r t p s _ b r i d g e _ p a t h } / m i c r o r t p s _ a g e n t / i d l
> m i c r o r t p s _ b r i d g e . l o g 2 > & 1 | | c a t m i c r o r t p s _ b r i d g e . l o g
D E P E N D S $ { s e n d _ t o p i c _ f i l e s } $ { r e c e i v e _ t o p i c _ f i l e s }
D E P E N D S $ { s e n d _ t o p i c _ f i l e s } $ { r e c e i v e _ t o p i c _ f i l e s } $ { P X 4 _ S O U R C E _ D I R } / m s g / t o o l s / u r t p s _ b r i d g e _ t o p i c s . y a m l
C O M M E N T " G e n e r a t i n g R T P S t o p i c b r i d g e "
)
add_custom_target ( topic_bridge_files DEPENDS ${ topic_bridge_files_out } )