forked from Archive/PX4-Autopilot
remove redundante --rtps-ids-file arg option
This commit is contained in:
parent
1cc3d95ff7
commit
a857f33cf0
|
@ -86,7 +86,6 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t
|
||||||
--topic-msg-dir ${PX4_SOURCE_DIR}/msg
|
--topic-msg-dir ${PX4_SOURCE_DIR}/msg
|
||||||
--uorb-templates-dir templates/uorb_microcdr
|
--uorb-templates-dir templates/uorb_microcdr
|
||||||
--urtps-templates-dir templates/urtps
|
--urtps-templates-dir templates/urtps
|
||||||
--rtps-ids-file tools/uorb_rtps_message_ids.yaml
|
|
||||||
--agent-outdir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_agent
|
--agent-outdir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_agent
|
||||||
--client-outdir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_client
|
--client-outdir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_client
|
||||||
--idl-dir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_agent/idl
|
--idl-dir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_agent/idl
|
||||||
|
|
Loading…
Reference in New Issue