mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- use `gazebo-classic` everywhere consistently referring to the original Gazebo (eg version 9,10,11) - additional `gazebo_*` helper targets added for compatibility, but warn about deprecation and tell you the new target naming - use `gz` everywhere when referring to Gazebo (aka Ignition Gazebo or new Gazebo)
92 lines
3.1 KiB
CMake
92 lines
3.1 KiB
CMake
############################################################################
|
|
#
|
|
# Copyright (c) 2020-2023 PX4 Development Team. All rights reserved.
|
|
#
|
|
# Redistribution and use in source and binary forms, with or without
|
|
# modification, are permitted provided that the following conditions
|
|
# are met:
|
|
#
|
|
# 1. Redistributions of source code must retain the above copyright
|
|
# notice, this list of conditions and the following disclaimer.
|
|
# 2. Redistributions in binary form must reproduce the above copyright
|
|
# notice, this list of conditions and the following disclaimer in
|
|
# the documentation and/or other materials provided with the
|
|
# distribution.
|
|
# 3. Neither the name PX4 nor the names of its contributors may be
|
|
# used to endorse or promote products derived from this software
|
|
# without specific prior written permission.
|
|
#
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
# POSSIBILITY OF SUCH DAMAGE.
|
|
#
|
|
############################################################################
|
|
|
|
px4_add_romfs_files(
|
|
|
|
1010_gazebo-classic_iris_opt_flow
|
|
1010_gazebo-classic_iris_opt_flow.post
|
|
1011_gazebo-classic_iris_irlock
|
|
1012_gazebo-classic_iris_rplidar
|
|
1013_gazebo-classic_iris_vision
|
|
1013_gazebo-classic_iris_vision.post
|
|
1015_gazebo-classic_iris_obs_avoid
|
|
1015_gazebo-classic_iris_obs_avoid.post
|
|
1017_gazebo-classic_iris_opt_flow_mockup
|
|
1019_gazebo-classic_iris_dual_gps
|
|
1021_gazebo-classic_uuv_hippocampus
|
|
1022_gazebo-classic_uuv_bluerov2_heavy
|
|
1030_gazebo-classic_plane
|
|
1031_gazebo-classic_plane_cam
|
|
1032_gazebo-classic_plane_catapult
|
|
1033_jsbsim_rascal
|
|
1034_flightgear_rascal-electric
|
|
1035_gazebo-classic_techpod
|
|
1036_jsbsim_malolo
|
|
1037_gazebo-classic_believer
|
|
1038_gazebo-classic_glider
|
|
1039_gazebo-classic_advanced_plane
|
|
1040_gazebo-classic_standard_vtol
|
|
1041_gazebo-classic_tailsitter
|
|
1042_gazebo-classic_tiltrotor
|
|
1043_gazebo-classic_standard_vtol_drop
|
|
1044_gazebo-classic_plane_lidar
|
|
1060_gazebo-classic_rover
|
|
1061_gazebo-classic_r1_rover
|
|
1062_flightgear_tf-r1
|
|
1070_gazebo-classic_boat
|
|
|
|
2507_gazebo-classic_cloudship
|
|
|
|
3010_jsbsim_quadrotor_x
|
|
3011_jsbsim_hexarotor_x
|
|
|
|
4001_gz_x500
|
|
4002_gz_x500_depth
|
|
|
|
6011_gazebo-classic_typhoon_h480
|
|
6011_gazebo-classic_typhoon_h480.post
|
|
|
|
10016_gazebo-classic_iris
|
|
10017_jmavsim_iris
|
|
10018_gazebo-classic_iris_foggy_lidar
|
|
10019_gazebo-classic_omnicopter
|
|
10030_gazebo-classic_px4vision
|
|
|
|
10040_sihsim_quadx
|
|
10041_sihsim_airplane
|
|
10042_sihsim_xvert
|
|
|
|
17001_flightgear_tf-g1
|
|
17002_flightgear_tf-g2
|
|
)
|