mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 06:00:13 +08:00
[gz] X500 mono_cam_down and aruco world (#23450)
* x500 mono cam down and aruco world * remove duplicate line
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# @name Gazebo x500 mono cam
|
||||
#
|
||||
# @type Quadrotor
|
||||
#
|
||||
|
||||
PX4_SIM_MODEL=${PX4_SIM_MODEL:=x500_mono_cam_down}
|
||||
|
||||
. ${R}etc/init.d-posix/airframes/4001_gz_x500
|
||||
@@ -85,6 +85,7 @@ px4_add_romfs_files(
|
||||
4011_gz_lawnmower
|
||||
4012_gz_rover_ackermann
|
||||
4013_gz_x500_lidar
|
||||
4014_gz_x500_mono_cam_down
|
||||
|
||||
6011_gazebo-classic_typhoon_h480
|
||||
6011_gazebo-classic_typhoon_h480.post
|
||||
|
||||
@@ -94,6 +94,7 @@ if(gz-transport_FOUND)
|
||||
baylands
|
||||
lawn
|
||||
rover
|
||||
aruco
|
||||
)
|
||||
|
||||
# find corresponding airframes
|
||||
|
||||
Reference in New Issue
Block a user