mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Spawn models separately from gazebo models
Detach model spawning process from the world description file, so that the same model can be used with different worlds
This commit is contained in:
@@ -61,6 +61,7 @@ foreach(test_name ${tests})
|
||||
none
|
||||
none
|
||||
test_${test_name}_generated
|
||||
none
|
||||
${PX4_SOURCE_DIR}
|
||||
${PX4_BINARY_DIR}
|
||||
WORKING_DIRECTORY ${SITL_WORKING_DIR})
|
||||
@@ -79,6 +80,7 @@ add_test(NAME mavlink
|
||||
none
|
||||
none
|
||||
test_mavlink
|
||||
none
|
||||
${PX4_SOURCE_DIR}
|
||||
${PX4_BINARY_DIR}
|
||||
WORKING_DIRECTORY ${SITL_WORKING_DIR})
|
||||
@@ -96,6 +98,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "CYGWIN")
|
||||
none
|
||||
none
|
||||
test_shutdown
|
||||
none
|
||||
${PX4_SOURCE_DIR}
|
||||
${PX4_BINARY_DIR}
|
||||
WORKING_DIRECTORY ${SITL_WORKING_DIR})
|
||||
@@ -112,6 +115,7 @@ add_test(NAME dyn
|
||||
none
|
||||
none
|
||||
test_dyn_hello
|
||||
none
|
||||
${PX4_SOURCE_DIR}
|
||||
${PX4_BINARY_DIR}
|
||||
$<TARGET_FILE:examples__dyn_hello>
|
||||
@@ -135,6 +139,7 @@ foreach(cmd_name ${test_cmds})
|
||||
none
|
||||
none
|
||||
cmd_${cmd_name}_generated
|
||||
none
|
||||
${PX4_SOURCE_DIR}
|
||||
${PX4_BINARY_DIR}
|
||||
WORKING_DIRECTORY ${SITL_WORKING_DIR})
|
||||
|
||||
Reference in New Issue
Block a user