-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
253208f
commit 1a06cbf
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
ROMFS/px4fmu_common/init.d-posix/airframes/4012_gz_x500_stereo_cam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/sh | ||
# | ||
# @name Gazebo x500 stereo cam | ||
# | ||
# @type Quadrotor | ||
# | ||
|
||
PX4_SIM_MODEL=${PX4_SIM_MODEL:=x500_stereo_cam} | ||
|
||
. ${R}etc/init.d-posix/airframes/4001_gz_x500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gz
updated
4 files
+11 −0 | models/stereo_cam/model.config | |
+62 −0 | models/stereo_cam/model.sdf | |
+11 −0 | models/x500_stereo_cam/model.config | |
+17 −0 | models/x500_stereo_cam/model.sdf |